01JJXAJYFMNV0CP1HZVXF4NSQG: build-and-test (helios)

BasicConfig {
    output_rules: [
        "%/work/*",
        "%/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
        "%/var/tmp/omicron_tmp/**/*",
        "!/var/tmp/omicron_tmp/crdb-base*",
        "!/var/tmp/omicron_tmp/rustc*",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [
        "oxidecomputer/dendrite",
    ],
    publish: [
        BasicConfigPublish {
            from_output: "/work/oxidecomputer/omicron/target/nextest/ci/junit.xml",
            series: "junit-helios",
            name: "junit.xml",
        },
        BasicConfigPublish {
            from_output: "/work/environment.json",
            series: "junit-helios",
            name: "environment.json",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JJXAKASJ2JEH6NY984FE55YK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-01-31T04:42:00.365Zjob assigned to worker 01JJXAKHE581416G3DQ17TSYXV [factory aws, i-0dbd531d057f4ae49] (queued for 51 s)
 
22025-01-31T04:42:08.022Zstarting task 0: "setup"
32025-01-31T04:42:08.029Z++ uname -s
42025-01-31T04:42:08.032Z+ kern=SunOS
52025-01-31T04:42:08.032Z+ build_user=build
62025-01-31T04:42:08.032Z+ build_uid=12345
72025-01-31T04:42:08.032Z+ work_dir=/work
82025-01-31T04:42:08.032Z+ input_dir=/input
92025-01-31T04:42:08.032Z+ [[ 0 == 12345 ]]
102025-01-31T04:42:08.032Z+ case "$kern" in
112025-01-31T04:42:08.032Z+ groupadd -g 12345 build
122025-01-31T04:42:08.041Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-01-31T04:42:10.044Z+ zfs create -o mountpoint=/work rpool/work
142025-01-31T04:42:10.169Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-01-31T04:42:10.171Z+ home_fs=zfs
162025-01-31T04:42:10.171Z+ [[ zfs == autofs ]]
172025-01-31T04:42:10.171Z+ mkdir -p /home/build
182025-01-31T04:42:10.174Z+ chown build:build /home/build /work
192025-01-31T04:42:12.175Z+ chmod 0700 /home/build /work
202025-01-31T04:42:12.178Zprocess exited: duration 4158 ms, exit code 0
 
212025-01-31T04:42:12.183Zstarting task 1: "rust-toolchain"
222025-01-31T04:42:12.189Z+ printf ' * rust toolchain channel = "%s"\n' 1.84.1
232025-01-31T04:42:12.189Z * rust toolchain channel = "1.84.1"
242025-01-31T04:42:12.189Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-01-31T04:42:12.189Z * rust toolchain profile = "default"
262025-01-31T04:42:12.189Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-01-31T04:42:12.189Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-01-31T04:42:12.191Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-01-31T04:42:12.191Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.84.1 --profile default
302025-01-31T04:42:12.305Zinfo: downloading installer
312025-01-31T04:42:13.504Zwarning: it looks like you have an existing installation of Rust at:
322025-01-31T04:42:13.504Zwarning: /opt/ooce/bin
332025-01-31T04:42:13.504Zwarning: It is recommended that rustup be the primary Rust installation.
342025-01-31T04:42:13.504Zwarning: Otherwise you may have confusion unless you are careful with your PATH
352025-01-31T04:42:13.504Zwarning: If you are sure that you want both rustup and your already installed Rust
362025-01-31T04:42:13.504Zwarning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-01-31T04:42:13.504Zwarning: or pass `-y' to ignore all ignorable checks.
382025-01-31T04:42:13.504Zerror: cannot install while Rust is installed
392025-01-31T04:42:13.504Zwarning: continuing (because the -y flag is set and the error is ignorable)
402025-01-31T04:42:13.519Zinfo: profile set to 'default'
412025-01-31T04:42:13.519Zinfo: default host triple is x86_64-unknown-illumos
422025-01-31T04:42:13.523Zinfo: syncing channel updates for '1.84.1-x86_64-unknown-illumos'
432025-01-31T04:42:13.678Zinfo: latest update on 2025-01-30, rust version 1.84.1 (e71f9a9a9 2025-01-27)
442025-01-31T04:42:13.678Zinfo: downloading component 'cargo'
452025-01-31T04:42:14.565Zinfo: downloading component 'clippy'
462025-01-31T04:42:14.916Zinfo: downloading component 'rust-docs'
472025-01-31T04:42:16.110Zinfo: downloading component 'rust-std'
482025-01-31T04:42:18.046Zinfo: downloading component 'rustc'
492025-01-31T04:42:24.872Zinfo: downloading component 'rustfmt'
502025-01-31T04:42:25.127Zinfo: installing component 'cargo'
512025-01-31T04:42:25.960Zinfo: installing component 'clippy'
522025-01-31T04:42:26.339Zinfo: installing component 'rust-docs'
532025-01-31T04:42:28.015Zinfo: installing component 'rust-std'
542025-01-31T04:42:29.869Zinfo: installing component 'rustc'
552025-01-31T04:42:35.863Zinfo: installing component 'rustfmt'
562025-01-31T04:42:36.193Zinfo: default toolchain set to '1.84.1-x86_64-unknown-illumos'
572025-01-31T04:42:36.193Z
582025-01-31T04:42:36.580Z 1.84.1-x86_64-unknown-illumos installed - rustc 1.84.1 (e71f9a9a9 2025-01-27)
592025-01-31T04:42:36.580Z
602025-01-31T04:42:36.584Z
612025-01-31T04:42:36.584ZRust is installed now. Great!
622025-01-31T04:42:36.584Z
632025-01-31T04:42:36.584ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-01-31T04:42:36.584Zenvironment variable. This has not been done automatically.
652025-01-31T04:42:36.584Z
662025-01-31T04:42:36.584ZTo configure your current shell, you need to source
672025-01-31T04:42:36.584Zthe corresponding env file under $HOME/.cargo.
682025-01-31T04:42:36.584Z
692025-01-31T04:42:36.584ZThis is usually done by running one of the following (note the leading DOT):
702025-01-31T04:42:36.584Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-01-31T04:42:36.584Zsource "$HOME/.cargo/env.fish" # For fish
722025-01-31T04:42:36.655Z+ rustup --version
732025-01-31T04:42:36.663Zrustup 1.27.1 (54dd3d00f 2024-04-24)
742025-01-31T04:42:36.663Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
752025-01-31T04:42:36.740Zinfo: The currently active `rustc` version is `rustc 1.84.1 (e71f9a9a9 2025-01-27)`
762025-01-31T04:42:36.743Z+ cargo --version
772025-01-31T04:42:36.800Zcargo 1.84.1 (66221abde 2024-11-19)
782025-01-31T04:42:36.803Z+ rustc --version
792025-01-31T04:42:36.862Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
802025-01-31T04:42:36.866Zprocess exited: duration 24677 ms, exit code 0
 
812025-01-31T04:42:36.871Zstarting task 2: "authentication"
822025-01-31T04:42:36.893Zprocess exited: duration 20 ms, exit code 0
 
832025-01-31T04:42:36.899Zstarting task 3: "clone repository"
842025-01-31T04:42:36.904Z+ mkdir -p /work/oxidecomputer/omicron
852025-01-31T04:42:36.907Z+ git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron
862025-01-31T04:42:36.947ZCloning into '/work/oxidecomputer/omicron'...
872025-01-31T04:42:45.044Z+ cd /work/oxidecomputer/omicron
882025-01-31T04:42:45.051Z+ git fetch origin dca2481cd962df162b787691858917fe3eff2e70
892025-01-31T04:42:45.429ZFrom https://github.com/oxidecomputer/omicron
902025-01-31T04:42:45.429Z * branch dca2481cd962df162b787691858917fe3eff2e70 -> FETCH_HEAD
912025-01-31T04:42:45.438Z+ [[ -n iliana/1.84.1 ]]
922025-01-31T04:42:45.442Z++ git branch --show-current
932025-01-31T04:42:45.444Z+ current=main
942025-01-31T04:42:45.444Z+ [[ main != iliana/1.84.1 ]]
952025-01-31T04:42:45.445Z+ git branch -f iliana/1.84.1 dca2481cd962df162b787691858917fe3eff2e70
962025-01-31T04:42:45.448Z+ git checkout -f iliana/1.84.1
972025-01-31T04:42:45.623ZSwitched to branch 'iliana/1.84.1'
982025-01-31T04:42:45.626Z+ git reset --hard dca2481cd962df162b787691858917fe3eff2e70
992025-01-31T04:42:45.636ZHEAD is now at dca2481cd Update to Rust 1.84.1
1002025-01-31T04:42:45.638Zprocess exited: duration 8736 ms, exit code 0
 
1012025-01-31T04:42:45.644Zstarting task 4: "build"
1022025-01-31T04:42:45.652Z+ source ./env.sh
1032025-01-31T04:42:45.652Z++ OLD_SHELL_OPTS=ehxB
1042025-01-31T04:42:45.652Z++ set -o xtrace
1052025-01-31T04:42:45.655Z++++ dirname ./env.sh
1062025-01-31T04:42:45.658Z+++ readlink -f .
1072025-01-31T04:42:45.662Z++ OMICRON_WS=/work/oxidecomputer/omicron
1082025-01-31T04:42:45.666Z++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1092025-01-31T04:42:45.666Z++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin
1102025-01-31T04:42:45.666Z++ 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
1112025-01-31T04:42:45.667Z++ 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
1122025-01-31T04:42:45.667Z++ 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
1132025-01-31T04:42:45.667Z++ 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
1142025-01-31T04:42:45.667Z++ 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
1152025-01-31T04:42:45.667Z++ 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
1162025-01-31T04:42:45.667Z++ case $OLD_SHELL_OPTS in
1172025-01-31T04:42:45.667Z++ unset OLD_SHELL_OPTS OMICRON_WS
1182025-01-31T04:42:45.667Z+ source .github/buildomat/ci-env.sh
1192025-01-31T04:42:45.667Z++ export CARGO_TERM_COLOR=always
1202025-01-31T04:42:45.667Z++ CARGO_TERM_COLOR=always
1212025-01-31T04:42:45.667Z+ target_os=illumos
1222025-01-31T04:42:45.667Z+ NEXTEST_VERSION=0.9.86
1232025-01-31T04:42:45.667Z+ cargo --version
1242025-01-31T04:42:45.711Zcargo 1.84.1 (66221abde 2024-11-19)
1252025-01-31T04:42:45.714Z+ rustc --version
1262025-01-31T04:42:45.771Zrustc 1.84.1 (e71f9a9a9 2025-01-27)
1272025-01-31T04:42:45.775Z+ curl -sSfL --retry 10 https://get.nexte.st/0.9.86/illumos
1282025-01-31T04:42:45.778Z+ gunzip
1292025-01-31T04:42:45.778Z+ tar -xvf - -C /home/build/.cargo/bin
1302025-01-31T04:42:46.881Zx cargo-nextest, 17157904 bytes, 33512 tape blocks
1312025-01-31T04:42:46.884Z+ TEST_TMPDIR=/var/tmp/omicron_tmp
1322025-01-31T04:42:46.884Z+ echo 'tests will store ephemeral output in /var/tmp/omicron_tmp'
1332025-01-31T04:42:46.884Ztests will store ephemeral output in /var/tmp/omicron_tmp
1342025-01-31T04:42:46.884Z+ mkdir /var/tmp/omicron_tmp
1352025-01-31T04:42:46.885Z+ OUTPUT_DIR=/work
1362025-01-31T04:42:46.885Z+ echo 'tests will store non-ephemeral output in /work'
1372025-01-31T04:42:46.885Ztests will store non-ephemeral output in /work
1382025-01-31T04:42:46.885Z+ mkdir -p /work
1392025-01-31T04:42:46.887Z+ banner prerequisites
1402025-01-31T04:42:46.892Z
1412025-01-31T04:42:46.892Z ##### ##### ###### ##### ###### #### # # # #### #
1422025-01-31T04:42:46.892Z # # # # # # # # # # # # # # #
1432025-01-31T04:42:46.892Z # # # # ##### # # ##### # # # # # #### #
1442025-01-31T04:42:46.892Z ##### ##### # ##### # # # # # # # # #
1452025-01-31T04:42:46.892Z # # # # # # # # # # # # # # #
1462025-01-31T04:42:46.892Z # # # ###### # # ###### ### # #### # #### #
1472025-01-31T04:42:46.892Z
1482025-01-31T04:42:46.892Z+ ptime -m bash ./tools/install_builder_prerequisites.sh -y
1492025-01-31T04:42:48.552Zpkg list: illegal option -- F
1502025-01-31T04:42:48.552ZUsage:
1512025-01-31T04:42:48.563Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1522025-01-31T04:42:48.563Z [pkg_fmri_pattern ...]
1532025-01-31T04:42:49.370Zpkg list: illegal option -- F
1542025-01-31T04:42:49.370ZUsage:
1552025-01-31T04:42:49.373Z pkg list [-HafMmnqRrsuv] [-g path_or_uri ...] [--no-refresh]
1562025-01-31T04:42:49.373Z [pkg_fmri_pattern ...]
1572025-01-31T04:42:59.459Z Startup: Refreshing catalog 'helios-dev' ... Done
1582025-01-31T04:43:03.552Z Startup: Caching catalogs ... Done
1592025-01-31T04:43:15.061ZPlanning: Solver setup ... Done (10.696s)
1602025-01-31T04:43:15.206ZPlanning: Running solver ... Done (0.146s)
1612025-01-31T04:43:15.317ZPlanning: Finding local manifests ... Done (0.007s)
1622025-01-31T04:43:15.347ZPlanning: Fetching manifests: 0/7 0% complete
1632025-01-31T04:43:15.998ZPlanning: Fetching manifests: 7/7 100% complete
1642025-01-31T04:43:16.105ZPlanning: Package planning ... Done (0.108s)
1652025-01-31T04:43:16.163ZPlanning: Merging actions ... Done (0.057s)
1662025-01-31T04:43:16.360ZPlanning: Checking for conflicting actions ... Done (0.196s)
1672025-01-31T04:43:18.588ZPlanning: Consolidating action changes ... Done (2.228s)
1682025-01-31T04:43:19.035ZPlanning: Evaluating mediators ... Done (0.446s)
1692025-01-31T04:43:19.113ZPlanning: Planning completed in 15.46 seconds
1702025-01-31T04:43:19.129Z Packages to install: 4
1712025-01-31T04:43:19.129Z Packages to update: 3
1722025-01-31T04:43:19.132Z Mediators to change: 2
1732025-01-31T04:43:19.132Z Services to change: 1
1742025-01-31T04:43:19.132Z Estimated space available: 155.60 GB
1752025-01-31T04:43:19.132ZEstimated space to be consumed: 1.65 GB
1762025-01-31T04:43:19.132Z Create boot environment: No
1772025-01-31T04:43:19.132ZCreate backup boot environment: Yes
1782025-01-31T04:43:19.132Z Rebuild boot archive: No
1792025-01-31T04:43:19.132Z
1802025-01-31T04:43:19.132ZChanged mediators:
1812025-01-31T04:43:19.132Z mediator clang:
1822025-01-31T04:43:19.132Z version: None -> 15 (system default)
1832025-01-31T04:43:19.132Z
1842025-01-31T04:43:19.132Z mediator llvm:
1852025-01-31T04:43:19.132Z version: 14 (system default) -> 15 (system default)
1862025-01-31T04:43:19.132Z
1872025-01-31T04:43:19.132ZChanged packages:
1882025-01-31T04:43:19.132Zhelios-dev
1892025-01-31T04:43:19.132Z developer/build-essential
1902025-01-31T04:43:19.132Z None -> 11-2.0
1912025-01-31T04:43:19.132Z library/libxmlsec1
1922025-01-31T04:43:19.132Z None -> 1.2.35-2.0
1932025-01-31T04:43:19.132Z ooce/developer/clang-15
1942025-01-31T04:43:19.132Z None -> 15.0.7-2.0
1952025-01-31T04:43:19.132Z ooce/developer/llvm-15
1962025-01-31T04:43:19.132Z None -> 15.0.7-2.0
1972025-01-31T04:43:19.132Z package/pkg
1982025-01-31T04:43:19.133Z 0.5.11-2.0 -> 0.5.11-2.1.6412
1992025-01-31T04:43:19.133Z system/library/g++-runtime
2002025-01-31T04:43:19.133Z 13-2.0 -> 14-2.0
2012025-01-31T04:43:19.133Z system/library/gcc-runtime
2022025-01-31T04:43:19.133Z 13-2.0 -> 14-2.0
2032025-01-31T04:43:19.133Z
2042025-01-31T04:43:19.133ZServices:
2052025-01-31T04:43:19.133Z restart_fmri:
2062025-01-31T04:43:19.133Z svc:/system/update-man-index:default
2072025-01-31T04:43:19.133Z
2082025-01-31T04:43:19.133ZEditable files to change:
2092025-01-31T04:43:19.133Z Update:
2102025-01-31T04:43:19.133Z usr/share/lib/pkg/web/config.shtml
2112025-01-31T04:43:19.216Z
2122025-01-31T04:43:19.216ZDownload: 0/4301 items 0.0/225.4MB 0% complete
2132025-01-31T04:43:24.218ZDownload: 320/4301 items 5.1/225.4MB 2% complete (951k/s)
2142025-01-31T04:43:29.219ZDownload: 1110/4301 items 40.7/225.4MB 18% complete (4.0M/s)
2152025-01-31T04:43:39.477ZDownload: 1197/4301 items 83.5/225.4MB 37% complete (8.3M/s)
2162025-01-31T04:43:44.507ZDownload: 1538/4301 items 117.6/225.4MB 52% complete (7.2M/s)
2172025-01-31T04:43:49.511ZDownload: 1928/4301 items 118.6/225.4MB 52% complete (3.6M/s)
2182025-01-31T04:43:55.343ZDownload: 2222/4301 items 119.2/225.4MB 52% complete (359k/s)
2192025-01-31T04:44:00.345ZDownload: 2433/4301 items 120.2/225.4MB 53% complete (141k/s)
2202025-01-31T04:44:05.346ZDownload: 3146/4301 items 147.9/225.4MB 65% complete (2.8M/s)
2212025-01-31T04:44:18.231ZDownload: 3248/4301 items 202.2/225.4MB 89% complete
2222025-01-31T04:44:30.977ZDownload: 3286/4301 items 212.0/225.4MB 94% complete (3.4M/s)
2232025-01-31T04:44:36.630ZDownload: 4283/4301 items 222.2/225.4MB 98% complete (2.0M/s)
2242025-01-31T04:44:38.303ZDownload: Completed 225.42 MB in 79.07 seconds (2.9M/s)
2252025-01-31T04:44:40.449Z Actions: 1/5122 actions (Removing old actions)
2262025-01-31T04:44:40.470Z Actions: 194/5122 actions (Installing new actions)
2272025-01-31T04:44:45.214Z Actions: 4267/5122 actions (Updating modified actions)
2282025-01-31T04:44:45.576Z Actions: Completed 5122 actions in 5.13 seconds.
2292025-01-31T04:44:45.972Z Done (0.389s)
2302025-01-31T04:44:45.975Z Done (0.001s)
2312025-01-31T04:44:46.555Z Done (0.581s)
2322025-01-31T04:44:50.906Z Done (4.115s)
2332025-01-31T04:44:50.992Z Done (0.020s)
2342025-01-31T04:44:50.995Z Done (0.000s)
2352025-01-31T04:44:51.152Z Done (0.000s)
2362025-01-31T04:44:51.848ZPlanning: Evaluating mediator changes ... Done
2372025-01-31T04:44:52.010ZPlanning: Checking for conflicting actions ... Done
2382025-01-31T04:44:52.015ZPlanning: Consolidating action changes ... Done
2392025-01-31T04:44:52.283ZPlanning: Evaluating mediators ... Done
2402025-01-31T04:44:52.285ZPlanning: Planning completed in 0.44 seconds
2412025-01-31T04:44:52.323Z Mediators to change: 2
2422025-01-31T04:44:52.323Z Create boot environment: No
2432025-01-31T04:44:52.326ZCreate backup boot environment: No
2442025-01-31T04:44:52.402Z Done
2452025-01-31T04:44:52.402Z Done
2462025-01-31T04:44:52.763Z Done
2472025-01-31T04:44:56.310Z Done
2482025-01-31T04:44:56.402Z Done
2492025-01-31T04:44:56.405Z Done
2502025-01-31T04:44:56.545Z Done
2512025-01-31T04:44:57.149ZPlanning: Evaluating mediator changes ... Done
2522025-01-31T04:44:57.152ZPlanning: Merging actions ... Done
2532025-01-31T04:44:57.343ZPlanning: Checking for conflicting actions ... Done
2542025-01-31T04:44:57.346ZPlanning: Consolidating action changes ... Done
2552025-01-31T04:44:57.606ZPlanning: Evaluating mediators ... Done
2562025-01-31T04:44:57.662ZPlanning: Planning completed in 0.75 seconds
2572025-01-31T04:44:57.703Z Packages to change: 1
2582025-01-31T04:44:57.703Z Mediators to change: 1
2592025-01-31T04:44:57.706Z Services to change: 1
2602025-01-31T04:44:57.706Z Create boot environment: No
2612025-01-31T04:44:57.706ZCreate backup boot environment: Yes
2622025-01-31T04:45:00.050Z Actions: 1/6 actions (Updating modified actions)
2632025-01-31T04:45:00.056Z Actions: Completed 6 actions in 0.00 seconds.
2642025-01-31T04:45:00.056Z Done
2652025-01-31T04:45:00.056Z Done
2662025-01-31T04:45:00.170Z Done
2672025-01-31T04:45:03.758Z Done
2682025-01-31T04:45:03.847Z Done
2692025-01-31T04:45:03.849Z Done
2702025-01-31T04:45:03.980Z Done
2712025-01-31T04:45:04.413ZMEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION
2722025-01-31T04:45:04.413Zclang system 15 system
2732025-01-31T04:45:04.413Zcsh system system illumos
2742025-01-31T04:45:04.413Zctags system system illumos
2752025-01-31T04:45:04.413Zgcc vendor 12 vendor
2762025-01-31T04:45:04.413Zgcc system 10 system
2772025-01-31T04:45:04.413Zgcc system 7 system
2782025-01-31T04:45:04.413Zgo system 1.20 system
2792025-01-31T04:45:04.413Zgo system 1.19 system
2802025-01-31T04:45:04.413Zllvm system 15 system
2812025-01-31T04:45:04.413Zllvm system 14 system
2822025-01-31T04:45:04.413Zmariadb system 10.6 system
2832025-01-31T04:45:04.413Zmta vendor vendor dma
2842025-01-31T04:45:04.413Zopenjdk system 17 system
2852025-01-31T04:45:04.413Zopenjdk system 11 system
2862025-01-31T04:45:04.413Zopenjdk system 1.8 system
2872025-01-31T04:45:04.413Zopenssl vendor 3 vendor
2882025-01-31T04:45:04.413Zperl system 5.36 system
2892025-01-31T04:45:04.413Zpostgresql system 15 system
2902025-01-31T04:45:04.413Zpostgresql system 13 system
2912025-01-31T04:45:04.413Zpython vendor 3 vendor
2922025-01-31T04:45:04.413Zpython system 2 system
2932025-01-31T04:45:04.413Zpython3 system 3.11 system
2942025-01-31T04:45:04.413Zruby system 3.0 system
2952025-01-31T04:45:04.413Zwords vendor vendor american-english
2962025-01-31T04:45:04.413Zwords system system australian-english
2972025-01-31T04:45:04.413Zwords system system british-english
2982025-01-31T04:45:04.413Zwords system system canadian-english
2992025-01-31T04:45:04.413Zwords system system french
3002025-01-31T04:45:04.413Zwords system system italian
3012025-01-31T04:45:04.413Zwords system system ngerman
3022025-01-31T04:45:04.413Zwords system system ogerman
3032025-01-31T04:45:04.413Zwords system system spanish
3042025-01-31T04:45:04.738ZPUBLISHER TYPE STATUS P LOCATION
3052025-01-31T04:45:04.738Zhelios-dev origin online F https://pkg.oxide.computer/helios/2/dev/
3062025-01-31T04:45:07.542ZFMRI IFO
3072025-01-31T04:45:07.542Zpkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im-
3082025-01-31T04:45:07.542Zpkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i--
3092025-01-31T04:45:07.542Zpkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im-
3102025-01-31T04:45:07.542Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im-
3112025-01-31T04:45:07.542Zpkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z ---
3122025-01-31T04:45:07.542Zpkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i--
3132025-01-31T04:45:07.542Zpkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im-
3142025-01-31T04:45:07.542Zpkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z ---
3152025-01-31T04:45:07.542Zpkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z ---
3162025-01-31T04:45:07.542Zpkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z im-
3172025-01-31T04:45:07.542Zpkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z ---
3182025-01-31T04:45:07.542Zpkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z ---
3192025-01-31T04:45:07.542Zpkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z im-
3202025-01-31T04:45:07.542Zpkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z ---
3212025-01-31T04:45:07.542Zpkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z ---
3222025-01-31T04:45:08.294Z Updating git repository `https://github.com/oxidecomputer/pq-sys`
3232025-01-31T04:45:08.619Z Updating crates.io index
3242025-01-31T04:45:08.705Z Updating git repository `https://github.com/oxidecomputer/diffus`
3252025-01-31T04:45:08.969Z Updating git repository `https://github.com/oxidecomputer/maghemite`
3262025-01-31T04:45:09.513Z Updating git repository `https://github.com/oxidecomputer/oxnet`
3272025-01-31T04:45:09.766Z Updating git repository `https://github.com/oxidecomputer/serde_human_bytes`
3282025-01-31T04:45:10.040Z Updating git repository `https://github.com/oxidecomputer/slog-error-chain`
3292025-01-31T04:45:10.316Z Updating git repository `https://github.com/oxidecomputer/propolis`
3302025-01-31T04:45:11.310Z Updating git repository `https://github.com/oxidecomputer/crucible`
3312025-01-31T04:45:13.130Z Updating git repository `https://github.com/oxidecomputer/opte`
3322025-01-31T04:45:13.808Z Updating git repository `https://github.com/oxidecomputer/falcon`
3332025-01-31T04:45:14.563Z Updating git repository `https://github.com/oxidecomputer/clickward`
3342025-01-31T04:45:14.856Z Updating git repository `https://github.com/oxidecomputer/openapi-lint`
3352025-01-31T04:45:15.162Z Updating git repository `https://github.com/oxidecomputer/management-gateway-service`
3362025-01-31T04:45:15.743Z Updating git repository `https://github.com/oxidecomputer/libipcc`
3372025-01-31T04:45:16.157Z Updating git repository `https://github.com/oxidecomputer/sprockets.git`
3382025-01-31T04:45:16.490Z Updating git repository `https://github.com/oxidecomputer/tofino`
3392025-01-31T04:45:16.747Z Updating git repository `https://github.com/oxidecomputer/illumos-devinfo`
3402025-01-31T04:45:16.982Z Updating git repository `https://github.com/oxidecomputer/libefi-illumos`
3412025-01-31T04:45:17.299Z Updating git repository `https://github.com/oxidecomputer/libnvme`
3422025-01-31T04:45:17.562Z Updating git repository `https://github.com/oxidecomputer/lldp`
3432025-01-31T04:45:17.908Z Updating git repository `https://github.com/oxidecomputer/hubtools.git`
3442025-01-31T04:45:18.225Z Updating git repository `https://github.com/bluecatengineering/dhcproto.git`
3452025-01-31T04:45:18.551Z Updating git repository `https://github.com/oxidecomputer/ispf`
3462025-01-31T04:45:18.853Z Updating git repository `https://github.com/oxidecomputer/poptrie`
3472025-01-31T04:45:19.175Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
3482025-01-31T04:45:19.651Z Updating git repository `https://github.com/oxidecomputer/tlvc.git`
3492025-01-31T04:45:19.923Z Updating git repository `https://github.com/oxidecomputer/dice-util`
3502025-01-31T04:45:20.333Z Updating git repository `https://github.com/oxidecomputer/lpc55_support`
3512025-01-31T04:45:20.738Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
3522025-01-31T04:45:21.093Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
3532025-01-31T04:45:21.361Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
3542025-01-31T04:45:21.631Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
3552025-01-31T04:45:22.899Z Downloading crates ...
3562025-01-31T04:45:23.008Z Downloaded camino-tempfile v1.1.1
3572025-01-31T04:45:23.026Z Downloaded cargo_toml v0.20.5
3582025-01-31T04:45:23.029Z Downloaded dof v0.3.0
3592025-01-31T04:45:23.032Z Downloaded anstyle-query v1.1.1
3602025-01-31T04:45:23.037Z Downloaded anstream v0.6.15
3612025-01-31T04:45:23.045Z Downloaded anstyle v1.0.10
3622025-01-31T04:45:23.047Z Downloaded autocfg v1.4.0
3632025-01-31T04:45:23.050Z Downloaded cargo-platform v0.1.8
3642025-01-31T04:45:23.053Z Downloaded bytecount v0.6.8
3652025-01-31T04:45:23.053Z Downloaded cfg-if v1.0.0
3662025-01-31T04:45:23.063Z Downloaded byteorder v1.5.0
3672025-01-31T04:45:23.066Z Downloaded camino v1.1.9
3682025-01-31T04:45:23.066Z Downloaded colorchoice v1.0.2
3692025-01-31T04:45:23.069Z Downloaded cargo_metadata v0.18.1
3702025-01-31T04:45:23.071Z Downloaded equivalent v1.0.1
3712025-01-31T04:45:23.076Z Downloaded errno v0.3.9
3722025-01-31T04:45:23.076Z Downloaded crypto-common v0.1.6
3732025-01-31T04:45:23.078Z Downloaded digest v0.10.7
3742025-01-31T04:45:23.078Z Downloaded fnv v1.0.7
3752025-01-31T04:45:23.078Z Downloaded heck v0.4.1
3762025-01-31T04:45:23.085Z Downloaded is_terminal_polyfill v1.70.1
3772025-01-31T04:45:23.088Z Downloaded clap_derive v4.5.24
3782025-01-31T04:45:23.091Z Downloaded generic-array v0.14.7
3792025-01-31T04:45:23.093Z Downloaded itoa v1.0.11
3802025-01-31T04:45:23.096Z Downloaded fastrand v2.1.1
3812025-01-31T04:45:23.096Z Downloaded fs-err v2.11.0
3822025-01-31T04:45:23.100Z Downloaded proc-macro-error-attr v1.0.4
3832025-01-31T04:45:23.105Z Downloaded serde_spanned v0.6.8
3842025-01-31T04:45:23.108Z Downloaded cpufeatures v0.2.14
3852025-01-31T04:45:23.111Z Downloaded proc-macro-error v1.0.4
3862025-01-31T04:45:23.114Z Downloaded terminal_size v0.4.0
3872025-01-31T04:45:23.117Z Downloaded smawk v0.3.2
3882025-01-31T04:45:23.122Z Downloaded log v0.4.22
3892025-01-31T04:45:23.202Z Downloaded semver v1.0.24
3902025-01-31T04:45:23.218Z Downloaded ryu v1.0.18
3912025-01-31T04:45:23.218Z Downloaded sha2 v0.10.8
3922025-01-31T04:45:23.218Z Downloaded thiserror-impl v1.0.69
3932025-01-31T04:45:23.218Z Downloaded serde v1.0.217
3942025-01-31T04:45:23.218Z Downloaded block-buffer v0.10.4
3952025-01-31T04:45:23.218Z Downloaded tempfile v3.13.0
3962025-01-31T04:45:23.218Z Downloaded thiserror v1.0.69
3972025-01-31T04:45:23.218Z Downloaded textwrap v0.16.1
3982025-01-31T04:45:23.218Z Downloaded ucd-trie v0.1.7
3992025-01-31T04:45:23.218Z Downloaded unicode-ident v1.0.14
4002025-01-31T04:45:23.260Z Downloaded rustix v0.38.37
4012025-01-31T04:45:23.268Z Downloaded typenum v1.17.0
4022025-01-31T04:45:23.277Z Downloaded serde_json v1.0.135
4032025-01-31T04:45:23.314Z Downloaded syn v1.0.109
4042025-01-31T04:45:23.358Z Downloaded syn v2.0.96
4052025-01-31T04:45:23.374Z Downloaded toml_edit v0.22.22
4062025-01-31T04:45:23.395Z Downloaded hashbrown v0.15.1
4072025-01-31T04:45:23.519Z Downloaded unicode-linebreak v0.1.5
4082025-01-31T04:45:23.524Z Downloaded anstyle-parse v0.2.5
4092025-01-31T04:45:23.531Z Downloaded bitflags v2.6.0
4102025-01-31T04:45:23.538Z Downloaded anyhow v1.0.95
4112025-01-31T04:45:23.582Z Downloaded unicode-width v0.1.14
4122025-01-31T04:45:23.586Z Downloaded clap_lex v0.7.4
4132025-01-31T04:45:23.589Z Downloaded clap v4.5.27
4142025-01-31T04:45:23.614Z Downloaded heck v0.5.0
4152025-01-31T04:45:23.617Z Downloaded clap_builder v4.5.27
4162025-01-31T04:45:23.627Z Downloaded indexmap v2.7.1
4172025-01-31T04:45:23.642Z Downloaded memchr v2.7.4
4182025-01-31T04:45:23.663Z Downloaded pest v2.7.14
4192025-01-31T04:45:23.668Z Downloaded once_cell v1.20.2
4202025-01-31T04:45:23.672Z Downloaded quote v1.0.38
4212025-01-31T04:45:23.680Z Downloaded proc-macro2 v1.0.92
4222025-01-31T04:45:23.686Z Downloaded serde_derive v1.0.217
4232025-01-31T04:45:23.692Z Downloaded pest_meta v2.7.14
4242025-01-31T04:45:23.694Z Downloaded strsim v0.11.1
4252025-01-31T04:45:23.700Z Downloaded pest_derive v2.7.14
4262025-01-31T04:45:23.702Z Downloaded toml_datetime v0.6.8
4272025-01-31T04:45:23.709Z Downloaded toml v0.8.19
4282025-01-31T04:45:23.750Z Downloaded plain v0.2.3
4292025-01-31T04:45:23.752Z Downloaded swrite v0.1.0
4302025-01-31T04:45:23.757Z Downloaded serde_tokenstream v0.2.2
4312025-01-31T04:45:23.763Z Downloaded utf8parse v0.2.2
4322025-01-31T04:45:23.767Z Downloaded zerocopy-derive v0.7.35
4332025-01-31T04:45:23.771Z Downloaded version_check v0.9.5
4342025-01-31T04:45:23.797Z Downloaded zerocopy v0.7.35
4352025-01-31T04:45:23.820Z Downloaded winnow v0.6.20
4362025-01-31T04:45:23.856Z Downloaded usdt-macro v0.5.0
4372025-01-31T04:45:23.859Z Downloaded usdt-impl v0.5.0
4382025-01-31T04:45:23.860Z Downloaded usdt-attr-macro v0.5.0
4392025-01-31T04:45:23.860Z Downloaded usdt v0.5.0
4402025-01-31T04:45:23.863Z Downloaded thread-id v4.2.2
4412025-01-31T04:45:23.863Z Downloaded tabled_derive v0.7.0
4422025-01-31T04:45:23.863Z Downloaded tabled v0.15.0
4432025-01-31T04:45:23.876Z Downloaded scroll_derive v0.12.0
4442025-01-31T04:45:23.878Z Downloaded scroll v0.12.0
4452025-01-31T04:45:23.878Z Downloaded pretty-hex v0.4.1
4462025-01-31T04:45:23.878Z Downloaded pest_generator v2.7.14
4472025-01-31T04:45:23.881Z Downloaded papergrid v0.11.0
4482025-01-31T04:45:23.888Z Downloaded memmap v0.7.0
4492025-01-31T04:45:23.888Z Downloaded macaddr v1.0.1
4502025-01-31T04:45:23.888Z Downloaded libc v0.2.169
4512025-01-31T04:45:23.914Z Downloaded goblin v0.8.2
4522025-01-31T04:45:23.921Z Downloaded dtrace-parser v0.2.0
4532025-01-31T04:45:24.214Z Compiling proc-macro2 v1.0.92
4542025-01-31T04:45:24.214Z Compiling unicode-ident v1.0.14
4552025-01-31T04:45:24.217Z Compiling version_check v0.9.5
4562025-01-31T04:45:24.217Z Compiling serde v1.0.217
4572025-01-31T04:45:24.217Z Compiling memchr v2.7.4
4582025-01-31T04:45:24.217Z Compiling thiserror v1.0.69
4592025-01-31T04:45:24.250Z Compiling libc v0.2.169
4602025-01-31T04:45:24.253Z Compiling ucd-trie v0.1.7
4612025-01-31T04:45:24.494Z Compiling ryu v1.0.18
4622025-01-31T04:45:24.848Z Compiling itoa v1.0.11
4632025-01-31T04:45:24.962Z Compiling once_cell v1.20.2
4642025-01-31T04:45:24.988Z Compiling byteorder v1.5.0
4652025-01-31T04:45:25.059Z Compiling serde_json v1.0.135
4662025-01-31T04:45:25.219Z Compiling rustix v0.38.37
4672025-01-31T04:45:25.452Z Compiling bitflags v2.6.0
4682025-01-31T04:45:25.554Z Compiling proc-macro-error-attr v1.0.4
4692025-01-31T04:45:25.776Z Compiling usdt-impl v0.5.0
4702025-01-31T04:45:25.803Z Compiling syn v1.0.109
4712025-01-31T04:45:25.883Z Compiling proc-macro-error v1.0.4
4722025-01-31T04:45:25.934Z Compiling utf8parse v0.2.2
4732025-01-31T04:45:26.039Z Compiling quote v1.0.38
4742025-01-31T04:45:26.101Z Compiling errno v0.3.9
4752025-01-31T04:45:26.169Z Compiling hashbrown v0.15.1
4762025-01-31T04:45:26.311Z Compiling log v0.4.22
4772025-01-31T04:45:26.364Z Compiling equivalent v1.0.1
4782025-01-31T04:45:26.417Z Compiling syn v2.0.96
4792025-01-31T04:45:26.502Z Compiling camino v1.1.9
4802025-01-31T04:45:26.655Z Compiling thread-id v4.2.2
4812025-01-31T04:45:26.689Z Compiling plain v0.2.3
4822025-01-31T04:45:26.851Z Compiling anstyle-parse v0.2.5
4832025-01-31T04:45:27.159Z Compiling indexmap v2.7.1
4842025-01-31T04:45:27.185Z Compiling anstyle-query v1.1.1
4852025-01-31T04:45:27.211Z Compiling anstyle v1.0.10
4862025-01-31T04:45:27.289Z Compiling is_terminal_polyfill v1.70.1
4872025-01-31T04:45:27.358Z Compiling pretty-hex v0.4.1
4882025-01-31T04:45:27.428Z Compiling colorchoice v1.0.2
4892025-01-31T04:45:27.454Z Compiling winnow v0.6.20
4902025-01-31T04:45:27.600Z Compiling unicode-width v0.1.14
4912025-01-31T04:45:27.603Z Compiling autocfg v1.4.0
4922025-01-31T04:45:27.650Z Compiling semver v1.0.24
4932025-01-31T04:45:28.158Z Compiling anstream v0.6.15
4942025-01-31T04:45:28.209Z Compiling terminal_size v0.4.0
4952025-01-31T04:45:28.448Z Compiling heck v0.5.0
4962025-01-31T04:45:28.562Z Compiling cfg-if v1.0.0
4972025-01-31T04:45:28.589Z Compiling fs-err v2.11.0
4982025-01-31T04:45:28.679Z Compiling anyhow v1.0.95
4992025-01-31T04:45:28.826Z Compiling bytecount v0.6.8
5002025-01-31T04:45:28.853Z Compiling heck v0.4.1
5012025-01-31T04:45:28.877Z Compiling clap_lex v0.7.4
5022025-01-31T04:45:28.947Z Compiling fastrand v2.1.1
5032025-01-31T04:45:29.097Z Compiling fnv v1.0.7
5042025-01-31T04:45:29.307Z Compiling strsim v0.11.1
5052025-01-31T04:45:29.443Z Compiling papergrid v0.11.0
5062025-01-31T04:45:29.672Z Compiling clap_builder v4.5.27
5072025-01-31T04:45:29.761Z Compiling tempfile v3.13.0
5082025-01-31T04:45:30.077Z Compiling memmap v0.7.0
5092025-01-31T04:45:30.130Z Compiling unicode-linebreak v0.1.5
5102025-01-31T04:45:30.423Z Compiling smawk v0.3.2
5112025-01-31T04:45:30.626Z Compiling textwrap v0.16.1
5122025-01-31T04:45:30.795Z Compiling swrite v0.1.0
5132025-01-31T04:45:31.605Z Compiling tabled_derive v0.7.0
5142025-01-31T04:45:33.116Z Compiling tabled v0.15.0
5152025-01-31T04:45:33.258Z Compiling serde_derive v1.0.217
5162025-01-31T04:45:33.268Z Compiling thiserror-impl v1.0.69
5172025-01-31T04:45:33.268Z Compiling zerocopy-derive v0.7.35
5182025-01-31T04:45:33.285Z Compiling scroll_derive v0.12.0
5192025-01-31T04:45:33.454Z Compiling clap_derive v4.5.24
5202025-01-31T04:45:34.698Z Compiling scroll v0.12.0
5212025-01-31T04:45:35.195Z Compiling goblin v0.8.2
5222025-01-31T04:45:35.405Z Compiling zerocopy v0.7.35
5232025-01-31T04:45:36.041Z Compiling pest v2.7.14
5242025-01-31T04:45:36.711Z Compiling clap v4.5.27
5252025-01-31T04:45:38.212Z Compiling pest_meta v2.7.14
5262025-01-31T04:45:39.153Z Compiling pest_generator v2.7.14
5272025-01-31T04:45:40.496Z Compiling pest_derive v2.7.14
5282025-01-31T04:45:41.163Z Compiling dtrace-parser v0.2.0
5292025-01-31T04:45:42.055Z Compiling toml_datetime v0.6.8
5302025-01-31T04:45:42.055Z Compiling serde_spanned v0.6.8
5312025-01-31T04:45:42.064Z Compiling cargo-platform v0.1.8
5322025-01-31T04:45:42.419Z Compiling serde_tokenstream v0.2.2
5332025-01-31T04:45:42.422Z Compiling macaddr v1.0.1
5342025-01-31T04:45:42.596Z Compiling toml_edit v0.22.22
5352025-01-31T04:45:42.628Z Compiling camino-tempfile v1.1.1
5362025-01-31T04:45:43.428Z Compiling dof v0.3.0
5372025-01-31T04:45:43.428Z Compiling cargo_metadata v0.18.1
5382025-01-31T04:45:45.147Z Compiling usdt-macro v0.5.0
5392025-01-31T04:45:45.147Z Compiling usdt-attr-macro v0.5.0
5402025-01-31T04:45:45.296Z Compiling toml v0.8.19
5412025-01-31T04:45:46.133Z Compiling cargo_toml v0.20.5
5422025-01-31T04:45:46.445Z Compiling usdt v0.5.0
5432025-01-31T04:45:48.745Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
5442025-01-31T04:45:51.880Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.79s
5452025-01-31T04:45:52.173Z Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
5462025-01-31T04:45:52.684Z Downloading crates ...
5472025-01-31T04:45:52.905Z Downloaded aho-corasick v1.1.3
5482025-01-31T04:45:52.912Z Downloaded cfg_aliases v0.2.1
5492025-01-31T04:45:52.916Z Downloaded cexpr v0.6.0
5502025-01-31T04:45:52.921Z Downloaded clang-sys v1.8.1
5512025-01-31T04:45:52.925Z Downloaded icu_locid_transform v1.5.0
5522025-01-31T04:45:52.925Z Downloaded array-init v0.0.4
5532025-01-31T04:45:52.928Z Downloaded addr2line v0.24.2
5542025-01-31T04:45:52.940Z Downloaded icu_locid v1.5.0
5552025-01-31T04:45:52.951Z Downloaded aes-gcm v0.10.3
5562025-01-31T04:45:52.956Z Downloaded icu_locid_transform_data v1.5.0
5572025-01-31T04:45:52.959Z Downloaded async-stream v0.3.6
5582025-01-31T04:45:52.959Z Downloaded atty v0.2.14
5592025-01-31T04:45:52.962Z Downloaded icu_normalizer v1.5.0
5602025-01-31T04:45:52.965Z Downloaded base16ct v0.2.0
5612025-01-31T04:45:52.967Z Downloaded async-recursion v1.1.1
5622025-01-31T04:45:52.970Z Downloaded async-stream-impl v0.3.6
5632025-01-31T04:45:52.970Z Downloaded arrayref v0.3.9
5642025-01-31T04:45:52.973Z Downloaded icu_properties v1.5.1
5652025-01-31T04:45:52.975Z Downloaded assert_matches v1.5.0
5662025-01-31T04:45:52.975Z Downloaded ascii-canvas v3.0.0
5672025-01-31T04:45:52.979Z Downloaded allocator-api2 v0.2.18
5682025-01-31T04:45:52.982Z Downloaded bit-vec v0.6.3
5692025-01-31T04:45:52.985Z Downloaded icu_collections v1.5.0
5702025-01-31T04:45:52.990Z Downloaded block-padding v0.3.3
5712025-01-31T04:45:52.995Z Downloaded blake2 v0.10.6
5722025-01-31T04:45:53.007Z Downloaded backtrace v0.3.74
5732025-01-31T04:45:53.012Z Downloaded cfg_aliases v0.1.1
5742025-01-31T04:45:53.021Z Downloaded icu_properties_data v1.5.0
5752025-01-31T04:45:53.031Z Downloaded idna_adapter v1.2.0
5762025-01-31T04:45:53.034Z Downloaded icu_provider_macros v1.5.0
5772025-01-31T04:45:53.034Z Downloaded icu_provider v1.5.0
5782025-01-31T04:45:53.037Z Downloaded hickory-client v0.24.2
5792025-01-31T04:45:53.040Z Downloaded highway v1.2.0
5802025-01-31T04:45:53.049Z Downloaded bindgen v0.69.5
5812025-01-31T04:45:53.058Z Downloaded hickory-server v0.24.2
5822025-01-31T04:45:53.066Z Downloaded hubpack v0.1.2
5832025-01-31T04:45:53.066Z Downloaded hex-literal v0.4.1
5842025-01-31T04:45:53.066Z Downloaded http-body v1.0.1
5852025-01-31T04:45:53.069Z Downloaded hostname v0.4.0
5862025-01-31T04:45:53.069Z Downloaded colored v2.1.0
5872025-01-31T04:45:53.073Z Downloaded http-range v0.1.5
5882025-01-31T04:45:53.073Z Downloaded httpdate v1.0.3
5892025-01-31T04:45:53.077Z Downloaded cmake v0.1.51
5902025-01-31T04:45:53.077Z Downloaded humantime v2.1.0
5912025-01-31T04:45:53.083Z Downloaded home v0.5.9
5922025-01-31T04:45:53.083Z Downloaded crc v3.2.1
5932025-01-31T04:45:53.087Z Downloaded crossbeam-deque v0.8.5
5942025-01-31T04:45:53.087Z Downloaded hmac v0.12.1
5952025-01-31T04:45:53.087Z Downloaded hyper-tls v0.6.0
5962025-01-31T04:45:53.090Z Downloaded crc-catalog v2.4.0
5972025-01-31T04:45:53.090Z Downloaded const-oid v0.9.6
5982025-01-31T04:45:53.090Z Downloaded hyper-rustls v0.27.3
5992025-01-31T04:45:53.093Z Downloaded http-body-util v0.1.2
6002025-01-31T04:45:53.096Z Downloaded console v0.15.10
6012025-01-31T04:45:53.099Z Downloaded hostname v0.3.1
6022025-01-31T04:45:53.101Z Downloaded convert_case v0.4.0
6032025-01-31T04:45:53.106Z Downloaded chacha20poly1305 v0.10.1
6042025-01-31T04:45:53.106Z Downloaded httparse v1.9.5
6052025-01-31T04:45:53.109Z Downloaded hex v0.4.3
6062025-01-31T04:45:53.109Z Downloaded heck v0.3.3
6072025-01-31T04:45:53.112Z Downloaded iana-time-zone v0.1.61
6082025-01-31T04:45:53.115Z Downloaded ciborium-io v0.2.2
6092025-01-31T04:45:53.115Z Downloaded chacha20 v0.9.1
6102025-01-31T04:45:53.119Z Downloaded hyper-util v0.1.10
6112025-01-31T04:45:53.142Z Downloaded hkdf v0.12.4
6122025-01-31T04:45:53.155Z Downloaded bstr v1.10.0
6132025-01-31T04:45:53.164Z Downloaded cookie v0.18.1
6142025-01-31T04:45:53.169Z Downloaded hyper v1.5.2
6152025-01-31T04:45:53.175Z Downloaded crossbeam-channel v0.5.13
6162025-01-31T04:45:53.183Z Downloaded http v1.2.0
6172025-01-31T04:45:53.189Z Downloaded instant v0.1.13
6182025-01-31T04:45:53.192Z Downloaded inout v0.1.3
6192025-01-31T04:45:53.192Z Downloaded is_ci v1.2.0
6202025-01-31T04:45:53.192Z Downloaded is-terminal v0.4.13
6212025-01-31T04:45:53.195Z Downloaded ident_case v1.0.1
6222025-01-31T04:45:53.195Z Downloaded lazycell v1.3.0
6232025-01-31T04:45:53.198Z Downloaded keccak v0.1.5
6242025-01-31T04:45:53.198Z Downloaded lazy_static v1.5.0
6252025-01-31T04:45:53.201Z Downloaded ipnet v2.10.1
6262025-01-31T04:45:53.208Z Downloaded indexmap v1.9.3
6272025-01-31T04:45:53.215Z Downloaded jobserver v0.1.32
6282025-01-31T04:45:53.220Z Downloaded lockfree-object-pool v0.1.6
6292025-01-31T04:45:53.222Z Downloaded lru v0.12.5
6302025-01-31T04:45:53.222Z Downloaded linked-hash-map v0.5.6
6312025-01-31T04:45:53.247Z Downloaded managed v0.8.0
6322025-01-31T04:45:53.251Z Downloaded lru-cache v0.1.2
6332025-01-31T04:45:53.251Z Downloaded lock_api v0.4.12
6342025-01-31T04:45:53.251Z Downloaded itertools v0.10.5
6352025-01-31T04:45:53.256Z Downloaded litrs v0.4.1
6362025-01-31T04:45:53.260Z Downloaded litemap v0.7.3
6372025-01-31T04:45:53.281Z Downloaded itertools v0.13.0
6382025-01-31T04:45:53.300Z Downloaded itertools v0.12.1
6392025-01-31T04:45:53.312Z Downloaded adler2 v2.0.0
6402025-01-31T04:45:53.317Z Downloaded aead v0.5.2
6412025-01-31T04:45:53.324Z Downloaded ahash v0.8.11
6422025-01-31T04:45:53.342Z Downloaded aes v0.8.4
6432025-01-31T04:45:53.346Z Downloaded atomic-waker v1.1.2
6442025-01-31T04:45:53.348Z Downloaded arrayvec v0.7.6
6452025-01-31T04:45:53.351Z Downloaded async-trait v0.1.85
6462025-01-31T04:45:53.359Z Downloaded libm v0.2.8
6472025-01-31T04:45:53.366Z Downloaded backoff v0.4.0
6482025-01-31T04:45:53.369Z Downloaded base64ct v1.6.0
6492025-01-31T04:45:53.373Z Downloaded arc-swap v1.7.1
6502025-01-31T04:45:53.386Z Downloaded base64 v0.22.1
6512025-01-31T04:45:53.391Z Downloaded base64 v0.21.7
6522025-01-31T04:45:53.398Z Downloaded bitflags v1.3.2
6532025-01-31T04:45:53.401Z Downloaded md-5 v0.10.6
6542025-01-31T04:45:53.404Z Downloaded bit-set v0.5.3
6552025-01-31T04:45:53.409Z Downloaded base64 v0.13.1
6562025-01-31T04:45:53.412Z Downloaded bzip2 v0.4.4
6572025-01-31T04:45:53.425Z Downloaded bumpalo v3.16.0
6582025-01-31T04:45:53.437Z Downloaded bytes v1.9.0
6592025-01-31T04:45:53.441Z Downloaded ciborium-ll v0.2.2
6602025-01-31T04:45:53.444Z Downloaded cbc v0.1.2
6612025-01-31T04:45:53.447Z Downloaded ciborium v0.2.2
6622025-01-31T04:45:53.480Z Downloaded bitvec v1.0.1
6632025-01-31T04:45:53.493Z Downloaded const_format_proc_macros v0.2.34
6642025-01-31T04:45:53.496Z Downloaded cobs v0.2.3
6652025-01-31T04:45:53.519Z Downloaded chrono v0.4.39
6662025-01-31T04:45:53.527Z Downloaded cipher v0.4.4
6672025-01-31T04:45:53.560Z Downloaded match_cfg v0.1.0
6682025-01-31T04:45:53.563Z Downloaded maplit v1.0.2
6692025-01-31T04:45:53.567Z Downloaded darling v0.20.10
6702025-01-31T04:45:53.578Z Downloaded hickory-resolver v0.24.2
6712025-01-31T04:45:53.584Z Downloaded constant_time_eq v0.3.1
6722025-01-31T04:45:53.590Z Downloaded cookie_store v0.21.1
6732025-01-31T04:45:53.593Z Downloaded argon2 v0.5.3
6742025-01-31T04:45:53.598Z Downloaded crc32fast v1.4.2
6752025-01-31T04:45:53.633Z Downloaded hickory-proto v0.24.2
6762025-01-31T04:45:53.648Z Downloaded ipnetwork v0.20.0
6772025-01-31T04:45:53.651Z Downloaded impl-trait-for-tuples v0.2.2
6782025-01-31T04:45:53.654Z Downloaded const_format v0.2.34
6792025-01-31T04:45:53.659Z Downloaded cassowary v0.3.0
6802025-01-31T04:45:53.661Z Downloaded icu_normalizer_data v1.5.0
6812025-01-31T04:45:53.664Z Downloaded crc-any v2.5.0
6822025-01-31T04:45:53.668Z Downloaded bitfield v0.14.0
6832025-01-31T04:45:53.668Z Downloaded idna v1.0.3
6842025-01-31T04:45:53.671Z Downloaded crunchy v0.2.2
6852025-01-31T04:45:53.685Z Downloaded indicatif v0.17.11
6862025-01-31T04:45:53.688Z Downloaded maybe-uninit v2.0.0
6872025-01-31T04:45:53.688Z Downloaded crossbeam-utils v0.8.20
6882025-01-31T04:45:53.703Z Downloaded crossterm v0.28.1
6892025-01-31T04:45:53.709Z Downloaded curve25519-dalek-derive v0.1.1
6902025-01-31T04:45:53.713Z Downloaded csv-core v0.1.11
6912025-01-31T04:45:53.720Z Downloaded crypto-bigint v0.5.5
6922025-01-31T04:45:53.727Z Downloaded ctr v0.9.2
6932025-01-31T04:45:53.815Z Downloaded crossbeam-epoch v0.9.18
6942025-01-31T04:45:53.840Z Downloaded indent_write v2.2.0
6952025-01-31T04:45:53.843Z Downloaded linear-map v1.2.0
6962025-01-31T04:45:53.850Z Downloaded rand v0.8.5
6972025-01-31T04:45:53.858Z Downloaded rand_xorshift v0.3.0
6982025-01-31T04:45:53.860Z Downloaded memoffset v0.9.1
6992025-01-31T04:45:53.860Z Downloaded memmap2 v0.9.5
7002025-01-31T04:45:53.860Z Downloaded md5 v0.7.0
7012025-01-31T04:45:53.863Z Downloaded bb8 v0.8.5
7022025-01-31T04:45:53.863Z Downloaded atomicwrites v0.4.4
7032025-01-31T04:45:53.863Z Downloaded async-bb8-diesel v0.2.1
7042025-01-31T04:45:53.873Z Downloaded mio v1.0.2
7052025-01-31T04:45:53.879Z Downloaded multer v3.1.0
7062025-01-31T04:45:53.895Z Downloaded minimal-lexical v0.2.1
7072025-01-31T04:45:53.902Z Downloaded mime v0.3.17
7082025-01-31T04:45:53.905Z Downloaded miniz_oxide v0.8.0
7092025-01-31T04:45:53.908Z Downloaded regex-syntax v0.8.5
7102025-01-31T04:45:53.920Z Downloaded rsa v0.9.6
7112025-01-31T04:45:53.927Z Downloaded rustc_version v0.4.1
7122025-01-31T04:45:53.930Z Downloaded multimap v0.10.0
7132025-01-31T04:45:53.933Z Downloaded mirai-annotations v1.12.0
7142025-01-31T04:45:53.933Z Downloaded mime_guess v2.0.5
7152025-01-31T04:45:53.944Z Downloaded salsa20 v0.10.2
7162025-01-31T04:45:53.954Z Downloaded rfc6979 v0.4.0
7172025-01-31T04:45:53.958Z Downloaded signal-hook-registry v1.4.2
7182025-01-31T04:45:53.962Z Downloaded smallvec v0.6.14
7192025-01-31T04:45:53.970Z Downloaded strum_macros v0.26.4
7202025-01-31T04:45:53.973Z Downloaded subtle v2.6.1
7212025-01-31T04:45:53.982Z Downloaded serde_yaml v0.9.34+deprecated
7222025-01-31T04:45:53.985Z Downloaded serde_plain v1.0.2
7232025-01-31T04:45:53.989Z Downloaded tokio-macros v2.5.0
7242025-01-31T04:45:54.018Z Downloaded toml v0.7.8
7252025-01-31T04:45:54.032Z Downloaded toml_edit v0.19.15
7262025-01-31T04:45:54.048Z Downloaded tungstenite v0.24.0
7272025-01-31T04:45:54.053Z Downloaded snafu v0.8.5
7282025-01-31T04:45:54.081Z Downloaded compact_str v0.8.0
7292025-01-31T04:45:54.084Z Downloaded chrono-tz-build v0.4.0
7302025-01-31T04:45:54.088Z Downloaded cc v1.1.30
7312025-01-31T04:45:54.091Z Downloaded castaway v0.2.3
7322025-01-31T04:45:54.091Z Downloaded buf-list v1.0.3
7332025-01-31T04:45:54.094Z Downloaded blowfish v0.9.1
7342025-01-31T04:45:54.094Z Downloaded bitfield-struct v0.6.2
7352025-01-31T04:45:54.098Z Downloaded bcs v0.1.6
7362025-01-31T04:45:54.100Z Downloaded string_cache v0.8.7
7372025-01-31T04:45:54.101Z Downloaded bcrypt-pbkdf v0.10.0
7382025-01-31T04:45:54.101Z Downloaded utf16_iter v1.0.5
7392025-01-31T04:45:54.103Z Downloaded utf8_iter v1.0.4
7402025-01-31T04:45:54.103Z Downloaded unicode-segmentation v1.12.0
7412025-01-31T04:45:54.107Z Downloaded xattr v1.3.1
7422025-01-31T04:45:54.109Z Downloaded walkdir v2.5.0
7432025-01-31T04:45:54.112Z Downloaded tls_codec_derive v0.4.1
7442025-01-31T04:45:54.114Z Downloaded tinystr v0.7.6
7452025-01-31T04:45:54.114Z Downloaded aws-lc-rs v1.10.0
7462025-01-31T04:45:54.145Z Downloaded data-encoding v2.6.0
7472025-01-31T04:45:54.162Z Downloaded der v0.7.9
7482025-01-31T04:45:54.169Z Downloaded diesel_derives v2.2.3
7492025-01-31T04:45:54.174Z Downloaded ed25519 v2.2.3
7502025-01-31T04:45:54.177Z Downloaded dirs-sys-next v0.1.2
7512025-01-31T04:45:54.223Z Downloaded universal-hash v0.5.1
7522025-01-31T04:45:54.226Z Downloaded utf-8 v0.7.6
7532025-01-31T04:45:54.247Z Downloaded winnow v0.5.40
7542025-01-31T04:45:54.256Z Downloaded fallible-iterator v0.3.0
7552025-01-31T04:45:54.259Z Downloaded filetime v0.2.25
7562025-01-31T04:45:54.261Z Downloaded derive_builder_macro v0.20.2
7572025-01-31T04:45:54.264Z Downloaded zerovec-derive v0.10.3
7582025-01-31T04:45:54.302Z Downloaded fs_extra v1.3.0
7592025-01-31T04:45:54.306Z Downloaded foreign-types v0.5.0
7602025-01-31T04:45:54.310Z Downloaded futures-core v0.3.31
7612025-01-31T04:45:54.313Z Downloaded proc-macro-crate v1.3.1
7622025-01-31T04:45:54.313Z Downloaded predicates-tree v1.0.11
7632025-01-31T04:45:54.315Z Downloaded cancel-safe-futures v0.1.5
7642025-01-31T04:45:54.318Z Downloaded blake3 v1.5.4
7652025-01-31T04:45:54.327Z Downloaded futures-util v0.3.31
7662025-01-31T04:45:54.339Z Downloaded hash32 v0.3.1
7672025-01-31T04:45:54.342Z Downloaded ghash v0.5.1
7682025-01-31T04:45:54.346Z Downloaded bzip2-sys v0.1.11+1.0.8
7692025-01-31T04:45:54.376Z Downloaded radium v0.7.0
7702025-01-31T04:45:54.379Z Downloaded headers-core v0.3.0
7712025-01-31T04:45:54.379Z Downloaded gimli v0.31.1
7722025-01-31T04:45:54.387Z Downloaded headers v0.4.0
7732025-01-31T04:45:54.416Z Downloaded radix_trie v0.2.1
7742025-01-31T04:45:54.422Z Downloaded ref-cast-impl v1.0.23
7752025-01-31T04:45:54.427Z Downloaded ron v0.8.1
7762025-01-31T04:45:54.436Z Downloaded nix v0.29.0
7772025-01-31T04:45:54.449Z Downloaded rustc-hash v2.0.0
7782025-01-31T04:45:54.466Z Downloaded same-file v1.0.6
7792025-01-31T04:45:54.468Z Downloaded rustls-webpki v0.101.7
7802025-01-31T04:45:54.481Z Downloaded shlex v1.3.0
7812025-01-31T04:45:54.484Z Downloaded serde_urlencoded v0.7.1
7822025-01-31T04:45:54.486Z Downloaded scrypt v0.11.0
7832025-01-31T04:45:54.487Z Downloaded num-complex v0.4.6
7842025-01-31T04:45:54.490Z Downloaded num-traits v0.2.19
7852025-01-31T04:45:54.535Z Downloaded cstr-argument v0.1.2
7862025-01-31T04:45:54.538Z Downloaded crucible-workspace-hack v0.1.0
7872025-01-31T04:45:54.544Z Downloaded curve25519-dalek v4.1.3
7882025-01-31T04:45:54.580Z Downloaded openssl-sys v0.9.104
7892025-01-31T04:45:54.587Z Downloaded parking_lot v0.12.3
7902025-01-31T04:45:54.611Z Downloaded structmeta v0.2.0
7912025-01-31T04:45:54.614Z Downloaded stable_deref_trait v1.2.0
7922025-01-31T04:45:54.619Z Downloaded strum_macros v0.24.3
7932025-01-31T04:45:54.622Z Downloaded strum_macros v0.25.3
7942025-01-31T04:45:54.622Z Downloaded termcolor v1.4.1
7952025-01-31T04:45:54.625Z Downloaded p384 v0.13.0
7962025-01-31T04:45:54.633Z Downloaded thiserror v2.0.11
7972025-01-31T04:45:54.638Z Downloaded paste v1.0.15
7982025-01-31T04:45:54.641Z Downloaded password-hash v0.4.2
7992025-01-31T04:45:54.641Z Downloaded publicsuffix v2.3.0
8002025-01-31T04:45:54.646Z Downloaded psl-types v2.0.11
8012025-01-31T04:45:54.648Z Downloaded parse-zoneinfo v0.3.1
8022025-01-31T04:45:54.648Z Downloaded progenitor-impl v0.9.1
8032025-01-31T04:45:54.651Z Downloaded phf_shared v0.11.2
8042025-01-31T04:45:54.676Z Downloaded tracing-core v0.1.32
8052025-01-31T04:45:54.682Z Downloaded twox-hash v2.1.0
8062025-01-31T04:45:54.690Z Downloaded unicode-properties v0.1.3
8072025-01-31T04:45:54.693Z Downloaded rustyline v14.0.0
8082025-01-31T04:45:54.699Z Downloaded zerofrom-derive v0.1.4
8092025-01-31T04:45:54.701Z Downloaded yasna v0.5.2
8102025-01-31T04:45:54.704Z Downloaded powerfmt v0.2.0
8112025-01-31T04:45:54.704Z Downloaded write16 v1.0.0
8122025-01-31T04:45:54.704Z Downloaded polyval v0.6.2
8132025-01-31T04:45:54.707Z Downloaded lzma-sys v0.1.20
8142025-01-31T04:45:54.736Z Downloaded elliptic-curve v0.13.8
8152025-01-31T04:45:54.741Z Downloaded either v1.13.0
8162025-01-31T04:45:54.744Z Downloaded serde-big-array v0.5.1
8172025-01-31T04:45:54.744Z Downloaded dsl_auto_type v0.1.2
8182025-01-31T04:45:54.746Z Downloaded diesel_table_macro_syntax v0.2.0
8192025-01-31T04:45:54.746Z Downloaded der_derive v0.7.3
8202025-01-31T04:45:54.749Z Downloaded libxml v0.3.3
8212025-01-31T04:45:54.753Z Downloaded libsw v3.3.1
8222025-01-31T04:45:54.755Z Downloaded libloading v0.8.5
8232025-01-31T04:45:54.758Z Downloaded fd-lock v4.0.2
8242025-01-31T04:45:54.761Z Downloaded salty v0.3.0
8252025-01-31T04:45:54.767Z Downloaded libefi-sys v0.1.0
8262025-01-31T04:45:54.770Z Downloaded lalrpop-util v0.19.12
8272025-01-31T04:45:54.770Z Downloaded lalrpop v0.19.12
8282025-01-31T04:45:54.782Z Downloaded libz-sys v1.1.20
8292025-01-31T04:45:54.803Z Downloaded glob v0.3.2
8302025-01-31T04:45:54.806Z Downloaded globset v0.4.15
8312025-01-31T04:45:54.809Z Downloaded group v0.13.0
8322025-01-31T04:45:54.809Z Downloaded futures-task v0.3.31
8332025-01-31T04:45:54.812Z Downloaded flume v0.11.1
8342025-01-31T04:45:54.815Z Downloaded slog-dtrace v0.3.0
8352025-01-31T04:45:54.817Z Downloaded sled v0.34.7
8362025-01-31T04:45:54.826Z Downloaded kstat-rs v0.2.4
8372025-01-31T04:45:54.829Z Downloaded internet-checksum v0.2.1
8382025-01-31T04:45:54.829Z Downloaded instability v0.3.2
8392025-01-31T04:45:54.832Z Downloaded indoc v1.0.9
8402025-01-31T04:45:54.836Z Downloaded hyper-staticfile v0.10.1
8412025-01-31T04:45:54.836Z Downloaded rustfmt-wrapper v0.2.1
8422025-01-31T04:45:54.839Z Downloaded rustc_version v0.1.7
8432025-01-31T04:45:54.842Z Downloaded git2 v0.19.0
8442025-01-31T04:45:54.853Z Downloaded ssh-key v0.6.6
8452025-01-31T04:45:54.861Z Downloaded time-macros v0.2.18
8462025-01-31T04:45:54.863Z Downloaded tiny-keccak v2.0.2
8472025-01-31T04:45:54.868Z Downloaded topological-sort v0.2.2
8482025-01-31T04:45:54.871Z Downloaded hubpack_derive v0.1.1
8492025-01-31T04:45:54.871Z Downloaded tokio-stream v0.1.16
8502025-01-31T04:45:54.874Z Downloaded mockall_derive v0.13.0
8512025-01-31T04:45:54.877Z Downloaded mockall v0.13.0
8522025-01-31T04:45:54.881Z Downloaded unsafe-libyaml v0.2.11
8532025-01-31T04:45:54.886Z Downloaded value-bag v1.9.0
8542025-01-31T04:45:54.894Z Downloaded uuid v1.12.0
8552025-01-31T04:45:54.898Z Downloaded tokio v1.43.0
8562025-01-31T04:45:54.937Z Downloaded primeorder v0.13.6
8572025-01-31T04:45:54.940Z Downloaded postcard v1.0.10
8582025-01-31T04:45:54.943Z Downloaded percent-encoding v2.3.1
8592025-01-31T04:45:54.943Z Downloaded diff v0.1.13
8602025-01-31T04:45:54.945Z Downloaded derive_more v0.99.18
8612025-01-31T04:45:54.949Z Downloaded darling_core v0.20.10
8622025-01-31T04:45:54.961Z Downloaded rtoolbox v0.0.2
8632025-01-31T04:45:54.964Z Downloaded zone_cfg_derive v0.1.2
8642025-01-31T04:45:54.964Z Downloaded zerocopy v0.6.6
8652025-01-31T04:45:54.966Z Downloaded rustc-demangle v0.1.24
8662025-01-31T04:45:54.970Z Downloaded serde_derive_internals v0.29.1
8672025-01-31T04:45:54.980Z Downloaded thiserror-no-std v2.0.2
8682025-01-31T04:45:54.983Z Downloaded test-strategy v0.3.1
8692025-01-31T04:45:54.987Z Downloaded quick-xml v0.33.0
8702025-01-31T04:45:54.993Z Downloaded progenitor-macro v0.8.0
8712025-01-31T04:45:54.996Z Downloaded float-ord v0.3.2
8722025-01-31T04:45:54.996Z Downloaded siphasher v0.3.11
8732025-01-31T04:45:54.998Z Downloaded subprocess v0.2.9
8742025-01-31T04:45:55.001Z Downloaded simd-adler32 v0.3.7
8752025-01-31T04:45:55.004Z Downloaded slab v0.4.9
8762025-01-31T04:45:55.004Z Downloaded toolchain_find v0.4.0
8772025-01-31T04:45:55.004Z Downloaded signature v2.2.0
8782025-01-31T04:45:55.007Z Downloaded structmeta-derive v0.3.0
8792025-01-31T04:45:55.007Z Downloaded similar v2.6.0
8802025-01-31T04:45:55.011Z Downloaded semver v0.1.20
8812025-01-31T04:45:55.014Z Downloaded russh-cryptovec v0.7.3
8822025-01-31T04:45:55.014Z Downloaded tls_codec v0.4.1
8832025-01-31T04:45:55.033Z Downloaded typify-impl v0.3.0
8842025-01-31T04:45:55.050Z Downloaded fallible-iterator v0.2.0
8852025-01-31T04:45:55.052Z Downloaded half v2.4.1
8862025-01-31T04:45:55.055Z Downloaded fragile v2.0.0
8872025-01-31T04:45:55.057Z Downloaded futures-macro v0.3.31
8882025-01-31T04:45:55.057Z Downloaded env_logger v0.11.5
8892025-01-31T04:45:55.060Z Downloaded downcast v0.11.0
8902025-01-31T04:45:55.063Z Downloaded difflib v0.4.0
8912025-01-31T04:45:55.063Z Downloaded derive_builder v0.20.2
8922025-01-31T04:45:55.067Z Downloaded unicode-normalization v0.1.24
8932025-01-31T04:45:55.071Z Downloaded futures v0.3.31
8942025-01-31T04:45:55.075Z Downloaded foreign-types-shared v0.3.1
8952025-01-31T04:45:55.078Z Downloaded slog v2.7.0
8962025-01-31T04:45:55.080Z Downloaded h2 v0.4.6
8972025-01-31T04:45:55.086Z Downloaded sigpipe v0.1.3
8982025-01-31T04:45:55.088Z Downloaded ron v0.7.1
8992025-01-31T04:45:55.092Z Downloaded num-bigint v0.4.6
9002025-01-31T04:45:55.098Z Downloaded opaque-debug v0.3.1
9012025-01-31T04:45:55.100Z Downloaded owo-colors v4.1.0
9022025-01-31T04:45:55.103Z Downloaded number_prefix v0.4.0
9032025-01-31T04:45:55.103Z Downloaded chrono-tz v0.10.1
9042025-01-31T04:45:55.111Z Downloaded p256 v0.13.2
9052025-01-31T04:45:55.114Z Downloaded zerocopy v0.8.10
9062025-01-31T04:45:55.138Z Downloaded smf v0.2.3
9072025-01-31T04:45:55.141Z Downloaded slog-scope v4.4.0
9082025-01-31T04:45:55.143Z Downloaded csv v1.3.1
9092025-01-31T04:45:55.161Z Downloaded hashbrown v0.12.3
9102025-01-31T04:45:55.167Z Downloaded newline-converter v0.3.0
9112025-01-31T04:45:55.170Z Downloaded hashbrown v0.13.2
9122025-01-31T04:45:55.172Z Downloaded parking_lot_core v0.8.6
9132025-01-31T04:45:55.175Z Downloaded zip v2.1.3
9142025-01-31T04:45:55.178Z Downloaded pkg-config v0.3.31
9152025-01-31T04:45:55.181Z Downloaded typify-macro v0.2.0
9162025-01-31T04:45:55.183Z Downloaded pretty-hex v0.2.1
9172025-01-31T04:45:55.183Z Downloaded postgres-protocol v0.6.7
9182025-01-31T04:45:55.186Z Downloaded quick-error v1.2.3
9192025-01-31T04:45:55.197Z Downloaded rayon-core v1.12.1
9202025-01-31T04:45:55.201Z Downloaded phf v0.11.2
9212025-01-31T04:45:55.224Z Downloaded rpassword v7.3.1
9222025-01-31T04:45:55.226Z Downloaded rayon v1.10.0
9232025-01-31T04:45:55.234Z Downloaded rand_core v0.6.4
9242025-01-31T04:45:55.238Z Downloaded quinn v0.11.5
9252025-01-31T04:45:55.248Z Downloaded rusqlite v0.32.1
9262025-01-31T04:45:55.291Z Downloaded shell-words v1.1.0
9272025-01-31T04:45:55.294Z Downloaded expectorate v1.1.0
9282025-01-31T04:45:55.301Z Downloaded signal-hook v0.3.17
9292025-01-31T04:45:55.303Z Downloaded sqlformat v0.2.6
9302025-01-31T04:45:55.307Z Downloaded rustls-pemfile v2.2.0
9312025-01-31T04:45:55.309Z Downloaded regex-syntax v0.6.29
9322025-01-31T04:45:55.313Z Downloaded synstructure v0.13.1
9332025-01-31T04:45:55.318Z Downloaded tinyvec v1.8.0
9342025-01-31T04:45:55.321Z Downloaded tokio-rustls v0.25.0
9352025-01-31T04:45:55.335Z Downloaded tungstenite v0.23.0
9362025-01-31T04:45:55.355Z Downloaded typed-path v0.9.3
9372025-01-31T04:45:55.361Z Downloaded typify-impl v0.2.0
9382025-01-31T04:45:55.376Z Downloaded ecdsa v0.16.9
9392025-01-31T04:45:55.379Z Downloaded dunce v1.0.5
9402025-01-31T04:45:55.382Z Downloaded sct v0.7.1
9412025-01-31T04:45:55.385Z Downloaded serde_path_to_error v0.1.16
9422025-01-31T04:45:55.385Z Downloaded float-cmp v0.9.0
9432025-01-31T04:45:55.388Z Downloaded dirs-next v2.0.0
9442025-01-31T04:45:55.388Z Downloaded derive-where v1.2.7
9452025-01-31T04:45:55.390Z Downloaded foreign-types-macros v0.2.3
9462025-01-31T04:45:55.393Z Downloaded foldhash v0.1.3
9472025-01-31T04:45:55.393Z Downloaded tokio-tungstenite v0.21.0
9482025-01-31T04:45:55.396Z Downloaded slog-stdlog v4.1.1
9492025-01-31T04:45:55.398Z Downloaded slog-json v2.6.1
9502025-01-31T04:45:55.398Z Downloaded slog-envlogger v2.2.0
9512025-01-31T04:45:55.401Z Downloaded slog-bunyan v2.5.0
9522025-01-31T04:45:55.401Z Downloaded slog-async v2.8.0
9532025-01-31T04:45:55.404Z Downloaded dropshot v0.12.0
9542025-01-31T04:45:55.422Z Downloaded tokio-tungstenite v0.24.0
9552025-01-31T04:45:55.425Z Downloaded smoltcp v0.11.0
9562025-01-31T04:45:55.437Z Downloaded proptest v1.5.0
9572025-01-31T04:45:55.446Z Downloaded quinn-udp v0.5.5
9582025-01-31T04:45:55.449Z Downloaded nix v0.28.0
9592025-01-31T04:45:55.464Z Downloaded dyn-clone v1.0.17
9602025-01-31T04:45:55.467Z Downloaded zeroize v1.8.1
9612025-01-31T04:45:55.467Z Downloaded foreign-types v0.3.2
9622025-01-31T04:45:55.467Z Downloaded ena v0.14.3
9632025-01-31T04:45:55.467Z Downloaded num-conv v0.1.0
9642025-01-31T04:45:55.467Z Downloaded yoke v0.7.4
9652025-01-31T04:45:55.469Z Downloaded whoami v1.5.2
9662025-01-31T04:45:55.472Z Downloaded object v0.30.4
9672025-01-31T04:45:55.480Z Downloaded sync_wrapper v1.0.1
9682025-01-31T04:45:55.482Z Downloaded strum v0.26.3
9692025-01-31T04:45:55.482Z Downloaded sha1 v0.10.6
9702025-01-31T04:45:55.485Z Downloaded quinn-proto v0.11.8
9712025-01-31T04:45:55.490Z Downloaded supports-color v3.0.1
9722025-01-31T04:45:55.492Z Downloaded pin-project v1.1.6
9732025-01-31T04:45:55.502Z Downloaded tokio-util v0.7.12
9742025-01-31T04:45:55.508Z Downloaded yoke-derive v0.7.4
9752025-01-31T04:45:55.511Z Downloaded which v4.4.2
9762025-01-31T04:45:55.511Z Downloaded progenitor-client v0.9.1
9772025-01-31T04:45:55.514Z Downloaded pbkdf2 v0.11.0
9782025-01-31T04:45:55.517Z Downloaded password-hash v0.5.0
9792025-01-31T04:45:55.517Z Downloaded num_enum v0.5.11
9802025-01-31T04:45:55.521Z Downloaded num-rational v0.4.2
9812025-01-31T04:45:55.523Z Downloaded unicode-width v0.2.0
9822025-01-31T04:45:55.529Z Downloaded serde_repr v0.1.19
9832025-01-31T04:45:55.532Z Downloaded unicode-truncate v1.1.0
9842025-01-31T04:45:55.534Z Downloaded peg-macros v0.8.4
9852025-01-31T04:45:55.547Z Downloaded oso-derive v0.27.3
9862025-01-31T04:45:55.550Z Downloaded newtype-uuid v1.2.1
9872025-01-31T04:45:55.550Z Downloaded smoltcp v0.9.1
9882025-01-31T04:45:55.588Z Downloaded p521 v0.13.3
9892025-01-31T04:45:55.592Z Downloaded rand_chacha v0.3.1
9902025-01-31T04:45:55.594Z Downloaded r2d2 v0.8.10
9912025-01-31T04:45:55.610Z Downloaded static_assertions v1.1.0
9922025-01-31T04:45:55.622Z Downloaded tracing v0.1.40
9932025-01-31T04:45:55.628Z Downloaded unarray v0.1.4
9942025-01-31T04:45:55.630Z Downloaded unicase v2.7.0
9952025-01-31T04:45:55.630Z Downloaded darling_macro v0.20.10
9962025-01-31T04:45:55.633Z Downloaded zerofrom v0.1.4
9972025-01-31T04:45:55.633Z Downloaded uzers v0.12.1
9982025-01-31T04:45:55.635Z Downloaded ratatui v0.28.1
9992025-01-31T04:45:55.657Z Downloaded rustls v0.22.4
10002025-01-31T04:45:55.667Z Downloaded futures-sink v0.3.31
10012025-01-31T04:45:55.670Z Downloaded hash32 v0.2.1
10022025-01-31T04:45:55.670Z Downloaded fxhash v0.2.1
10032025-01-31T04:45:55.673Z Downloaded futures-io v0.3.31
10042025-01-31T04:45:55.673Z Downloaded futures-executor v0.3.31
10052025-01-31T04:45:55.673Z Downloaded hashlink v0.9.1
10062025-01-31T04:45:55.676Z Downloaded futures-channel v0.3.31
10072025-01-31T04:45:55.680Z Downloaded getrandom v0.2.15
10082025-01-31T04:45:55.683Z Downloaded funty v2.0.0
10092025-01-31T04:45:55.683Z Downloaded foreign-types-shared v0.1.1
10102025-01-31T04:45:55.683Z Downloaded form_urlencoded v1.2.1
10112025-01-31T04:45:55.699Z Downloaded hashbrown v0.14.5
10122025-01-31T04:45:55.705Z Downloaded ppv-lite86 v0.2.20
10132025-01-31T04:45:55.709Z Downloaded thread_local v1.1.8
10142025-01-31T04:45:55.727Z Downloaded time v0.3.36
10152025-01-31T04:45:55.734Z Downloaded unicode-xid v0.2.6
10162025-01-31T04:45:55.738Z Downloaded thiserror-impl v2.0.11
10172025-01-31T04:45:55.739Z Downloaded rustls-webpki v0.102.8
10182025-01-31T04:45:55.755Z Downloaded embedded-io v0.6.1
10192025-01-31T04:45:55.758Z Downloaded deranged v0.3.11
10202025-01-31T04:45:55.758Z Downloaded wyz v0.5.1
10212025-01-31T04:45:55.761Z Downloaded vergen v8.3.2
10222025-01-31T04:45:55.764Z Downloaded zip v0.6.6
10232025-01-31T04:45:55.770Z Downloaded parse-display-derive v0.10.0
10242025-01-31T04:45:55.773Z Downloaded nom v7.1.3
10252025-01-31T04:45:55.777Z Downloaded nodrop v0.1.14
10262025-01-31T04:45:55.777Z Downloaded new_debug_unreachable v1.0.6
10272025-01-31T04:45:55.780Z Downloaded native-tls v0.2.12
10282025-01-31T04:45:55.783Z Downloaded nanorand v0.7.0
10292025-01-31T04:45:55.794Z Downloaded heapless v0.8.0
10302025-01-31T04:45:55.802Z Downloaded heapless v0.7.17
10312025-01-31T04:45:55.806Z Downloaded diesel v2.2.6
10322025-01-31T04:45:55.825Z Downloaded nibble_vec v0.1.0
10332025-01-31T04:45:55.828Z Downloaded fixedbitset v0.4.2
10342025-01-31T04:45:55.828Z Downloaded displaydoc v0.2.5
10352025-01-31T04:45:55.846Z Downloaded rustc-hash v1.1.0
10362025-01-31T04:45:55.862Z Downloaded num-iter v0.1.45
10372025-01-31T04:45:55.865Z Downloaded progenitor-impl v0.8.0
10382025-01-31T04:45:55.868Z Downloaded petname v2.0.2
10392025-01-31T04:45:55.888Z Downloaded qorb v0.2.1
10402025-01-31T04:45:55.891Z Downloaded typify-macro v0.3.0
10412025-01-31T04:45:55.894Z Downloaded typify v0.3.0
10422025-01-31T04:45:55.896Z Downloaded thiserror-impl-no-std v2.0.2
10432025-01-31T04:45:55.899Z Downloaded tabwriter v1.4.0
10442025-01-31T04:45:55.899Z Downloaded progenitor-macro v0.9.1
10452025-01-31T04:45:55.899Z Downloaded dropshot_endpoint v0.15.1
10462025-01-31T04:45:55.902Z Downloaded dropshot_endpoint v0.12.0
10472025-01-31T04:45:55.908Z Downloaded parking_lot_core v0.9.10
10482025-01-31T04:45:55.918Z Downloaded parking_lot v0.11.2
10492025-01-31T04:45:55.921Z Downloaded signal-hook-mio v0.2.4
10502025-01-31T04:45:55.943Z Downloaded signal-hook-tokio v0.3.1
10512025-01-31T04:45:55.946Z Downloaded debug-ignore v1.0.5
10522025-01-31T04:45:55.946Z Downloaded zopfli v0.8.1
10532025-01-31T04:45:55.949Z Downloaded endian-type v0.1.2
10542025-01-31T04:45:55.949Z Downloaded serde_with v3.11.0
10552025-01-31T04:45:55.956Z Downloaded pin-utils v0.1.0
10562025-01-31T04:45:55.959Z Downloaded openssl-probe v0.1.5
10572025-01-31T04:45:55.959Z Downloaded precomputed-hash v0.1.1
10582025-01-31T04:45:55.962Z Downloaded openssl-macros v0.1.1
10592025-01-31T04:45:55.962Z Downloaded postgres-types v0.2.8
10602025-01-31T04:45:55.964Z Downloaded flagset v0.4.6
10612025-01-31T04:45:55.964Z Downloaded ff v0.13.0
10622025-01-31T04:45:56.000Z Downloaded regex v1.11.1
10632025-01-31T04:45:56.012Z Downloaded tui-tree-widget v0.22.0
10642025-01-31T04:45:56.015Z Downloaded sync-ptr v0.1.1
10652025-01-31T04:45:56.015Z Downloaded structmeta v0.3.0
10662025-01-31T04:45:56.018Z Downloaded serde_with_macros v3.11.0
10672025-01-31T04:45:56.042Z Downloaded x509-cert v0.2.5
10682025-01-31T04:45:56.047Z Downloaded samael v0.0.17
10692025-01-31T04:45:56.053Z Downloaded rustls v0.23.19
10702025-01-31T04:45:56.064Z Downloaded tower-service v0.3.3
10712025-01-31T04:45:56.070Z Downloaded term v0.7.0
10722025-01-31T04:45:56.070Z Downloaded untrusted v0.7.1
10732025-01-31T04:45:56.070Z Downloaded socket2 v0.5.7
10742025-01-31T04:45:56.074Z Downloaded smallvec v1.13.2
10752025-01-31T04:45:56.074Z Downloaded untrusted v0.9.0
10762025-01-31T04:45:56.077Z Downloaded stringprep v0.1.5
10772025-01-31T04:45:56.077Z Downloaded tracing-attributes v0.1.27
10782025-01-31T04:45:56.079Z Downloaded snafu-derive v0.8.5
10792025-01-31T04:45:56.082Z Downloaded progenitor v0.9.1
10802025-01-31T04:45:56.082Z Downloaded num v0.4.3
10812025-01-31T04:45:56.085Z Downloaded normalize-line-endings v0.3.0
10822025-01-31T04:45:56.085Z Downloaded reedline v0.35.0
10832025-01-31T04:45:56.091Z Downloaded defmt-macros v0.3.9
10842025-01-31T04:45:56.106Z Downloaded vcpkg v0.2.15
10852025-01-31T04:45:56.147Z Downloaded predicates v3.1.2
10862025-01-31T04:45:56.150Z Downloaded progenitor-client v0.8.0
10872025-01-31T04:45:56.153Z Downloaded packed_struct v0.10.1
10882025-01-31T04:45:56.153Z Downloaded oso v0.27.3
10892025-01-31T04:45:56.156Z Downloaded omicron-zone-package v0.12.0
10902025-01-31T04:45:56.159Z Downloaded typify v0.2.0
10912025-01-31T04:45:56.163Z Downloaded tokio-tungstenite v0.23.1
10922025-01-31T04:45:56.166Z Downloaded pkcs1 v0.7.5
10932025-01-31T04:45:56.166Z Downloaded pem-rfc7468 v0.7.0
10942025-01-31T04:45:56.169Z Downloaded num-integer v0.1.46
10952025-01-31T04:45:56.187Z Downloaded portable-atomic v1.9.0
10962025-01-31T04:45:56.194Z Downloaded tap v1.0.1
10972025-01-31T04:45:56.197Z Downloaded structmeta-derive v0.2.0
10982025-01-31T04:45:56.197Z Downloaded take_mut v0.2.2
10992025-01-31T04:45:56.200Z Downloaded rusty-fork v0.3.0
11002025-01-31T04:45:56.200Z Downloaded russh v0.45.0
11012025-01-31T04:45:56.204Z Downloaded pin-project-internal v1.1.6
11022025-01-31T04:45:56.207Z Downloaded path-slash v0.1.5
11032025-01-31T04:45:56.210Z Downloaded zone v0.3.0
11042025-01-31T04:45:56.210Z Downloaded zone v0.1.8
11052025-01-31T04:45:56.210Z Downloaded regress v0.10.1
11062025-01-31T04:45:56.219Z Downloaded openapiv3 v2.0.0
11072025-01-31T04:45:56.231Z Downloaded reqwest v0.12.9
11082025-01-31T04:45:56.254Z Downloaded schemars_derive v0.8.21
11092025-01-31T04:45:56.257Z Downloaded scopeguard v1.2.0
11102025-01-31T04:45:56.261Z Downloaded sec1 v0.7.3
11112025-01-31T04:45:56.266Z Downloaded want v0.3.1
11122025-01-31T04:45:56.270Z Downloaded num_threads v0.1.7
11132025-01-31T04:45:56.274Z Downloaded derive_builder_core v0.20.2
11142025-01-31T04:45:56.292Z Downloaded libgit2-sys v0.17.0+1.8.1
11152025-01-31T04:45:56.351Z Downloaded env_logger v0.10.2
11162025-01-31T04:45:56.354Z Downloaded diesel-dtrace v0.4.2
11172025-01-31T04:45:56.356Z Downloaded defmt v0.3.8
11182025-01-31T04:45:56.359Z Downloaded ssh-cipher v0.2.0
11192025-01-31T04:45:56.362Z Downloaded gethostname v0.5.0
11202025-01-31T04:45:56.362Z Downloaded writeable v0.5.5
11212025-01-31T04:45:56.362Z Downloaded tokio-native-tls v0.3.1
11222025-01-31T04:45:56.364Z Downloaded tinyvec_macros v0.1.1
11232025-01-31T04:45:56.365Z Downloaded object v0.36.5
11242025-01-31T04:45:56.376Z Downloaded pbkdf2 v0.12.2
11252025-01-31T04:45:56.378Z Downloaded fallible-streaming-iterator v0.1.9
11262025-01-31T04:45:56.378Z Downloaded enum-as-inner v0.6.1
11272025-01-31T04:45:56.381Z Downloaded num_enum_derive v0.5.11
11282025-01-31T04:45:56.381Z Downloaded num-bigint-dig v0.8.4
11292025-01-31T04:45:56.385Z Downloaded num-derive v0.4.2
11302025-01-31T04:45:56.389Z Downloaded des v0.8.1
11312025-01-31T04:45:56.392Z Downloaded unicode_categories v0.1.1
11322025-01-31T04:45:56.392Z Downloaded tokio-rustls v0.26.0
11332025-01-31T04:45:56.396Z Downloaded flate2 v1.0.35
11342025-01-31T04:45:56.419Z Downloaded rustls v0.21.12
11352025-01-31T04:45:56.430Z Downloaded vte_generate_state_changes v0.1.2
11362025-01-31T04:45:56.436Z Downloaded vte v0.11.1
11372025-01-31T04:45:56.439Z Downloaded olpc-cjson v0.1.4
11382025-01-31T04:45:56.441Z Downloaded scheduled-thread-pool v0.2.7
11392025-01-31T04:45:56.450Z Downloaded termtree v0.5.1
11402025-01-31T04:45:56.470Z Downloaded rustls-pki-types v1.10.0
11412025-01-31T04:45:56.473Z Downloaded nu-ansi-term v0.50.1
11422025-01-31T04:45:56.476Z Downloaded display-error-chain v0.2.2
11432025-01-31T04:45:56.479Z Downloaded encoding_rs v0.8.34
11442025-01-31T04:45:56.503Z Downloaded time-core v0.1.2
11452025-01-31T04:45:56.505Z Downloaded petgraph v0.6.5
11462025-01-31T04:45:56.522Z Downloaded zerovec v0.10.4
11472025-01-31T04:45:56.528Z Downloaded pkcs8 v0.10.2
11482025-01-31T04:45:56.531Z Downloaded ed25519-dalek v2.1.1
11492025-01-31T04:45:56.534Z Downloaded rustls-pemfile v1.0.4
11502025-01-31T04:45:56.537Z Downloaded resolv-conf v0.7.0
11512025-01-31T04:45:56.541Z Downloaded webpki-roots v0.26.6
11522025-01-31T04:45:56.545Z Downloaded schemars v0.8.21
11532025-01-31T04:45:56.557Z Downloaded phf_shared v0.10.0
11542025-01-31T04:45:56.559Z Downloaded phf_generator v0.11.2
11552025-01-31T04:45:56.559Z Downloaded phf_codegen v0.11.2
11562025-01-31T04:45:56.560Z Downloaded pem v3.0.4
11572025-01-31T04:45:56.562Z Downloaded document-features v0.2.10
11582025-01-31T04:45:56.562Z Downloaded tungstenite v0.21.0
11592025-01-31T04:45:56.565Z Downloaded rustversion v1.0.17
11602025-01-31T04:45:56.568Z Downloaded unicode-bidi v0.3.17
11612025-01-31T04:45:56.570Z Downloaded secrecy v0.8.0
11622025-01-31T04:45:56.573Z Downloaded packed_struct_codegen v0.10.1
11632025-01-31T04:45:56.573Z Downloaded try-lock v0.2.5
11642025-01-31T04:45:56.576Z Downloaded url v2.5.3
11652025-01-31T04:45:56.578Z Downloaded termtree v0.4.1
11662025-01-31T04:45:56.582Z Downloaded embedded-io v0.4.0
11672025-01-31T04:45:56.582Z Downloaded nix v0.27.1
11682025-01-31T04:45:56.592Z Downloaded tokio-rustls v0.24.1
11692025-01-31T04:45:56.595Z Downloaded strip-ansi-escapes v0.2.0
11702025-01-31T04:45:56.597Z Downloaded vsss-rs v3.3.4
11712025-01-31T04:45:56.613Z Downloaded spki v0.7.3
11722025-01-31T04:45:56.615Z Downloaded pin-project-lite v0.2.14
11732025-01-31T04:45:56.618Z Downloaded poly1305 v0.8.0
11742025-01-31T04:45:56.621Z Downloaded predicates-core v1.0.8
11752025-01-31T04:45:56.639Z Downloaded tar v0.4.42
11762025-01-31T04:45:56.642Z Downloaded newtype_derive v0.1.6
11772025-01-31T04:45:56.672Z Downloaded spin v0.9.8
11782025-01-31T04:45:56.675Z Downloaded regex-automata v0.4.8
11792025-01-31T04:45:56.691Z Downloaded xz2 v0.1.7
11802025-01-31T04:45:56.694Z Downloaded termios v0.3.3
11812025-01-31T04:45:56.697Z Downloaded fatfs v0.3.6
11822025-01-31T04:45:56.701Z Downloaded serde-hex v0.1.0
11832025-01-31T04:45:56.701Z Downloaded zeroize_derive v1.4.2
11842025-01-31T04:45:56.701Z Downloaded wait-timeout v0.2.0
11852025-01-31T04:45:56.703Z Downloaded prettyplease v0.2.25
11862025-01-31T04:45:56.725Z Downloaded waitgroup v0.1.2
11872025-01-31T04:45:56.727Z Downloaded sha3 v0.10.8
11882025-01-31T04:45:56.730Z Downloaded parse-display v0.10.0
11892025-01-31T04:45:56.745Z Downloaded env_filter v0.1.2
11902025-01-31T04:45:56.748Z Downloaded defmt-parser v0.3.4
11912025-01-31T04:45:56.756Z Downloaded zerocopy-derive v0.8.10
11922025-01-31T04:45:56.786Z Downloaded zone_cfg_derive v0.3.0
11932025-01-31T04:45:56.789Z Downloaded progenitor v0.8.0
11942025-01-31T04:45:56.789Z Downloaded sqlparser_derive v0.2.2
11952025-01-31T04:45:56.791Z Downloaded tokio-postgres v0.7.12
11962025-01-31T04:45:56.794Z Downloaded steno v0.4.1
11972025-01-31T04:45:56.800Z Downloaded parse-size v1.1.0
11982025-01-31T04:45:56.802Z Downloaded pkcs5 v0.7.1
11992025-01-31T04:45:56.805Z Downloaded dropshot v0.15.1
12002025-01-31T04:45:56.827Z Downloaded openssl v0.10.66
12012025-01-31T04:45:56.837Z Downloaded slog-term v2.9.1
12022025-01-31T04:45:56.839Z Downloaded ref-cast v1.0.23
12032025-01-31T04:45:56.842Z Downloaded rcgen v0.12.1
12042025-01-31T04:45:56.844Z Downloaded ssh-encoding v0.2.0
12052025-01-31T04:45:56.847Z Downloaded russh-keys v0.45.0
12062025-01-31T04:45:56.850Z Downloaded peg v0.8.4
12072025-01-31T04:45:56.870Z Downloaded polar-core v0.27.3
12082025-01-31T04:45:56.879Z Downloaded sqlparser v0.45.0
12092025-01-31T04:45:56.885Z Downloaded tough v0.19.0
12102025-01-31T04:45:56.894Z Downloaded peg-runtime v0.8.3
12112025-01-31T04:45:56.897Z Downloaded rand_seeder v0.3.0
12122025-01-31T04:45:56.897Z Downloaded zerocopy-derive v0.6.6
12132025-01-31T04:45:56.910Z Downloaded regress v0.9.1
12142025-01-31T04:45:57.274Z Downloaded libsqlite3-sys v0.30.1
12152025-01-31T04:45:57.727Z Downloaded ring v0.17.8
12162025-01-31T04:45:58.363Z Downloaded aws-lc-sys v0.22.0
12172025-01-31T04:45:58.667Z Compiling serde v1.0.217
12182025-01-31T04:45:58.670Z Compiling lock_api v0.4.12
12192025-01-31T04:45:58.670Z Compiling value-bag v1.9.0
12202025-01-31T04:45:58.670Z Compiling scopeguard v1.2.0
12212025-01-31T04:45:58.670Z Compiling typenum v1.17.0
12222025-01-31T04:45:58.670Z Compiling generic-array v0.14.7
12232025-01-31T04:45:58.850Z Compiling syn v2.0.96
12242025-01-31T04:45:58.863Z Compiling getrandom v0.2.15
12252025-01-31T04:45:59.085Z Compiling subtle v2.6.1
12262025-01-31T04:45:59.283Z Compiling rand_core v0.6.4
12272025-01-31T04:45:59.320Z Compiling log v0.4.22
12282025-01-31T04:45:59.444Z Compiling shlex v1.3.0
12292025-01-31T04:45:59.447Z Compiling jobserver v0.1.32
12302025-01-31T04:45:59.493Z Compiling smallvec v1.13.2
12312025-01-31T04:45:59.809Z Compiling const-oid v0.9.6
12322025-01-31T04:45:59.829Z Compiling pin-project-lite v0.2.14
12332025-01-31T04:45:59.832Z Compiling rustix v0.38.37
12342025-01-31T04:45:59.886Z Compiling cc v1.1.30
12352025-01-31T04:45:59.953Z Compiling spin v0.9.8
12362025-01-31T04:46:00.086Z Compiling parking_lot_core v0.9.10
12372025-01-31T04:46:00.313Z Compiling futures-core v0.3.31
12382025-01-31T04:46:00.332Z Compiling signal-hook-registry v1.4.2
12392025-01-31T04:46:00.556Z Compiling mio v1.0.2
12402025-01-31T04:46:00.672Z Compiling aho-corasick v1.1.3
12412025-01-31T04:46:01.040Z Compiling parking_lot v0.12.3
12422025-01-31T04:46:01.185Z Compiling regex-syntax v0.8.5
12432025-01-31T04:46:01.315Z Compiling either v1.13.0
12442025-01-31T04:46:01.718Z Compiling cpufeatures v0.2.14
12452025-01-31T04:46:01.752Z Compiling stable_deref_trait v1.2.0
12462025-01-31T04:46:01.834Z Compiling glob v0.3.2
12472025-01-31T04:46:01.868Z Compiling futures-sink v0.3.31
12482025-01-31T04:46:01.897Z Compiling socket2 v0.5.7
12492025-01-31T04:46:02.001Z Compiling slab v0.4.9
12502025-01-31T04:46:02.023Z Compiling prettyplease v0.2.25
12512025-01-31T04:46:02.379Z Compiling lazy_static v1.5.0
12522025-01-31T04:46:02.468Z Compiling minimal-lexical v0.2.1
12532025-01-31T04:46:02.504Z Compiling serde_json v1.0.135
12542025-01-31T04:46:02.710Z Compiling clang-sys v1.8.1
12552025-01-31T04:46:02.845Z Compiling nom v7.1.3
12562025-01-31T04:46:02.960Z Compiling libloading v0.8.5
12572025-01-31T04:46:03.051Z Compiling home v0.5.9
12582025-01-31T04:46:03.291Z Compiling bindgen v0.69.5
12592025-01-31T04:46:03.331Z Compiling futures-channel v0.3.31
12602025-01-31T04:46:03.610Z Compiling itertools v0.12.1
12612025-01-31T04:46:03.745Z Compiling futures-task v0.3.31
12622025-01-31T04:46:04.075Z Compiling foldhash v0.1.3
12632025-01-31T04:46:04.142Z Compiling lazycell v1.3.0
12642025-01-31T04:46:04.312Z Compiling allocator-api2 v0.2.18
12652025-01-31T04:46:04.387Z Compiling rustc-hash v1.1.0
12662025-01-31T04:46:04.555Z Compiling futures-io v0.3.31
12672025-01-31T04:46:04.842Z Compiling regex-automata v0.4.8
12682025-01-31T04:46:05.057Z Compiling libm v0.2.8
12692025-01-31T04:46:05.373Z Compiling pin-utils v0.1.0
12702025-01-31T04:46:05.418Z Compiling hashbrown v0.15.1
12712025-01-31T04:46:05.475Z Compiling cmake v0.1.51
12722025-01-31T04:46:06.061Z Compiling synstructure v0.13.1
12732025-01-31T04:46:06.545Z Compiling cexpr v0.6.0
12742025-01-31T04:46:06.610Z Compiling num-traits v0.2.19
12752025-01-31T04:46:06.899Z Compiling fs_extra v1.3.0
12762025-01-31T04:46:07.318Z Compiling dunce v1.0.5
12772025-01-31T04:46:07.446Z Compiling pkg-config v0.3.31
12782025-01-31T04:46:07.706Z Compiling writeable v0.5.5
12792025-01-31T04:46:08.154Z Compiling litemap v0.7.3
12802025-01-31T04:46:08.249Z Compiling ring v0.17.8
12812025-01-31T04:46:08.758Z Compiling base64ct v1.6.0
12822025-01-31T04:46:08.814Z Compiling paste v1.0.15
12832025-01-31T04:46:09.162Z Compiling aws-lc-rs v1.10.0
12842025-01-31T04:46:09.374Z Compiling pem-rfc7468 v0.7.0
12852025-01-31T04:46:09.393Z Compiling httparse v1.9.5
12862025-01-31T04:46:09.569Z Compiling flagset v0.4.6
12872025-01-31T04:46:09.787Z Compiling icu_locid_transform_data v1.5.0
12882025-01-31T04:46:10.036Z Compiling tracing-core v0.1.32
12892025-01-31T04:46:10.121Z Compiling regex v1.11.1
12902025-01-31T04:46:10.228Z Compiling rustls-pki-types v1.10.0
12912025-01-31T04:46:10.933Z Compiling percent-encoding v2.3.1
12922025-01-31T04:46:11.005Z Compiling icu_properties_data v1.5.0
12932025-01-31T04:46:11.143Z Compiling crossbeam-utils v0.8.20
12942025-01-31T04:46:11.211Z Compiling num-conv v0.1.0
12952025-01-31T04:46:11.239Z Compiling time-core v0.1.2
12962025-01-31T04:46:11.418Z Compiling untrusted v0.9.0
12972025-01-31T04:46:11.474Z Compiling vcpkg v0.2.15
12982025-01-31T04:46:11.551Z Compiling serde_derive v1.0.217
12992025-01-31T04:46:11.607Z Compiling zeroize_derive v1.4.2
13002025-01-31T04:46:11.633Z Compiling zerocopy-derive v0.7.35
13012025-01-31T04:46:11.792Z Compiling zerofrom-derive v0.1.4
13022025-01-31T04:46:13.009Z Compiling zeroize v1.8.1
13032025-01-31T04:46:13.247Z Compiling tokio-macros v2.5.0
13042025-01-31T04:46:13.591Z Compiling zerocopy v0.7.35
13052025-01-31T04:46:13.779Z Compiling yoke-derive v0.7.4
13062025-01-31T04:46:14.689Z Compiling crypto-common v0.1.6
13072025-01-31T04:46:14.761Z Compiling block-buffer v0.10.4
13082025-01-31T04:46:14.860Z Compiling thiserror-impl v1.0.69
13092025-01-31T04:46:14.901Z Compiling zerovec-derive v0.10.3
13102025-01-31T04:46:14.921Z Compiling displaydoc v0.2.5
13112025-01-31T04:46:15.030Z Compiling digest v0.10.7
13122025-01-31T04:46:15.305Z Compiling zerofrom v0.1.4
13132025-01-31T04:46:15.510Z Compiling hmac v0.12.1
13142025-01-31T04:46:15.532Z Compiling futures-macro v0.3.31
13152025-01-31T04:46:15.753Z Compiling block-padding v0.3.3
13162025-01-31T04:46:15.810Z Compiling sha2 v0.10.8
13172025-01-31T04:46:16.004Z Compiling inout v0.1.3
13182025-01-31T04:46:16.261Z Compiling cipher v0.4.4
13192025-01-31T04:46:16.445Z Compiling icu_provider_macros v1.5.0
13202025-01-31T04:46:16.534Z Compiling yoke v0.7.4
13212025-01-31T04:46:16.761Z Compiling ppv-lite86 v0.2.20
13222025-01-31T04:46:16.899Z Compiling der_derive v0.7.3
13232025-01-31T04:46:17.327Z Compiling futures-util v0.3.31
13242025-01-31T04:46:17.385Z Compiling zerovec v0.10.4
13252025-01-31T04:46:17.464Z Compiling rand_chacha v0.3.1
13262025-01-31T04:46:17.510Z Compiling tracing-attributes v0.1.27
13272025-01-31T04:46:17.821Z Compiling thiserror v1.0.69
13282025-01-31T04:46:17.965Z Compiling pest v2.7.14
13292025-01-31T04:46:19.247Z Compiling tinystr v0.7.6
13302025-01-31T04:46:19.343Z Compiling der v0.7.9
13312025-01-31T04:46:19.378Z Compiling icu_collections v1.5.0
13322025-01-31T04:46:19.640Z Compiling icu_locid v1.5.0
13332025-01-31T04:46:19.802Z Compiling rand v0.8.5
13342025-01-31T04:46:20.701Z Compiling icu_provider v1.5.0
13352025-01-31T04:46:20.933Z Compiling tracing v0.1.40
13362025-01-31T04:46:20.986Z Compiling salsa20 v0.10.2
13372025-01-31T04:46:21.222Z Compiling pbkdf2 v0.12.2
13382025-01-31T04:46:21.399Z Compiling icu_locid_transform v1.5.0
13392025-01-31T04:46:21.422Z Compiling spki v0.7.3
13402025-01-31T04:46:21.687Z Compiling powerfmt v0.2.0
13412025-01-31T04:46:21.713Z Compiling utf8_iter v1.0.4
13422025-01-31T04:46:21.784Z Compiling icu_normalizer_data v1.5.0
13432025-01-31T04:46:21.802Z Compiling untrusted v0.7.1
13442025-01-31T04:46:21.895Z Compiling write16 v1.0.0
13452025-01-31T04:46:21.954Z Compiling mirai-annotations v1.12.0
13462025-01-31T04:46:22.002Z Compiling utf16_iter v1.0.5
13472025-01-31T04:46:22.039Z Compiling deranged v0.3.11
13482025-01-31T04:46:22.148Z Compiling scrypt v0.11.0
13492025-01-31T04:46:22.221Z Compiling pest_meta v2.7.14
13502025-01-31T04:46:22.357Z Compiling aes v0.8.4
13512025-01-31T04:46:22.605Z Compiling icu_properties v1.5.1
13522025-01-31T04:46:22.670Z Compiling cbc v0.1.2
13532025-01-31T04:46:23.195Z Compiling openssl-sys v0.9.104
13542025-01-31T04:46:23.428Z Compiling scroll_derive v0.12.0
13552025-01-31T04:46:23.714Z Compiling time-macros v0.2.18
13562025-01-31T04:46:24.275Z Compiling bitflags v2.6.0
13572025-01-31T04:46:24.548Z Compiling bytes v1.9.0
13582025-01-31T04:46:25.121Z Compiling indexmap v2.7.1
13592025-01-31T04:46:25.758Z Compiling tokio v1.43.0
13602025-01-31T04:46:26.354Z Compiling http v1.2.0
13612025-01-31T04:46:26.422Z Compiling semver v1.0.24
13622025-01-31T04:46:26.517Z Compiling icu_normalizer v1.5.0
13632025-01-31T04:46:26.771Z Compiling tinyvec_macros v0.1.1
13642025-01-31T04:46:26.877Z Compiling rustc_version v0.4.1
13652025-01-31T04:46:27.081Z Compiling num_threads v0.1.7
13662025-01-31T04:46:27.180Z Compiling atomic-waker v1.1.2
13672025-01-31T04:46:27.213Z Compiling time v0.3.36
13682025-01-31T04:46:27.373Z Compiling tinyvec v1.8.0
13692025-01-31T04:46:27.537Z Compiling idna_adapter v1.2.0
13702025-01-31T04:46:27.759Z Compiling scroll v0.12.0
13712025-01-31T04:46:27.877Z Compiling http-body v1.0.1
13722025-01-31T04:46:28.122Z Compiling pest_generator v2.7.14
13732025-01-31T04:46:28.262Z Compiling which v4.4.2
13742025-01-31T04:46:28.278Z Compiling pkcs5 v0.7.1
13752025-01-31T04:46:28.538Z Compiling form_urlencoded v1.2.1
13762025-01-31T04:46:28.841Z Compiling try-lock v0.2.5
13772025-01-31T04:46:28.859Z Compiling slog v2.7.0
13782025-01-31T04:46:29.032Z Compiling want v0.3.1
13792025-01-31T04:46:29.324Z Compiling pkcs8 v0.10.2
13802025-01-31T04:46:29.358Z Compiling goblin v0.8.2
13812025-01-31T04:46:29.392Z Compiling idna v1.0.3
13822025-01-31T04:46:29.481Z Compiling uuid v1.12.0
13832025-01-31T04:46:29.929Z Compiling pest_derive v2.7.14
13842025-01-31T04:46:29.992Z Compiling httpdate v1.0.3
13852025-01-31T04:46:30.446Z Compiling iana-time-zone v0.1.61
13862025-01-31T04:46:30.711Z Compiling dtrace-parser v0.2.0
13872025-01-31T04:46:30.833Z Compiling chrono v0.4.39
13882025-01-31T04:46:30.983Z Compiling serde_tokenstream v0.2.2
13892025-01-31T04:46:31.563Z Compiling serde_spanned v0.6.8
13902025-01-31T04:46:31.685Z Compiling toml_datetime v0.6.8
13912025-01-31T04:46:31.807Z Compiling tower-service v0.3.3
13922025-01-31T04:46:31.810Z Compiling foreign-types-shared v0.1.1
13932025-01-31T04:46:31.931Z Compiling openssl v0.10.66
13942025-01-31T04:46:31.934Z Compiling base64 v0.22.1
13952025-01-31T04:46:32.193Z Compiling rustversion v1.0.17
13962025-01-31T04:46:32.327Z Compiling adler2 v2.0.0
13972025-01-31T04:46:32.543Z Compiling match_cfg v0.1.0
13982025-01-31T04:46:32.600Z Compiling miniz_oxide v0.8.0
13992025-01-31T04:46:32.646Z Compiling hostname v0.3.1
14002025-01-31T04:46:32.649Z Compiling foreign-types v0.3.2
14012025-01-31T04:46:32.765Z Compiling url v2.5.3
14022025-01-31T04:46:32.911Z Compiling async-trait v0.1.85
14032025-01-31T04:46:34.058Z Compiling tokio-util v0.7.12
14042025-01-31T04:46:34.123Z Compiling openssl-macros v0.1.1
14052025-01-31T04:46:34.144Z Compiling serde_derive_internals v0.29.1
14062025-01-31T04:46:34.610Z Compiling dirs-sys-next v0.1.2
14072025-01-31T04:46:34.849Z Compiling rustls v0.23.19
14082025-01-31T04:46:35.129Z Compiling h2 v0.4.6
14092025-01-31T04:46:35.132Z Compiling dof v0.3.0
14102025-01-31T04:46:35.286Z Compiling native-tls v0.2.12
14112025-01-31T04:46:35.449Z Compiling siphasher v0.3.11
14122025-01-31T04:46:35.629Z Compiling syn v1.0.109
14132025-01-31T04:46:35.828Z Compiling data-encoding v2.6.0
14142025-01-31T04:46:36.222Z Compiling usdt-impl v0.5.0
14152025-01-31T04:46:36.440Z Compiling rustls v0.22.4
14162025-01-31T04:46:36.719Z Compiling schemars v0.8.21
14172025-01-31T04:46:36.961Z Compiling schemars_derive v0.8.21
14182025-01-31T04:46:37.596Z Compiling dirs-next v2.0.0
14192025-01-31T04:46:37.858Z Compiling unicode-normalization v0.1.24
14202025-01-31T04:46:38.579Z Compiling http-body-util v0.1.2
14212025-01-31T04:46:38.994Z Compiling heapless v0.7.17
14222025-01-31T04:46:39.017Z Compiling crossbeam-epoch v0.9.18
14232025-01-31T04:46:39.062Z Compiling signature v2.2.0
14242025-01-31T04:46:39.094Z Compiling sha1 v0.10.6
14252025-01-31T04:46:39.347Z Compiling bzip2-sys v0.1.11+1.0.8
14262025-01-31T04:46:39.441Z Compiling thread_local v1.1.8
14272025-01-31T04:46:39.513Z Compiling encoding_rs v0.8.34
14282025-01-31T04:46:39.696Z Compiling multer v3.1.0
14292025-01-31T04:46:39.802Z Compiling cookie v0.18.1
14302025-01-31T04:46:39.931Z Compiling gimli v0.31.1
14312025-01-31T04:46:40.002Z Compiling rayon-core v1.12.1
14322025-01-31T04:46:40.030Z Compiling unicode-properties v0.1.3
14332025-01-31T04:46:40.082Z Compiling slog-async v2.8.0
14342025-01-31T04:46:40.263Z Compiling mime v0.3.17
14352025-01-31T04:46:40.456Z Compiling ipnet v2.10.1
14362025-01-31T04:46:40.559Z Compiling dyn-clone v1.0.17
14372025-01-31T04:46:40.774Z Compiling signal-hook v0.3.17
14382025-01-31T04:46:40.777Z Compiling unicode-bidi v0.3.17
14392025-01-31T04:46:41.051Z Compiling openssl-probe v0.1.5
14402025-01-31T04:46:41.557Z Compiling stringprep v0.1.5
14412025-01-31T04:46:42.063Z Compiling hyper v1.5.2
14422025-01-31T04:46:42.647Z Compiling toml_edit v0.22.22
14432025-01-31T04:46:44.233Z Compiling addr2line v0.24.2
14442025-01-31T04:46:44.613Z Compiling hyper-util v0.1.10
14452025-01-31T04:46:44.953Z Compiling crossbeam-deque v0.8.5
14462025-01-31T04:46:45.052Z Compiling usdt-attr-macro v0.5.0
14472025-01-31T04:46:45.079Z Compiling usdt-macro v0.5.0
14482025-01-31T04:46:45.282Z Compiling term v0.7.0
14492025-01-31T04:46:46.379Z Compiling slog-json v2.6.1
14502025-01-31T04:46:46.399Z Compiling serde_urlencoded v0.7.1
14512025-01-31T04:46:46.542Z Compiling curve25519-dalek v4.1.3
14522025-01-31T04:46:46.560Z Compiling crossbeam-channel v0.5.13
14532025-01-31T04:46:46.739Z Compiling futures-executor v0.3.31
14542025-01-31T04:46:46.887Z Compiling enum-as-inner v0.6.1
14552025-01-31T04:46:47.195Z Compiling md-5 v0.10.6
14562025-01-31T04:46:47.249Z Compiling async-stream-impl v0.3.6
14572025-01-31T04:46:47.379Z Compiling rustls-pemfile v2.2.0
14582025-01-31T04:46:47.450Z Compiling num-integer v0.1.46
14592025-01-31T04:46:47.549Z Compiling hash32 v0.2.1
14602025-01-31T04:46:47.692Z Compiling ff v0.13.0
14612025-01-31T04:46:47.878Z Compiling is-terminal v0.4.13
14622025-01-31T04:46:47.881Z Compiling dropshot v0.12.0
14632025-01-31T04:46:47.927Z Compiling object v0.36.5
14642025-01-31T04:46:48.007Z Compiling psl-types v2.0.11
14652025-01-31T04:46:48.181Z Compiling quick-error v1.2.3
14662025-01-31T04:46:48.201Z Compiling utf-8 v0.7.6
14672025-01-31T04:46:48.204Z Compiling rustc-demangle v0.1.24
14682025-01-31T04:46:48.329Z Compiling smoltcp v0.9.1
14692025-01-31T04:46:48.512Z Compiling num-bigint-dig v0.8.4
14702025-01-31T04:46:48.532Z Compiling portable-atomic v1.9.0
14712025-01-31T04:46:48.814Z Compiling litrs v0.4.1
14722025-01-31T04:46:48.990Z Compiling base16ct v0.2.0
14732025-01-31T04:46:49.098Z Compiling fallible-iterator v0.2.0
14742025-01-31T04:46:49.325Z Compiling anyhow v1.0.95
14752025-01-31T04:46:49.555Z Compiling take_mut v0.2.2
14762025-01-31T04:46:49.724Z Compiling linked-hash-map v0.5.6
14772025-01-31T04:46:49.754Z Compiling postgres-protocol v0.6.7
14782025-01-31T04:46:49.974Z Compiling document-features v0.2.10
14792025-01-31T04:46:50.074Z Compiling lru-cache v0.1.2
14802025-01-31T04:46:50.317Z Compiling sec1 v0.7.3
14812025-01-31T04:46:50.407Z Compiling async-stream v0.3.6
14822025-01-31T04:46:50.699Z Compiling tungstenite v0.24.0
14832025-01-31T04:46:50.856Z Compiling resolv-conf v0.7.0
14842025-01-31T04:46:50.967Z Compiling publicsuffix v2.3.0
14852025-01-31T04:46:51.000Z Compiling slog-term v2.9.1
14862025-01-31T04:46:51.091Z Compiling num-iter v0.1.45
14872025-01-31T04:46:51.227Z Compiling group v0.13.0
14882025-01-31T04:46:51.274Z Compiling usdt v0.5.0
14892025-01-31T04:46:51.557Z Compiling hickory-proto v0.24.2
14902025-01-31T04:46:51.854Z Compiling futures v0.3.31
14912025-01-31T04:46:51.977Z Compiling slog-bunyan v2.5.0
14922025-01-31T04:46:52.199Z Compiling toml v0.8.19
14932025-01-31T04:46:53.518Z Compiling tokio-native-tls v0.3.1
14942025-01-31T04:46:53.729Z Compiling camino v1.1.9
14952025-01-31T04:46:53.801Z Compiling phf_shared v0.11.2
14962025-01-31T04:46:53.846Z Compiling dropshot_endpoint v0.12.0
14972025-01-31T04:46:54.206Z Compiling terminal_size v0.4.0
14982025-01-31T04:46:54.433Z Compiling backtrace v0.3.74
14992025-01-31T04:46:54.602Z Compiling waitgroup v0.1.2
15002025-01-31T04:46:54.651Z Compiling openapiv3 v2.0.0
15012025-01-31T04:46:54.802Z Compiling serde_path_to_error v0.1.16
15022025-01-31T04:46:54.887Z Compiling hkdf v0.12.4
15032025-01-31T04:46:55.177Z Compiling crypto-bigint v0.5.5
15042025-01-31T04:46:55.597Z Compiling zerocopy-derive v0.6.6
15052025-01-31T04:46:57.517Z Compiling curve25519-dalek-derive v0.1.1
15062025-01-31T04:46:57.565Z Compiling webpki-roots v0.26.6
15072025-01-31T04:46:57.780Z Compiling hostname v0.4.0
15082025-01-31T04:46:57.992Z Compiling fs-err v2.11.0
15092025-01-31T04:46:58.025Z Compiling crc32fast v1.4.2
15102025-01-31T04:46:58.159Z Compiling hubpack_derive v0.1.1
15112025-01-31T04:46:58.294Z Compiling ahash v0.8.11
15122025-01-31T04:46:58.365Z Compiling managed v0.8.0
15132025-01-31T04:46:58.570Z Compiling debug-ignore v1.0.5
15142025-01-31T04:46:58.615Z Compiling unicode-width v0.2.0
15152025-01-31T04:46:58.731Z Compiling winnow v0.5.40
15162025-01-31T04:46:58.772Z Compiling newtype-uuid v1.2.1
15172025-01-31T04:46:58.827Z Compiling bitflags v1.3.2
15182025-01-31T04:46:59.024Z Compiling hubpack v0.1.2
15192025-01-31T04:46:59.118Z Compiling console v0.15.10
15202025-01-31T04:46:59.437Z Compiling clap_builder v4.5.27
15212025-01-31T04:47:00.470Z Compiling strum_macros v0.25.3
15222025-01-31T04:47:00.893Z Compiling flate2 v1.0.35
15232025-01-31T04:47:00.918Z Compiling elliptic-curve v0.13.8
15242025-01-31T04:47:01.026Z Compiling zerocopy v0.6.6
15252025-01-31T04:47:01.717Z Compiling hickory-resolver v0.24.2
15262025-01-31T04:47:01.792Z Compiling signal-hook-mio v0.2.4
15272025-01-31T04:47:01.967Z Compiling toml_edit v0.19.15
15282025-01-31T04:47:02.181Z Compiling phf v0.11.2
15292025-01-31T04:47:02.473Z Compiling hyper-tls v0.6.0
15302025-01-31T04:47:02.496Z Compiling cookie_store v0.21.1
15312025-01-31T04:47:02.870Z Compiling rayon v1.10.0
15322025-01-31T04:47:03.943Z Compiling bzip2 v0.4.4
15332025-01-31T04:47:04.189Z Compiling tokio-tungstenite v0.24.0
15342025-01-31T04:47:04.709Z Compiling postgres-types v0.2.8
15352025-01-31T04:47:07.154Z Compiling ed25519 v2.2.3
15362025-01-31T04:47:07.173Z Compiling phf_shared v0.10.0
15372025-01-31T04:47:07.241Z Compiling tokio-stream v0.1.16
15382025-01-31T04:47:07.543Z Compiling pkcs1 v0.7.5
15392025-01-31T04:47:07.545Z Compiling serde-big-array v0.5.1
15402025-01-31T04:47:07.578Z Compiling clap_derive v4.5.24
15412025-01-31T04:47:07.778Z Compiling rfc6979 v0.4.0
15422025-01-31T04:47:07.976Z Compiling derive-where v1.2.7
15432025-01-31T04:47:08.165Z Compiling serde_repr v0.1.19
15442025-01-31T04:47:08.471Z Compiling bstr v1.10.0
15452025-01-31T04:47:09.052Z Compiling float-cmp v0.9.0
15462025-01-31T04:47:09.128Z Compiling sync_wrapper v1.0.1
15472025-01-31T04:47:09.296Z Compiling normalize-line-endings v0.3.0
15482025-01-31T04:47:09.298Z Compiling bit-vec v0.6.3
15492025-01-31T04:47:09.316Z Compiling new_debug_unreachable v1.0.6
15502025-01-31T04:47:09.437Z Compiling unicode-segmentation v1.12.0
15512025-01-31T04:47:09.461Z Compiling whoami v1.5.2
15522025-01-31T04:47:09.679Z Compiling precomputed-hash v0.1.1
15532025-01-31T04:47:09.809Z Compiling predicates-core v1.0.8
15542025-01-31T04:47:10.028Z Compiling static_assertions v1.1.0
15552025-01-31T04:47:10.067Z Compiling fixedbitset v0.4.2
15562025-01-31T04:47:10.112Z Compiling number_prefix v0.4.0
15572025-01-31T04:47:10.137Z Compiling difflib v0.4.0
15582025-01-31T04:47:10.305Z Compiling indicatif v0.17.11
15592025-01-31T04:47:10.347Z Compiling petgraph v0.6.5
15602025-01-31T04:47:10.513Z Compiling similar v2.6.0
15612025-01-31T04:47:11.228Z Compiling predicates v3.1.2
15622025-01-31T04:47:11.552Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
15632025-01-31T04:47:12.138Z Compiling clap v4.5.27
15642025-01-31T04:47:12.265Z Compiling tokio-postgres v0.7.12
15652025-01-31T04:47:12.349Z Compiling string_cache v0.8.7
15662025-01-31T04:47:12.643Z Compiling bit-set v0.5.3
15672025-01-31T04:47:12.717Z Compiling rsa v0.9.6
15682025-01-31T04:47:12.774Z Compiling ecdsa v0.16.9
15692025-01-31T04:47:12.925Z Compiling ed25519-dalek v2.1.1
15702025-01-31T04:47:13.596Z Compiling toml v0.7.8
15712025-01-31T04:47:13.856Z Compiling zip v0.6.6
15722025-01-31T04:47:14.269Z Compiling crossterm v0.28.1
15732025-01-31T04:47:15.905Z Compiling hex v0.4.3
15742025-01-31T04:47:16.094Z Compiling x509-cert v0.2.5
15752025-01-31T04:47:16.480Z Compiling itertools v0.10.5
15762025-01-31T04:47:17.536Z Compiling lalrpop-util v0.19.12
15772025-01-31T04:47:17.684Z Compiling peg-runtime v0.8.3
15782025-01-31T04:47:17.867Z Compiling unicode-xid v0.2.6
15792025-01-31T04:47:17.896Z Compiling strum_macros v0.26.4
15802025-01-31T04:47:18.014Z Compiling xattr v1.3.1
15812025-01-31T04:47:18.065Z Compiling filetime v0.2.25
15822025-01-31T04:47:18.284Z Compiling tar v0.4.42
15832025-01-31T04:47:22.528Z Compiling strum v0.26.3
15842025-01-31T04:47:25.519Z Compiling aws-lc-sys v0.22.0
15852025-01-31T04:47:52.538Z Compiling rustls-webpki v0.102.8
15862025-01-31T04:47:55.629Z Compiling tokio-rustls v0.25.0
15872025-01-31T04:47:57.258Z Compiling tokio-rustls v0.26.0
15882025-01-31T04:47:57.533Z Compiling hyper-rustls v0.27.3
15892025-01-31T04:47:57.843Z Compiling reqwest v0.12.9
15902025-01-31T04:47:59.201Z Compiling qorb v0.2.1
15912025-01-31T04:48:02.248Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
15922025-01-31T04:48:02.488Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
15932025-01-31T04:48:06.980Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
15942025-01-31T04:48:07.150Z Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control`
15952025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: Clickhouse
15962025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: Cockroach
15972025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: Console
15982025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: DendriteOpenapi
15992025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: DendriteStub
16002025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: MaghemiteMgd
16012025-01-31T04:48:07.285ZJan 31 04:48:05.803 INFO Starting download, target: TransceiverControl
16022025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi
16032025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console
16042025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl
16052025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach
16062025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub
16072025-01-31T04:48:07.285ZJan 31 04:48:05.804 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse
16082025-01-31T04:48:07.286ZJan 31 04:48:05.804 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd
16092025-01-31T04:48:07.737ZJan 31 04:48:06.338 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console
16102025-01-31T04:48:08.022ZJan 31 04:48:06.614 INFO Download complete, target: Console
16112025-01-31T04:48:08.412ZJan 31 04:48:06.909 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl
16122025-01-31T04:48:08.412ZJan 31 04:48:06.983 INFO Download complete, target: DendriteOpenapi
16132025-01-31T04:48:08.695ZJan 31 04:48:07.349 INFO Download complete, target: TransceiverControl
16142025-01-31T04:48:09.027ZJan 31 04:48:07.675 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse
16152025-01-31T04:48:09.929ZJan 31 04:48:08.653 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd
16162025-01-31T04:48:09.937ZJan 31 04:48:08.659 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub
16172025-01-31T04:48:10.599ZJan 31 04:48:09.330 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach
16182025-01-31T04:48:10.599ZJan 31 04:48:09.330 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach
16192025-01-31T04:48:12.855ZJan 31 04:48:11.586 INFO Download complete, target: DendriteStub
16202025-01-31T04:48:12.925ZJan 31 04:48:11.656 INFO Download complete, target: MaghemiteMgd
16212025-01-31T04:48:17.912ZJan 31 04:48:16.642 INFO Checking that binary works, target: Cockroach
16222025-01-31T04:48:18.062ZJan 31 04:48:16.792 INFO Download complete, target: Cockroach
16232025-01-31T04:48:21.458ZJan 31 04:48:20.186 INFO Checking that binary works, target: Clickhouse
16242025-01-31T04:48:21.627ZJan 31 04:48:20.356 INFO Download complete, target: Clickhouse
16252025-01-31T04:48:21.648ZAll builder prerequisites installed successfully, and PATH looks valid
16262025-01-31T04:48:21.655Z
16272025-01-31T04:48:21.655Zreal 5:34.693601224
16282025-01-31T04:48:21.655Zuser 15:38.056942624
16292025-01-31T04:48:21.655Zsys 2:02.190439373
16302025-01-31T04:48:21.656Ztrap 0.541649145
16312025-01-31T04:48:21.656Ztflt 1.756401857
16322025-01-31T04:48:21.656Zdflt 1.879575383
16332025-01-31T04:48:21.656Zkflt 0.028480830
16342025-01-31T04:48:21.656Zlock 24:25.649794721
16352025-01-31T04:48:21.656Zslp 56:13.782932277
16362025-01-31T04:48:21.657Zlat 59.194994073
16372025-01-31T04:48:21.657Zstop 2:19.583714619
16382025-01-31T04:48:21.657Z++ bmat factory name
16392025-01-31T04:48:21.663Z++ bmat factory private
16402025-01-31T04:48:21.666Z+ jq --null-input --arg bmat_factory_name aws --arg bmat_factory_private i-0dbd531d057f4ae49 '{
16412025-01-31T04:48:21.666Z buildomat: {
16422025-01-31T04:48:21.667Z factory: {
16432025-01-31T04:48:21.667Z name: $bmat_factory_name,
16442025-01-31T04:48:21.667Z private: $bmat_factory_private,
16452025-01-31T04:48:21.667Z },
16462025-01-31T04:48:21.667Z },
16472025-01-31T04:48:21.667Z }'
16482025-01-31T04:48:21.699Z+ banner ls-apis
16492025-01-31T04:48:21.702Z
16502025-01-31T04:48:21.702Z # #### ## ##### # ####
16512025-01-31T04:48:21.702Z # # # # # # # #
16522025-01-31T04:48:21.702Z # #### ##### # # # # # ####
16532025-01-31T04:48:21.703Z # # ###### ##### # #
16542025-01-31T04:48:21.703Z # # # # # # # # #
16552025-01-31T04:48:21.703Z ###### #### # # # # ####
16562025-01-31T04:48:21.703Z
16572025-01-31T04:48:21.703Z+ source ./tools/include/force-git-over-https.sh
16582025-01-31T04:48:21.703Z++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/')
16592025-01-31T04:48:21.703Z++ (( i = 0 ))
16602025-01-31T04:48:21.703Z++ (( i < 5 ))
16612025-01-31T04:48:21.703Z++ git config --add --global url.https://github.com/.insteadOf git://github.com/
16622025-01-31T04:48:21.706Z++ (( i++ ))
16632025-01-31T04:48:21.706Z++ (( i < 5 ))
16642025-01-31T04:48:21.706Z++ git config --add --global url.https://github.com/.insteadOf git@github.com:
16652025-01-31T04:48:21.709Z++ (( i++ ))
16662025-01-31T04:48:21.709Z++ (( i < 5 ))
16672025-01-31T04:48:21.709Z++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/
16682025-01-31T04:48:21.713Z++ (( i++ ))
16692025-01-31T04:48:21.713Z++ (( i < 5 ))
16702025-01-31T04:48:21.713Z++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/
16712025-01-31T04:48:21.718Z++ (( i++ ))
16722025-01-31T04:48:21.718Z++ (( i < 5 ))
16732025-01-31T04:48:21.718Z++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/
16742025-01-31T04:48:21.722Z++ (( i++ ))
16752025-01-31T04:48:21.722Z++ (( i < 5 ))
16762025-01-31T04:48:21.722Z++ export CARGO_NET_GIT_FETCH_WITH_CLI=true
16772025-01-31T04:48:21.722Z++ CARGO_NET_GIT_FETCH_WITH_CLI=true
16782025-01-31T04:48:21.722Z+ ptime -m cargo xtask ls-apis apis
16792025-01-31T04:48:22.236Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
16802025-01-31T04:48:22.252Z Running `target/debug/xtask ls-apis apis`
16812025-01-31T04:48:23.063Z Compiling semver v0.1.20
16822025-01-31T04:48:23.066Z Compiling structmeta-derive v0.3.0
16832025-01-31T04:48:23.190Z Compiling cargo-platform v0.1.8
16842025-01-31T04:48:23.400Z Compiling cargo_metadata v0.18.1
16852025-01-31T04:48:23.415Z Compiling rustc_version v0.1.7
16862025-01-31T04:48:23.739Z Compiling newtype_derive v0.1.6
16872025-01-31T04:48:24.465Z Compiling structmeta v0.3.0
16882025-01-31T04:48:24.712Z Compiling parse-display-derive v0.10.0
16892025-01-31T04:48:26.400Z Compiling parse-display v0.10.0
16902025-01-31T04:48:26.561Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
16912025-01-31T04:48:30.582Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.30s
16922025-01-31T04:48:30.734Z Running `target/debug/ls-apis apis`
16932025-01-31T04:48:30.768Zloading metadata for workspace omicron from current workspace
16942025-01-31T04:48:35.108Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
16952025-01-31T04:48:35.111Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
16962025-01-31T04:48:35.116Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
16972025-01-31T04:48:35.118Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
16982025-01-31T04:48:54.102Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
16992025-01-31T04:48:57.561Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
17002025-01-31T04:48:57.581Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
17012025-01-31T04:48:57.751ZBootstrap Agent (client: bootstrap-agent-client)
17022025-01-31T04:48:57.752Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17032025-01-31T04:48:57.752Z consumed by: wicketd (omicron/wicketd) via 2 paths
17042025-01-31T04:48:57.752Z
17052025-01-31T04:48:57.752ZClickhouse Cluster Admin for Keepers (client: clickhouse-admin-keeper-client)
17062025-01-31T04:48:57.752Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17072025-01-31T04:48:57.752Z
17082025-01-31T04:48:57.752ZClickhouse Cluster Admin for Servers (client: clickhouse-admin-server-client)
17092025-01-31T04:48:57.752Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17102025-01-31T04:48:57.752Z
17112025-01-31T04:48:57.752ZClickhouse Single-Node Cluster Admin (client: clickhouse-admin-single-client)
17122025-01-31T04:48:57.752Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17132025-01-31T04:48:57.752Z
17142025-01-31T04:48:57.752ZCockroachDB Cluster Admin (client: cockroach-admin-client)
17152025-01-31T04:48:57.752Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17162025-01-31T04:48:57.752Z
17172025-01-31T04:48:57.752ZCrucible Agent (client: crucible-agent-client)
17182025-01-31T04:48:57.755Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17192025-01-31T04:48:57.755Z
17202025-01-31T04:48:57.755ZCrucible Control (for testing only) (client: crucible-control-client)
17212025-01-31T04:48:57.755Z
17222025-01-31T04:48:57.755ZCrucible Pantry (client: crucible-pantry-client)
17232025-01-31T04:48:57.755Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17242025-01-31T04:48:57.755Z
17252025-01-31T04:48:57.755ZMaghemite DDM Admin (client: ddm-admin-client)
17262025-01-31T04:48:57.755Z consumed by: installinator (omicron/installinator) via 1 path
17272025-01-31T04:48:57.755Z consumed by: mgd (maghemite/mgd) via 1 path
17282025-01-31T04:48:57.755Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17292025-01-31T04:48:57.755Z consumed by: wicketd (omicron/wicketd) via 1 path
17302025-01-31T04:48:57.755Z
17312025-01-31T04:48:57.755ZDNS Server (client: dns-service-client)
17322025-01-31T04:48:57.767Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17332025-01-31T04:48:57.767Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17342025-01-31T04:48:57.767Z
17352025-01-31T04:48:57.767ZDendrite DPD (client: dpd-client)
17362025-01-31T04:48:57.767Z consumed by: ddmd (maghemite/ddmd) via 2 paths
17372025-01-31T04:48:57.767Z consumed by: mgd (maghemite/mgd) via 1 path
17382025-01-31T04:48:57.767Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17392025-01-31T04:48:57.767Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17402025-01-31T04:48:57.767Z consumed by: tfportd (dendrite/tfportd) via 1 path
17412025-01-31T04:48:57.770Z consumed by: wicketd (omicron/wicketd) via 2 paths
17422025-01-31T04:48:57.770Z
17432025-01-31T04:48:57.770ZDownstairs Controller (debugging only) (client: dsc-client)
17442025-01-31T04:48:57.770Z
17452025-01-31T04:48:57.770ZManagement Gateway Service (client: gateway-client)
17462025-01-31T04:48:57.773Z consumed by: dpd (dendrite/dpd) via 1 path
17472025-01-31T04:48:57.773Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17482025-01-31T04:48:57.773Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17492025-01-31T04:48:57.773Z consumed by: wicketd (omicron/wicketd) via 3 paths
17502025-01-31T04:48:57.773Z
17512025-01-31T04:48:57.773ZWicketd Installinator (client: installinator-client)
17522025-01-31T04:48:57.773Z consumed by: installinator (omicron/installinator) via 1 path
17532025-01-31T04:48:57.773Z
17542025-01-31T04:48:57.773ZLLDP daemon (client: lldpd-client)
17552025-01-31T04:48:57.773Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17562025-01-31T04:48:57.773Z
17572025-01-31T04:48:57.773ZMaghemite MG Admin (client: mg-admin-client)
17582025-01-31T04:48:57.778Z consumed by: omicron-nexus (omicron/nexus) via 1 path
17592025-01-31T04:48:57.778Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17602025-01-31T04:48:57.779Z
17612025-01-31T04:48:57.779ZNexus Internal API (client: nexus-client)
17622025-01-31T04:48:57.783Z consumed by: crucible-pantry (crucible/pantry) via 1 path
17632025-01-31T04:48:57.783Z consumed by: dpd (dendrite/dpd) via 1 path
17642025-01-31T04:48:57.783Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17652025-01-31T04:48:57.783Z consumed by: oximeter-collector (omicron/oximeter/collector) via 1 path
17662025-01-31T04:48:57.783Z consumed by: propolis-server (propolis/bin/propolis-server) via 3 paths
17672025-01-31T04:48:57.783Z
17682025-01-31T04:48:57.784ZExternal API (client: oxide-client)
17692025-01-31T04:48:57.784Z
17702025-01-31T04:48:57.784ZOximeter (client: oximeter-client)
17712025-01-31T04:48:57.787Z consumed by: omicron-nexus (omicron/nexus) via 2 paths
17722025-01-31T04:48:57.787Z
17732025-01-31T04:48:57.787ZPropolis (client: propolis-client)
17742025-01-31T04:48:57.787Z consumed by: omicron-nexus (omicron/nexus) via 3 paths
17752025-01-31T04:48:57.787Z consumed by: omicron-sled-agent (omicron/sled-agent) via 2 paths
17762025-01-31T04:48:57.787Z
17772025-01-31T04:48:57.787ZCrucible Repair (client: repair-client)
17782025-01-31T04:48:57.787Z consumed by: crucible-downstairs (crucible/downstairs) via 1 path
17792025-01-31T04:48:57.787Z
17802025-01-31T04:48:57.787ZRepo Depot API (client: repo-depot-client)
17812025-01-31T04:48:57.787Z consumed by: omicron-sled-agent (omicron/sled-agent) via 1 path
17822025-01-31T04:48:57.787Z
17832025-01-31T04:48:57.787ZSled Agent (client: sled-agent-client)
17842025-01-31T04:48:57.793Z consumed by: dpd (dendrite/dpd) via 1 path
17852025-01-31T04:48:57.793Z consumed by: omicron-nexus (omicron/nexus) via 7 paths
17862025-01-31T04:48:57.793Z
17872025-01-31T04:48:57.793ZWicketd (client: wicketd-client)
17882025-01-31T04:48:57.796Z
17892025-01-31T04:48:57.926Z
17902025-01-31T04:48:57.929Zreal 36.186696733
17912025-01-31T04:48:57.929Zuser 30.731910441
17922025-01-31T04:48:57.929Zsys 8.741095791
17932025-01-31T04:48:57.929Ztrap 0.016620047
17942025-01-31T04:48:57.929Ztflt 0.029767447
17952025-01-31T04:48:57.929Zdflt 0.304716277
17962025-01-31T04:48:57.929Zkflt 0.000310877
17972025-01-31T04:48:57.929Zlock 38.499583799
17982025-01-31T04:48:57.929Zslp 3:44.625091316
17992025-01-31T04:48:57.929Zlat 0.700651125
18002025-01-31T04:48:57.929Zstop 1.584982387
18012025-01-31T04:48:57.929Z+ ptime -m cargo xtask ls-apis deployment-units
18022025-01-31T04:48:58.445Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
18032025-01-31T04:48:58.462Z Running `target/debug/xtask ls-apis deployment-units`
18042025-01-31T04:48:59.266Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
18052025-01-31T04:48:59.321Z Running `target/debug/ls-apis deployment-units`
18062025-01-31T04:48:59.360Zloading metadata for workspace omicron from current workspace
18072025-01-31T04:49:00.601Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
18082025-01-31T04:49:00.607Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
18092025-01-31T04:49:00.614Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
18102025-01-31T04:49:00.621Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
18112025-01-31T04:49:02.516Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
18122025-01-31T04:49:03.251Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
18132025-01-31T04:49:03.268Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
18142025-01-31T04:49:03.426ZClickhouse (single-node) / Clickhouse Server (multi-node) / Clickhouse Keeper (multi-node)
18152025-01-31T04:49:03.426Z omicron-clickhouse-admin (omicron/clickhouse-admin)
18162025-01-31T04:49:03.426Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
18172025-01-31T04:49:03.426Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
18182025-01-31T04:49:03.426Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
18192025-01-31T04:49:03.429Z
18202025-01-31T04:49:03.429Z
18212025-01-31T04:49:03.429ZCockroach
18222025-01-31T04:49:03.429Z omicron-cockroach-admin (omicron/cockroach-admin)
18232025-01-31T04:49:03.429Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
18242025-01-31T04:49:03.429Z
18252025-01-31T04:49:03.429Z
18262025-01-31T04:49:03.429ZCrucible
18272025-01-31T04:49:03.429Z crucible-agent (crucible/agent)
18282025-01-31T04:49:03.429Z exposes: Crucible Agent (client = crucible-agent-client)
18292025-01-31T04:49:03.429Z
18302025-01-31T04:49:03.429Z crucible-downstairs (crucible/downstairs)
18312025-01-31T04:49:03.429Z exposes: Crucible Repair (client = repair-client)
18322025-01-31T04:49:03.432Z consumes: repair-client
18332025-01-31T04:49:03.432Z
18342025-01-31T04:49:03.432Z
18352025-01-31T04:49:03.432ZCrucible Pantry
18362025-01-31T04:49:03.432Z crucible-pantry (crucible/pantry)
18372025-01-31T04:49:03.432Z exposes: Crucible Pantry (client = crucible-pantry-client)
18382025-01-31T04:49:03.435Z consumes: nexus-client
18392025-01-31T04:49:03.435Z
18402025-01-31T04:49:03.435Z
18412025-01-31T04:49:03.435ZDNS Server
18422025-01-31T04:49:03.435Z dns-server (omicron/dns-server)
18432025-01-31T04:49:03.435Z exposes: DNS Server (client = dns-service-client)
18442025-01-31T04:49:03.435Z
18452025-01-31T04:49:03.435Z
18462025-01-31T04:49:03.435ZHost OS
18472025-01-31T04:49:03.435Z ddmd (maghemite/ddmd)
18482025-01-31T04:49:03.435Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
18492025-01-31T04:49:03.438Z consumes: dpd-client
18502025-01-31T04:49:03.438Z
18512025-01-31T04:49:03.438Z dpd (dendrite/dpd)
18522025-01-31T04:49:03.438Z exposes: Dendrite DPD (client = dpd-client)
18532025-01-31T04:49:03.441Z consumes: gateway-client
18542025-01-31T04:49:03.441Z consumes: nexus-client
18552025-01-31T04:49:03.441Z consumes: sled-agent-client
18562025-01-31T04:49:03.441Z
18572025-01-31T04:49:03.441Z lldpd (lldp/lldpd)
18582025-01-31T04:49:03.441Z exposes: LLDP daemon (client = lldpd-client)
18592025-01-31T04:49:03.441Z
18602025-01-31T04:49:03.441Z mgd (maghemite/mgd)
18612025-01-31T04:49:03.441Z exposes: Maghemite MG Admin (client = mg-admin-client)
18622025-01-31T04:49:03.444Z consumes: ddm-admin-client
18632025-01-31T04:49:03.444Z consumes: dpd-client
18642025-01-31T04:49:03.444Z
18652025-01-31T04:49:03.444Z omicron-gateway (omicron/gateway)
18662025-01-31T04:49:03.444Z exposes: Management Gateway Service (client = gateway-client)
18672025-01-31T04:49:03.444Z
18682025-01-31T04:49:03.444Z omicron-sled-agent (omicron/sled-agent)
18692025-01-31T04:49:03.444Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
18702025-01-31T04:49:03.444Z exposes: Repo Depot API (client = repo-depot-client)
18712025-01-31T04:49:03.444Z exposes: Sled Agent (client = sled-agent-client)
18722025-01-31T04:49:03.447Z consumes: bootstrap-agent-client
18732025-01-31T04:49:03.447Z consumes: ddm-admin-client
18742025-01-31T04:49:03.448Z consumes: dns-service-client
18752025-01-31T04:49:03.448Z consumes: dpd-client
18762025-01-31T04:49:03.448Z consumes: gateway-client
18772025-01-31T04:49:03.448Z consumes: mg-admin-client
18782025-01-31T04:49:03.448Z consumes: nexus-client
18792025-01-31T04:49:03.448Z consumes: propolis-client
18802025-01-31T04:49:03.448Z consumes: repo-depot-client
18812025-01-31T04:49:03.448Z
18822025-01-31T04:49:03.448Z propolis-server (propolis/bin/propolis-server)
18832025-01-31T04:49:03.448Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
18842025-01-31T04:49:03.448Z exposes: Propolis (client = propolis-client)
18852025-01-31T04:49:03.451Z consumes: nexus-client
18862025-01-31T04:49:03.451Z
18872025-01-31T04:49:03.451Z tfportd (dendrite/tfportd)
18882025-01-31T04:49:03.451Z consumes: dpd-client
18892025-01-31T04:49:03.451Z
18902025-01-31T04:49:03.451Z wicketd (omicron/wicketd)
18912025-01-31T04:49:03.451Z exposes: Wicketd Installinator (client = installinator-client)
18922025-01-31T04:49:03.451Z exposes: Wicketd (client = wicketd-client)
18932025-01-31T04:49:03.451Z consumes: bootstrap-agent-client
18942025-01-31T04:49:03.451Z consumes: ddm-admin-client
18952025-01-31T04:49:03.451Z consumes: dpd-client
18962025-01-31T04:49:03.451Z consumes: gateway-client
18972025-01-31T04:49:03.451Z
18982025-01-31T04:49:03.451Z
18992025-01-31T04:49:03.451ZInstallinator
19002025-01-31T04:49:03.451Z installinator (omicron/installinator)
19012025-01-31T04:49:03.451Z consumes: ddm-admin-client
19022025-01-31T04:49:03.451Z consumes: installinator-client
19032025-01-31T04:49:03.451Z
19042025-01-31T04:49:03.451Z
19052025-01-31T04:49:03.451ZNexus
19062025-01-31T04:49:03.451Z omicron-nexus (omicron/nexus)
19072025-01-31T04:49:03.451Z exposes: Nexus Internal API (client = nexus-client)
19082025-01-31T04:49:03.451Z exposes: External API (client = oxide-client)
19092025-01-31T04:49:03.454Z consumes: clickhouse-admin-keeper-client
19102025-01-31T04:49:03.454Z consumes: clickhouse-admin-server-client
19112025-01-31T04:49:03.454Z consumes: clickhouse-admin-single-client
19122025-01-31T04:49:03.454Z consumes: cockroach-admin-client
19132025-01-31T04:49:03.454Z consumes: crucible-agent-client
19142025-01-31T04:49:03.454Z consumes: crucible-pantry-client
19152025-01-31T04:49:03.454Z consumes: dns-service-client
19162025-01-31T04:49:03.454Z consumes: dpd-client
19172025-01-31T04:49:03.454Z consumes: gateway-client
19182025-01-31T04:49:03.454Z consumes: lldpd-client
19192025-01-31T04:49:03.454Z consumes: mg-admin-client
19202025-01-31T04:49:03.454Z consumes: oximeter-client
19212025-01-31T04:49:03.454Z consumes: propolis-client
19222025-01-31T04:49:03.454Z consumes: sled-agent-client
19232025-01-31T04:49:03.454Z
19242025-01-31T04:49:03.454Z
19252025-01-31T04:49:03.455ZOximeter
19262025-01-31T04:49:03.455Z oximeter-collector (omicron/oximeter/collector)
19272025-01-31T04:49:03.455Z exposes: Oximeter (client = oximeter-client)
19282025-01-31T04:49:03.457Z consumes: nexus-client
19292025-01-31T04:49:03.457Z
19302025-01-31T04:49:03.457Z
19312025-01-31T04:49:03.580Z
19322025-01-31T04:49:03.584Zreal 5.636812186
19332025-01-31T04:49:03.584Zuser 4.610774047
19342025-01-31T04:49:03.584Zsys 1.811027742
19352025-01-31T04:49:03.584Ztrap 0.002243766
19362025-01-31T04:49:03.584Ztflt 0.000026032
19372025-01-31T04:49:03.584Zdflt 0.000003279
19382025-01-31T04:49:03.584Zkflt 0.000000000
19392025-01-31T04:49:03.584Zlock 0.003338481
19402025-01-31T04:49:03.584Zslp 13.012332025
19412025-01-31T04:49:03.584Zlat 0.020624891
19422025-01-31T04:49:03.584Zstop 0.103508873
19432025-01-31T04:49:03.584Z+ ptime -m cargo xtask ls-apis servers
19442025-01-31T04:49:04.070Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.43s
19452025-01-31T04:49:04.087Z Running `target/debug/xtask ls-apis servers`
19462025-01-31T04:49:04.892Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
19472025-01-31T04:49:04.944Z Running `target/debug/ls-apis servers`
19482025-01-31T04:49:04.983Zloading metadata for workspace omicron from current workspace
19492025-01-31T04:49:06.147Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
19502025-01-31T04:49:06.156Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
19512025-01-31T04:49:06.161Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
19522025-01-31T04:49:06.164Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
19532025-01-31T04:49:08.021Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
19542025-01-31T04:49:08.754Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
19552025-01-31T04:49:08.772Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
19562025-01-31T04:49:08.932Zomicron-clickhouse-admin (omicron/clickhouse-admin)
19572025-01-31T04:49:08.932Z exposes: Clickhouse Cluster Admin for Keepers (client = clickhouse-admin-keeper-client)
19582025-01-31T04:49:08.932Z exposes: Clickhouse Cluster Admin for Servers (client = clickhouse-admin-server-client)
19592025-01-31T04:49:08.932Z exposes: Clickhouse Single-Node Cluster Admin (client = clickhouse-admin-single-client)
19602025-01-31T04:49:08.935Z
19612025-01-31T04:49:08.935Zomicron-cockroach-admin (omicron/cockroach-admin)
19622025-01-31T04:49:08.935Z exposes: CockroachDB Cluster Admin (client = cockroach-admin-client)
19632025-01-31T04:49:08.935Z
19642025-01-31T04:49:08.935Zcrucible-agent (crucible/agent)
19652025-01-31T04:49:08.935Z exposes: Crucible Agent (client = crucible-agent-client)
19662025-01-31T04:49:08.935Z
19672025-01-31T04:49:08.935Zcrucible-downstairs (crucible/downstairs)
19682025-01-31T04:49:08.935Z exposes: Crucible Repair (client = repair-client)
19692025-01-31T04:49:08.938Z consumes: repair-client
19702025-01-31T04:49:08.938Z
19712025-01-31T04:49:08.938Zcrucible-pantry (crucible/pantry)
19722025-01-31T04:49:08.938Z exposes: Crucible Pantry (client = crucible-pantry-client)
19732025-01-31T04:49:08.940Z consumes: nexus-client
19742025-01-31T04:49:08.940Z
19752025-01-31T04:49:08.940Zdns-server (omicron/dns-server)
19762025-01-31T04:49:08.941Z exposes: DNS Server (client = dns-service-client)
19772025-01-31T04:49:08.941Z
19782025-01-31T04:49:08.941Zomicron-sled-agent (omicron/sled-agent)
19792025-01-31T04:49:08.941Z exposes: Bootstrap Agent (client = bootstrap-agent-client)
19802025-01-31T04:49:08.941Z exposes: Repo Depot API (client = repo-depot-client)
19812025-01-31T04:49:08.941Z exposes: Sled Agent (client = sled-agent-client)
19822025-01-31T04:49:08.944Z consumes: bootstrap-agent-client
19832025-01-31T04:49:08.944Z consumes: ddm-admin-client
19842025-01-31T04:49:08.944Z consumes: dns-service-client
19852025-01-31T04:49:08.944Z consumes: dpd-client
19862025-01-31T04:49:08.944Z consumes: gateway-client
19872025-01-31T04:49:08.944Z consumes: mg-admin-client
19882025-01-31T04:49:08.944Z consumes: nexus-client
19892025-01-31T04:49:08.944Z consumes: propolis-client
19902025-01-31T04:49:08.944Z consumes: repo-depot-client
19912025-01-31T04:49:08.944Z
19922025-01-31T04:49:08.944Zpropolis-server (propolis/bin/propolis-server)
19932025-01-31T04:49:08.944Z exposes: Crucible Control (for testing only) (client = crucible-control-client)
19942025-01-31T04:49:08.944Z exposes: Propolis (client = propolis-client)
19952025-01-31T04:49:08.947Z consumes: nexus-client
19962025-01-31T04:49:08.947Z
19972025-01-31T04:49:08.947Zddmd (maghemite/ddmd)
19982025-01-31T04:49:08.947Z exposes: Maghemite DDM Admin (client = ddm-admin-client)
19992025-01-31T04:49:08.950Z consumes: dpd-client
20002025-01-31T04:49:08.950Z
20012025-01-31T04:49:08.950Zdpd (dendrite/dpd)
20022025-01-31T04:49:08.950Z exposes: Dendrite DPD (client = dpd-client)
20032025-01-31T04:49:08.953Z consumes: gateway-client
20042025-01-31T04:49:08.953Z consumes: nexus-client
20052025-01-31T04:49:08.953Z consumes: sled-agent-client
20062025-01-31T04:49:08.953Z
20072025-01-31T04:49:08.953Zlldpd (lldp/lldpd)
20082025-01-31T04:49:08.953Z exposes: LLDP daemon (client = lldpd-client)
20092025-01-31T04:49:08.953Z
20102025-01-31T04:49:08.953Zmgd (maghemite/mgd)
20112025-01-31T04:49:08.953Z exposes: Maghemite MG Admin (client = mg-admin-client)
20122025-01-31T04:49:08.956Z consumes: ddm-admin-client
20132025-01-31T04:49:08.956Z consumes: dpd-client
20142025-01-31T04:49:08.956Z
20152025-01-31T04:49:08.956Zomicron-gateway (omicron/gateway)
20162025-01-31T04:49:08.956Z exposes: Management Gateway Service (client = gateway-client)
20172025-01-31T04:49:08.956Z
20182025-01-31T04:49:08.956Ztfportd (dendrite/tfportd)
20192025-01-31T04:49:08.956Z consumes: dpd-client
20202025-01-31T04:49:08.956Z
20212025-01-31T04:49:08.956Zwicketd (omicron/wicketd)
20222025-01-31T04:49:08.956Z exposes: Wicketd Installinator (client = installinator-client)
20232025-01-31T04:49:08.956Z exposes: Wicketd (client = wicketd-client)
20242025-01-31T04:49:08.958Z consumes: bootstrap-agent-client
20252025-01-31T04:49:08.958Z consumes: ddm-admin-client
20262025-01-31T04:49:08.959Z consumes: dpd-client
20272025-01-31T04:49:08.959Z consumes: gateway-client
20282025-01-31T04:49:08.959Z
20292025-01-31T04:49:08.959Zinstallinator (omicron/installinator)
20302025-01-31T04:49:08.959Z consumes: ddm-admin-client
20312025-01-31T04:49:08.959Z consumes: installinator-client
20322025-01-31T04:49:08.959Z
20332025-01-31T04:49:08.959Zomicron-nexus (omicron/nexus)
20342025-01-31T04:49:08.959Z exposes: Nexus Internal API (client = nexus-client)
20352025-01-31T04:49:08.959Z exposes: External API (client = oxide-client)
20362025-01-31T04:49:08.962Z consumes: clickhouse-admin-keeper-client
20372025-01-31T04:49:08.962Z consumes: clickhouse-admin-server-client
20382025-01-31T04:49:08.962Z consumes: clickhouse-admin-single-client
20392025-01-31T04:49:08.962Z consumes: cockroach-admin-client
20402025-01-31T04:49:08.962Z consumes: crucible-agent-client
20412025-01-31T04:49:08.962Z consumes: crucible-pantry-client
20422025-01-31T04:49:08.962Z consumes: dns-service-client
20432025-01-31T04:49:08.962Z consumes: dpd-client
20442025-01-31T04:49:08.962Z consumes: gateway-client
20452025-01-31T04:49:08.962Z consumes: lldpd-client
20462025-01-31T04:49:08.962Z consumes: mg-admin-client
20472025-01-31T04:49:08.963Z consumes: oximeter-client
20482025-01-31T04:49:08.963Z consumes: propolis-client
20492025-01-31T04:49:08.963Z consumes: sled-agent-client
20502025-01-31T04:49:08.963Z
20512025-01-31T04:49:08.963Zoximeter-collector (omicron/oximeter/collector)
20522025-01-31T04:49:08.963Z exposes: Oximeter (client = oximeter-client)
20532025-01-31T04:49:08.963Z consumes: nexus-client
20542025-01-31T04:49:08.963Z
20552025-01-31T04:49:09.088Z
20562025-01-31T04:49:09.092Zreal 5.489454931
20572025-01-31T04:49:09.092Zuser 4.567723295
20582025-01-31T04:49:09.093Zsys 1.720389544
20592025-01-31T04:49:09.093Ztrap 0.000542273
20602025-01-31T04:49:09.093Ztflt 0.000034219
20612025-01-31T04:49:09.093Zdflt 0.000043298
20622025-01-31T04:49:09.093Zkflt 0.000013817
20632025-01-31T04:49:09.093Zlock 0.003416599
20642025-01-31T04:49:09.093Zslp 12.665274311
20652025-01-31T04:49:09.093Zlat 0.011408060
20662025-01-31T04:49:09.093Zstop 0.101352967
20672025-01-31T04:49:09.093Z+ ptime -m cargo xtask ls-apis check
20682025-01-31T04:49:09.587Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.44s
20692025-01-31T04:49:09.602Z Running `target/debug/xtask ls-apis check`
20702025-01-31T04:49:10.405Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s
20712025-01-31T04:49:10.458Z Running `target/debug/ls-apis check`
20722025-01-31T04:49:10.498Zloading metadata for workspace omicron from current workspace
20732025-01-31T04:49:11.683Zloading metadata for workspace maghemite from /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/Cargo.toml
20742025-01-31T04:49:11.686Zloading metadata for workspace lldp from /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/Cargo.toml
20752025-01-31T04:49:11.686Zloading metadata for workspace propolis from /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/Cargo.toml
20762025-01-31T04:49:11.696Zloading metadata for workspace crucible from /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/Cargo.toml
20772025-01-31T04:49:13.575Zloading metadata for workspace dendrite from /home/build/.cargo/git/checkouts/dendrite-627b239a911c6241/4cdc7d7/Cargo.toml
20782025-01-31T04:49:14.308Znote: ignoring Cargo dependency from crucible-pantry -> ... -> crucible-control-client
20792025-01-31T04:49:14.338Znote: ignoring Cargo dependency from omicron-sled-agent -> dns-server
20802025-01-31T04:49:14.591Z
20812025-01-31T04:49:14.591Z
20822025-01-31T04:49:14.591ZServer-managed APIs:
20832025-01-31T04:49:14.591Z
20842025-01-31T04:49:14.591Z Clickhouse Cluster Admin for Keepers (clickhouse-admin-keeper-client, exposed by omicron-clickhouse-admin)
20852025-01-31T04:49:14.591Z Clickhouse Cluster Admin for Servers (clickhouse-admin-server-client, exposed by omicron-clickhouse-admin)
20862025-01-31T04:49:14.591Z Clickhouse Single-Node Cluster Admin (clickhouse-admin-single-client, exposed by omicron-clickhouse-admin)
20872025-01-31T04:49:14.591Z CockroachDB Cluster Admin (cockroach-admin-client, exposed by omicron-cockroach-admin)
20882025-01-31T04:49:14.591Z Crucible Agent (crucible-agent-client, exposed by crucible-agent)
20892025-01-31T04:49:14.591Z Crucible Control (for testing only) (crucible-control-client, exposed by propolis-server)
20902025-01-31T04:49:14.592Z Crucible Pantry (crucible-pantry-client, exposed by crucible-pantry)
20912025-01-31T04:49:14.592Z Maghemite DDM Admin (ddm-admin-client, exposed by ddmd)
20922025-01-31T04:49:14.592Z DNS Server (dns-service-client, exposed by dns-server)
20932025-01-31T04:49:14.592Z Management Gateway Service (gateway-client, exposed by omicron-gateway)
20942025-01-31T04:49:14.592Z LLDP daemon (lldpd-client, exposed by lldpd)
20952025-01-31T04:49:14.592Z Maghemite MG Admin (mg-admin-client, exposed by mgd)
20962025-01-31T04:49:14.592Z External API (oxide-client, exposed by omicron-nexus)
20972025-01-31T04:49:14.592Z Oximeter (oximeter-client, exposed by oximeter-collector)
20982025-01-31T04:49:14.592Z Propolis (propolis-client, exposed by propolis-server)
20992025-01-31T04:49:14.592Z Sled Agent (sled-agent-client, exposed by omicron-sled-agent)
21002025-01-31T04:49:14.592Z Wicketd (wicketd-client, exposed by wicketd)
21012025-01-31T04:49:14.592Z
21022025-01-31T04:49:14.592Z
21032025-01-31T04:49:14.592ZClient-managed API:
21042025-01-31T04:49:14.592Z
21052025-01-31T04:49:14.592Z Bootstrap Agent (bootstrap-agent-client, exposed by omicron-sled-agent)
21062025-01-31T04:49:14.593Z reason: depends on itself (i.e., instances call each other)
21072025-01-31T04:49:14.593Z Dendrite DPD (dpd-client, exposed by dpd)
21082025-01-31T04:49:14.593Z reason: Sled Agent calling DPD creates a circular dependency
21092025-01-31T04:49:14.593Z Wicketd Installinator (installinator-client, exposed by wicketd)
21102025-01-31T04:49:14.593Z reason: client is provided implicitly by the operator
21112025-01-31T04:49:14.593Z Nexus Internal API (nexus-client, exposed by omicron-nexus)
21122025-01-31T04:49:14.593Z reason: Circular dependencies between Nexus and other services
21132025-01-31T04:49:14.593Z Crucible Repair (repair-client, exposed by crucible-downstairs)
21142025-01-31T04:49:14.593Z reason: depends on itself (i.e., instances call each other)
21152025-01-31T04:49:14.593Z Repo Depot API (repo-depot-client, exposed by omicron-sled-agent)
21162025-01-31T04:49:14.593Z reason: depends on itself (i.e., instances call each other)
21172025-01-31T04:49:14.593Z
21182025-01-31T04:49:14.593Z
21192025-01-31T04:49:14.593ZAPIs with unknown version management: none
21202025-01-31T04:49:14.718Z
21212025-01-31T04:49:14.721Zreal 5.610908080
21222025-01-31T04:49:14.721Zuser 4.668377148
21232025-01-31T04:49:14.721Zsys 1.726011292
21242025-01-31T04:49:14.721Ztrap 0.000388342
21252025-01-31T04:49:14.721Ztflt 0.000051595
21262025-01-31T04:49:14.721Zdflt 0.000036203
21272025-01-31T04:49:14.722Zkflt 0.000010618
21282025-01-31T04:49:14.722Zlock 0.004227643
21292025-01-31T04:49:14.722Zslp 12.807702466
21302025-01-31T04:49:14.722Zlat 0.009755458
21312025-01-31T04:49:14.722Zstop 0.099597139
21322025-01-31T04:49:14.722Z+ banner build
21332025-01-31T04:49:14.726Z
21342025-01-31T04:49:14.726Z ##### # # # # #####
21352025-01-31T04:49:14.726Z # # # # # # # #
21362025-01-31T04:49:14.726Z ##### # # # # # #
21372025-01-31T04:49:14.726Z # # # # # # # #
21382025-01-31T04:49:14.726Z # # # # # # # #
21392025-01-31T04:49:14.726Z ##### #### # ###### #####
21402025-01-31T04:49:14.727Z
21412025-01-31T04:49:14.727Z+ export 'RUSTFLAGS=-D warnings'
21422025-01-31T04:49:14.727Z+ RUSTFLAGS='-D warnings'
21432025-01-31T04:49:14.727Z+ export 'RUSTDOCFLAGS=--document-private-items -D warnings'
21442025-01-31T04:49:14.727Z+ RUSTDOCFLAGS='--document-private-items -D warnings'
21452025-01-31T04:49:14.727Z+ [[ illumos == \i\l\l\u\m\o\s ]]
21462025-01-31T04:49:14.727Z+ RUSTFLAGS='-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64'
21472025-01-31T04:49:14.727Z+ export TMPDIR=/var/tmp/omicron_tmp
21482025-01-31T04:49:14.727Z+ TMPDIR=/var/tmp/omicron_tmp
21492025-01-31T04:49:14.727Z+ export RUST_BACKTRACE=1
21502025-01-31T04:49:14.727Z+ RUST_BACKTRACE=1
21512025-01-31T04:49:14.728Z+ export CARGO_INCREMENTAL=0
21522025-01-31T04:49:14.728Z+ CARGO_INCREMENTAL=0
21532025-01-31T04:49:14.728Z+ export RUSTC_BOOTSTRAP=1
21542025-01-31T04:49:14.728Z+ RUSTC_BOOTSTRAP=1
21552025-01-31T04:49:14.728Z+ ptime -m cargo build -Z unstable-options --timings=json --workspace --tests --locked --verbose
21562025-01-31T04:49:16.439Z Dirty proc-macro2 v1.0.92: the rustflags changed
21572025-01-31T04:49:16.439Z Compiling proc-macro2 v1.0.92
21582025-01-31T04:49:16.439Z Dirty unicode-ident v1.0.14: the rustflags changed
21592025-01-31T04:49:16.439Z Compiling unicode-ident v1.0.14
21602025-01-31T04:49:16.440Z Dirty libc v0.2.169: the rustflags changed
21612025-01-31T04:49:16.440Z Compiling libc v0.2.169
21622025-01-31T04:49:16.444Z Dirty cfg-if v1.0.0: the rustflags changed
21632025-01-31T04:49:16.444Z Compiling cfg-if v1.0.0
21642025-01-31T04:49:16.444Z Dirty serde v1.0.217: the rustflags changed
21652025-01-31T04:49:16.444Z Compiling serde v1.0.217
21662025-01-31T04:49:16.445Z Dirty autocfg v1.4.0: the rustflags changed
21672025-01-31T04:49:16.445Z Compiling autocfg v1.4.0
21682025-01-31T04:49:16.445Z Dirty memchr v2.7.4: the rustflags changed
21692025-01-31T04:49:16.445Z Compiling memchr v2.7.4
21702025-01-31T04:49:16.594Z Dirty version_check v0.9.5: the rustflags changed
21712025-01-31T04:49:16.594Z Compiling version_check v0.9.5
21722025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=6359c72ea392bf53 -C extra-filename=-6359c72ea392bf53 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21732025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/build.rs --error-format=json --json=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="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=c04abb584c8d237c -C extra-filename=-c04abb584c8d237c --out-dir /work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21742025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_ident --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-ident-1.0.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4cccf0258a34a011 -C extra-filename=-4cccf0258a34a011 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21752025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_if --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-if-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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std"))' -C metadata=c23dfb9b1834c42c -C extra-filename=-c23dfb9b1834c42c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21762025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name memchr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memchr-2.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "libc", "logging", "rustc-dep-of-std", "std", "use_std"))' -C metadata=9e2df5937f592b1b -C extra-filename=-9e2df5937f592b1b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21772025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name autocfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/autocfg-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29ea5ae14448e27c -C extra-filename=-29ea5ae14448e27c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21782025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name version_check --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=651510dbe869226e -C extra-filename=-651510dbe869226e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21792025-01-31T04:49:16.597Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=e087a56f788efa41 -C extra-filename=-e087a56f788efa41 --out-dir /work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21802025-01-31T04:49:16.807Z Dirty value-bag v1.9.0: the rustflags changed
21812025-01-31T04:49:16.807Z Compiling value-bag v1.9.0
21822025-01-31T04:49:16.811Z Dirty scopeguard v1.2.0: the rustflags changed
21832025-01-31T04:49:16.812Z Compiling scopeguard v1.2.0
21842025-01-31T04:49:16.812Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name value_bag --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/value-bag-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="inline-i128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "error", "inline-i128", "owned", "seq", "serde", "serde1", "std", "sval", "sval2", "test", "value-bag-serde1", "value-bag-sval2"))' -C metadata=b6e05d3fb6289def -C extra-filename=-b6e05d3fb6289def --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21852025-01-31T04:49:16.812Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name scopeguard --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=1a111238ae907d94 -C extra-filename=-1a111238ae907d94 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21862025-01-31T04:49:17.009Z Dirty once_cell v1.20.2: the rustflags changed
21872025-01-31T04:49:17.009Z Compiling once_cell v1.20.2
21882025-01-31T04:49:17.014Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name once_cell --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/once_cell-1.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="alloc"' --cfg 'feature="default"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic-polyfill", "critical-section", "default", "parking_lot", "portable-atomic", "race", "std", "unstable"))' -C metadata=4845f0240c4dfd51 -C extra-filename=-4845f0240c4dfd51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21892025-01-31T04:49:17.219Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro2-6359c72ea392bf53/build-script-build`
21902025-01-31T04:49:17.269Z Running `/work/oxidecomputer/omicron/target/debug/build/serde-e087a56f788efa41/build-script-build`
21912025-01-31T04:49:17.307Z Dirty log v0.4.22: the rustflags changed
21922025-01-31T04:49:17.307Z Compiling log v0.4.22
21932025-01-31T04:49:17.310Z Running `/work/oxidecomputer/omicron/target/debug/build/libc-c04abb584c8d237c/build-script-build`
21942025-01-31T04:49:17.310Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name log --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/log-0.4.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="kv"' --cfg 'feature="kv_unstable"' --cfg 'feature="std"' --cfg 'feature="value-bag"' --check-cfg 'cfg(docsrs)' --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", "std", "sval", "sval_ref", "value-bag"))' -C metadata=9e3a943cb0d1c1f7 -C extra-filename=-9e3a943cb0d1c1f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern value_bag=/work/oxidecomputer/omicron/target/debug/deps/libvalue_bag-b6e05d3fb6289def.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21952025-01-31T04:49:17.364Z Dirty itoa v1.0.11: the rustflags changed
21962025-01-31T04:49:17.364Z Compiling itoa v1.0.11
21972025-01-31T04:49:17.389Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name itoa --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itoa-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic"))' -C metadata=9a423a21109b8870 -C extra-filename=-9a423a21109b8870 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
21982025-01-31T04:49:17.393Z Dirty smallvec v1.13.2: the rustflags changed
21992025-01-31T04:49:17.393Z Compiling smallvec v1.13.2
22002025-01-31T04:49:17.416Z Dirty byteorder v1.5.0: the rustflags changed
22012025-01-31T04:49:17.416Z Compiling byteorder v1.5.0
22022025-01-31T04:49:17.418Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/smallvec-1.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="const_generics"' --cfg 'feature="const_new"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "const_generics", "const_new", "debugger_visualizer", "drain_filter", "drain_keep_rest", "may_dangle", "serde", "specialization", "union", "write"))' -C metadata=523e7ace5c258ae5 -C extra-filename=-523e7ace5c258ae5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22032025-01-31T04:49:17.418Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name byteorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=74b89f0a9d262c25 -C extra-filename=-74b89f0a9d262c25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22042025-01-31T04:49:17.418Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libc-0.2.169/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="extra_traits"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=98124fae94d5c163 -C extra-filename=-98124fae94d5c163 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg freebsd11 --cfg libc_const_extern_fn --check-cfg 'cfg(emscripten_new_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(libc_const_extern_fn)' --check-cfg 'cfg(libc_deny_warnings)' --check-cfg 'cfg(libc_thread_local)' --check-cfg 'cfg(libc_ctest)' --check-cfg 'cfg(target_os,values("switch","aix","ohos","hurd","rtems","visionos","nuttx"))' --check-cfg 'cfg(target_env,values("illumos","wasi","aix","ohos"))' --check-cfg 'cfg(target_arch,values("loongarch64","mips32r6","mips64r6","csky"))'`
22052025-01-31T04:49:17.559Z Dirty lock_api v0.4.12: the rustflags changed
22062025-01-31T04:49:17.559Z Compiling lock_api v0.4.12
22072025-01-31T04:49:17.562Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=c0f7be440e4b09cd -C extra-filename=-c0f7be440e4b09cd --out-dir /work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22082025-01-31T04:49:17.600Z Dirty subtle v2.6.1: the rustflags changed
22092025-01-31T04:49:17.600Z Compiling subtle v2.6.1
22102025-01-31T04:49:17.639Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name subtle --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("const-generics", "core_hint_black_box", "default", "i128", "nightly", "std"))' -C metadata=cd3435bf59c2a8e8 -C extra-filename=-cd3435bf59c2a8e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22112025-01-31T04:49:17.663Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro2-1.0.92/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "nightly", "proc-macro", "span-locations"))' -C metadata=4d4bc9df8ee17d9f -C extra-filename=-4d4bc9df8ee17d9f --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-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg wrap_proc_macro --cfg proc_macro_span --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(procmacro2_backtrace)' --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)'`
22122025-01-31T04:49:17.809Z Dirty pin-project-lite v0.2.14: the rustflags changed
22132025-01-31T04:49:17.809Z Compiling pin-project-lite v0.2.14
22142025-01-31T04:49:17.812Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_lite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-lite-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes '--warn=clippy::default_union_representation' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a964f36d52583bc5 -C extra-filename=-a964f36d52583bc5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22152025-01-31T04:49:17.853Z Dirty regex-syntax v0.8.5: the rustflags changed
22162025-01-31T04:49:17.853Z Compiling regex-syntax v0.8.5
22172025-01-31T04:49:17.896Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-syntax-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' --check-cfg 'cfg(docsrs)' --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=ced6c94c643c21ab -C extra-filename=-ced6c94c643c21ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22182025-01-31T04:49:17.956Z Running `/work/oxidecomputer/omicron/target/debug/build/lock_api-c0f7be440e4b09cd/build-script-build`
22192025-01-31T04:49:17.959Z Dirty shlex v1.3.0: the rustflags changed
22202025-01-31T04:49:17.959Z Compiling shlex v1.3.0
22212025-01-31T04:49:17.959Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name shlex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=51341e54dff1b71e -C extra-filename=-51341e54dff1b71e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22222025-01-31T04:49:17.980Z Dirty aho-corasick v1.1.3: the rustflags changed
22232025-01-31T04:49:17.980Z Compiling aho-corasick v1.1.3
22242025-01-31T04:49:17.983Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aho_corasick --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aho-corasick-1.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "logging", "perf-literal", "std"))' -C metadata=de1c658e28500186 -C extra-filename=-de1c658e28500186 --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22252025-01-31T04:49:18.076Z Dirty ryu v1.0.18: the rustflags changed
22262025-01-31T04:49:18.076Z Compiling ryu v1.0.18
22272025-01-31T04:49:18.079Z Dirty allocator-api2 v0.2.18: the rustflags changed
22282025-01-31T04:49:18.079Z Compiling allocator-api2 v0.2.18
22292025-01-31T04:49:18.079Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ryu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ryu-1.0.18/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no-panic", "small"))' -C metadata=e1e604a67354d101 -C extra-filename=-e1e604a67354d101 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22302025-01-31T04:49:18.103Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name allocator_api2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/allocator-api2-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="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "nightly", "serde", "std"))' -C metadata=b45c821c6b278f40 -C extra-filename=-b45c821c6b278f40 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22312025-01-31T04:49:18.103Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lock_api --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lock_api-0.4.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="atomic_usize"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "atomic_usize", "default", "nightly", "owning_ref", "serde"))' -C metadata=1fd3eced1389565d -C extra-filename=-1fd3eced1389565d --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-1a111238ae907d94.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_const_fn_trait_bound`
22322025-01-31T04:49:18.345Z Dirty libm v0.2.8: the rustflags changed
22332025-01-31T04:49:18.345Z Compiling libm v0.2.8
22342025-01-31T04:49:18.348Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=78758852f6b4c234 -C extra-filename=-78758852f6b4c234 --out-dir /work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22352025-01-31T04:49:18.441Z Dirty quote v1.0.38: the rustflags changed
22362025-01-31T04:49:18.441Z Compiling quote v1.0.38
22372025-01-31T04:49:18.467Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name quote --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quote-1.0.38/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=03a73c893e8cdf2e -C extra-filename=-03a73c893e8cdf2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22382025-01-31T04:49:18.549Z Dirty getrandom v0.2.15: the rustflags changed
22392025-01-31T04:49:18.549Z Compiling getrandom v0.2.15
22402025-01-31T04:49:18.553Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name getrandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/getrandom-0.2.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="js"' --cfg 'feature="js-sys"' --cfg 'feature="rdrand"' --cfg 'feature="std"' --cfg 'feature="wasm-bindgen"' --check-cfg 'cfg(docsrs)' --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=3f8adeb94da17152 -C extra-filename=-3f8adeb94da17152 --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22412025-01-31T04:49:18.677Z Dirty jobserver v0.1.32: the rustflags changed
22422025-01-31T04:49:18.677Z Compiling jobserver v0.1.32
22432025-01-31T04:49:18.681Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name jobserver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/jobserver-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d21ea09190f823cc -C extra-filename=-d21ea09190f823cc --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22442025-01-31T04:49:18.782Z Running `/work/oxidecomputer/omicron/target/debug/build/libm-78758852f6b4c234/build-script-build`
22452025-01-31T04:49:18.794Z Dirty rand_core v0.6.4: the rustflags changed
22462025-01-31T04:49:18.794Z Compiling rand_core v0.6.4
22472025-01-31T04:49:18.942Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "getrandom", "serde", "serde1", "std"))' -C metadata=eee51480251de44e -C extra-filename=-eee51480251de44e --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22482025-01-31T04:49:18.947Z Dirty syn v2.0.96: the rustflags changed
22492025-01-31T04:49:18.947Z Compiling syn v2.0.96
22502025-01-31T04:49:18.947Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-2.0.96/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "test", "visit", "visit-mut"))' -C metadata=bfdfb291ff7edac1 -C extra-filename=-bfdfb291ff7edac1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22512025-01-31T04:49:18.947Z Dirty num-traits v0.2.19: the rustflags changed
22522025-01-31T04:49:18.947Z Compiling num-traits v0.2.19
22532025-01-31T04:49:18.947Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2c9b6c602244218d -C extra-filename=-2c9b6c602244218d --out-dir /work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22542025-01-31T04:49:19.062Z Dirty parking_lot_core v0.9.10: the rustflags changed
22552025-01-31T04:49:19.062Z Compiling parking_lot_core v0.9.10
22562025-01-31T04:49:19.065Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fb50d7f25c6480b9 -C extra-filename=-fb50d7f25c6480b9 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22572025-01-31T04:49:19.175Z Dirty cc v1.1.30: the rustflags changed
22582025-01-31T04:49:19.175Z Compiling cc v1.1.30
22592025-01-31T04:49:19.177Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cc-1.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 --cfg 'feature="parallel"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("jobserver", "parallel"))' -C metadata=d29a84348bd9210f -C extra-filename=-d29a84348bd9210f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern jobserver=/work/oxidecomputer/omicron/target/debug/deps/libjobserver-d21ea09190f823cc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22602025-01-31T04:49:19.316Z Dirty typenum v1.17.0: the rustflags changed
22612025-01-31T04:49:19.316Z Compiling typenum v1.17.0
22622025-01-31T04:49:19.344Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/build/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=0b6ad497db06c466 -C extra-filename=-0b6ad497db06c466 --out-dir /work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22632025-01-31T04:49:19.381Z Running `/work/oxidecomputer/omicron/target/debug/build/num-traits-2c9b6c602244218d/build-script-build`
22642025-01-31T04:49:19.487Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libm --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libm-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "musl-reference-tests", "rand", "unstable"))' -C metadata=5e88d2d671dfc9ee -C extra-filename=-5e88d2d671dfc9ee --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22652025-01-31T04:49:19.560Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-fb50d7f25c6480b9/build-script-build`
22662025-01-31T04:49:19.601Z Dirty generic-array v0.14.7: the rustflags changed
22672025-01-31T04:49:19.601Z Compiling generic-array v0.14.7
22682025-01-31T04:49:19.628Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=e76bfa2267ad8456 -C extra-filename=-e76bfa2267ad8456 --out-dir /work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22692025-01-31T04:49:19.633Z Dirty thiserror v1.0.69: the rustflags changed
22702025-01-31T04:49:19.633Z Compiling thiserror v1.0.69
22712025-01-31T04:49:19.636Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=27b012f45503fc93 -C extra-filename=-27b012f45503fc93 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22722025-01-31T04:49:20.008Z Running `/work/oxidecomputer/omicron/target/debug/build/generic-array-e76bfa2267ad8456/build-script-build`
22732025-01-31T04:49:20.102Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot_core-0.9.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=fc52cdce64bf713d -C extra-filename=-fc52cdce64bf713d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22742025-01-31T04:49:20.272Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-27b012f45503fc93/build-script-build`
22752025-01-31T04:49:20.372Z Running `/work/oxidecomputer/omicron/target/debug/build/typenum-0b6ad497db06c466/build-script-main`
22762025-01-31T04:49:20.566Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typenum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typenum-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "force_unix_path_separator", "i128", "no_std", "scale-info", "scale_info", "strict"))' -C metadata=35c09d922ee07e63 -C extra-filename=-35c09d922ee07e63 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22772025-01-31T04:49:20.668Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_traits --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "libm", "std"))' -C metadata=2208e32e65bcc912 -C extra-filename=-2208e32e65bcc912 --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-5e88d2d671dfc9ee.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_total_cmp --check-cfg 'cfg(has_total_cmp)'`
22782025-01-31T04:49:20.739Z Dirty parking_lot v0.12.3: the rustflags changed
22792025-01-31T04:49:20.739Z Compiling parking_lot v0.12.3
22802025-01-31T04:49:20.778Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parking_lot-0.12.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "hardware-lock-elision", "nightly", "owning_ref", "send_guard", "serde"))' -C metadata=d0a2976a5e19212f -C extra-filename=-d0a2976a5e19212f --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-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-fc52cdce64bf713d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22812025-01-31T04:49:20.879Z Dirty serde_json v1.0.135: the rustflags changed
22822025-01-31T04:49:20.879Z Compiling serde_json v1.0.135
22832025-01-31T04:49:20.881Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/build.rs --error-format=json --json=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="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=7fee368e2b58145b -C extra-filename=-7fee368e2b58145b --out-dir /work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22842025-01-31T04:49:21.269Z Running `/work/oxidecomputer/omicron/target/debug/build/serde_json-7fee368e2b58145b/build-script-build`
22852025-01-31T04:49:21.310Z Dirty signal-hook-registry v1.4.2: the rustflags changed
22862025-01-31T04:49:21.310Z Compiling signal-hook-registry v1.4.2
22872025-01-31T04:49:21.313Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_registry --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-registry-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ef8bd89a825837a -C extra-filename=-5ef8bd89a825837a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22882025-01-31T04:49:21.570Z Dirty regex-automata v0.4.8: the rustflags changed
22892025-01-31T04:49:21.570Z Compiling regex-automata v0.4.8
22902025-01-31T04:49:21.573Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_automata --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-automata-0.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 --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)' --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=770f979620de861d -C extra-filename=-770f979620de861d --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22912025-01-31T04:49:21.730Z Dirty futures-core v0.3.31: the rustflags changed
22922025-01-31T04:49:21.730Z Compiling futures-core v0.3.31
22932025-01-31T04:49:21.732Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-core-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "portable-atomic", "std", "unstable"))' -C metadata=c05ca62951efc497 -C extra-filename=-c05ca62951efc497 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22942025-01-31T04:49:21.993Z Dirty rustix v0.38.37: the rustflags changed
22952025-01-31T04:49:21.993Z Compiling rustix v0.38.37
22962025-01-31T04:49:21.996Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=8961df1009dcb5a0 -C extra-filename=-8961df1009dcb5a0 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
22972025-01-31T04:49:22.056Z Dirty errno v0.3.9: the rustflags changed
22982025-01-31T04:49:22.057Z Compiling errno v0.3.9
22992025-01-31T04:49:22.064Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name errno --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/errno-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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b44cd738e245d137 -C extra-filename=-b44cd738e245d137 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23002025-01-31T04:49:22.307Z Dirty fnv v1.0.7: the rustflags changed
23012025-01-31T04:49:22.307Z Compiling fnv v1.0.7
23022025-01-31T04:49:22.310Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fnv --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=b60aa3e5c1a51a0c -C extra-filename=-b60aa3e5c1a51a0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23032025-01-31T04:49:22.340Z Dirty foldhash v0.1.3: the rustflags changed
23042025-01-31T04:49:22.340Z Compiling foldhash v0.1.3
23052025-01-31T04:49:22.374Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foldhash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/foldhash-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c8eda6a7bedf45bb -C extra-filename=-c8eda6a7bedf45bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23062025-01-31T04:49:22.465Z Dirty equivalent v1.0.1: the rustflags changed
23072025-01-31T04:49:22.465Z Compiling equivalent v1.0.1
23082025-01-31T04:49:22.506Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name equivalent --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/equivalent-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)' --check-cfg 'cfg(feature, values())' -C metadata=32e8526ccf4b2e07 -C extra-filename=-32e8526ccf4b2e07 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23092025-01-31T04:49:22.510Z Dirty either v1.13.0: the rustflags changed
23102025-01-31T04:49:22.510Z Compiling either v1.13.0
23112025-01-31T04:49:22.513Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name either --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/either-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "use_std"))' -C metadata=e6d980dfe6eef5ca -C extra-filename=-e6d980dfe6eef5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23122025-01-31T04:49:22.619Z Dirty hashbrown v0.15.1: the rustflags changed
23132025-01-31T04:49:22.619Z Compiling hashbrown v0.15.1
23142025-01-31T04:49:22.661Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashbrown-0.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="allocator-api2"' --cfg 'feature="default"' --cfg 'feature="default-hasher"' --cfg 'feature="equivalent"' --cfg 'feature="inline-more"' --cfg 'feature="raw-entry"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "allocator-api2", "compiler_builtins", "core", "default", "default-hasher", "equivalent", "inline-more", "nightly", "raw-entry", "rayon", "rustc-dep-of-std", "rustc-internal-api", "serde"))' -C metadata=31ee59d8d287bfdb -C extra-filename=-31ee59d8d287bfdb --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-b45c821c6b278f40.rmeta --extern equivalent=/work/oxidecomputer/omicron/target/debug/deps/libequivalent-32e8526ccf4b2e07.rmeta --extern foldhash=/work/oxidecomputer/omicron/target/debug/deps/libfoldhash-c8eda6a7bedf45bb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23152025-01-31T04:49:22.665Z Dirty mio v1.0.2: the rustflags changed
23162025-01-31T04:49:22.665Z Compiling mio v1.0.2
23172025-01-31T04:49:22.669Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(mio_unsupported_force_poll_poll)' --check-cfg 'cfg(mio_unsupported_force_waker_pipe)' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="net"' --cfg 'feature="os-ext"' --cfg 'feature="os-poll"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "net", "os-ext", "os-poll"))' -C metadata=54e9ea84e5904ad8 -C extra-filename=-54e9ea84e5904ad8 --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-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23182025-01-31T04:49:22.762Z Running `/work/oxidecomputer/omicron/target/debug/build/rustix-8961df1009dcb5a0/build-script-build`
23192025-01-31T04:49:22.894Z Dirty spin v0.9.8: the rustflags changed
23202025-01-31T04:49:22.894Z Compiling spin v0.9.8
23212025-01-31T04:49:22.917Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name spin --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=c5b6290600ecc6a6 -C extra-filename=-c5b6290600ecc6a6 --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-1fd3eced1389565d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23222025-01-31T04:49:22.922Z Dirty socket2 v0.5.7: the rustflags changed
23232025-01-31T04:49:22.922Z Compiling socket2 v0.5.7
23242025-01-31T04:49:22.925Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name socket2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/socket2-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 --cfg 'feature="all"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all"))' -C metadata=3708a886d7c8b7f1 -C extra-filename=-3708a886d7c8b7f1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23252025-01-31T04:49:23.078Z Dirty const-oid v0.9.6: the rustflags changed
23262025-01-31T04:49:23.078Z Compiling const-oid v0.9.6
23272025-01-31T04:49:23.080Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name const_oid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "db", "std"))' -C metadata=dedac17a1c4aee37 -C extra-filename=-dedac17a1c4aee37 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23282025-01-31T04:49:23.299Z Dirty slab v0.4.9: the rustflags changed
23292025-01-31T04:49:23.299Z Compiling slab v0.4.9
23302025-01-31T04:49:23.302Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=dd88cfe55b458e79 -C extra-filename=-dd88cfe55b458e79 --out-dir /work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23312025-01-31T04:49:23.706Z Dirty futures-io v0.3.31: the rustflags changed
23322025-01-31T04:49:23.707Z Compiling futures-io v0.3.31
23332025-01-31T04:49:23.709Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_io --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-io-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "unstable"))' -C metadata=9401d9aa714ffd2e -C extra-filename=-9401d9aa714ffd2e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23342025-01-31T04:49:23.767Z Running `/work/oxidecomputer/omicron/target/debug/build/slab-dd88cfe55b458e79/build-script-build`
23352025-01-31T04:49:23.808Z Dirty heck v0.5.0: the rustflags changed
23362025-01-31T04:49:23.808Z Compiling heck v0.5.0
23372025-01-31T04:49:23.833Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6782a03443fe5f3d -C extra-filename=-6782a03443fe5f3d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23382025-01-31T04:49:23.838Z Dirty lazy_static v1.5.0: the rustflags changed
23392025-01-31T04:49:23.838Z Compiling lazy_static v1.5.0
23402025-01-31T04:49:23.838Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lazy_static --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("spin", "spin_no_std"))' -C metadata=28551293923de3d0 -C extra-filename=-28551293923de3d0 --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-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23412025-01-31T04:49:23.911Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slab --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slab-0.4.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=5ff6f1baf5ed1f82 -C extra-filename=-5ff6f1baf5ed1f82 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23422025-01-31T04:49:23.942Z Dirty cpufeatures v0.2.14: the rustflags changed
23432025-01-31T04:49:23.942Z Compiling cpufeatures v0.2.14
23442025-01-31T04:49:23.949Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cpufeatures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cpufeatures-0.2.14/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=102875690d2c1cd3 -C extra-filename=-102875690d2c1cd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23452025-01-31T04:49:23.978Z Dirty pkg-config v0.3.31: the rustflags changed
23462025-01-31T04:49:23.978Z Compiling pkg-config v0.3.31
23472025-01-31T04:49:23.981Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pkg_config --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pkg-config-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d02968f2dd606dcf -C extra-filename=-d02968f2dd606dcf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23482025-01-31T04:49:24.007Z Dirty futures-sink v0.3.31: the rustflags changed
23492025-01-31T04:49:24.007Z Compiling futures-sink v0.3.31
23502025-01-31T04:49:24.010Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_sink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-sink-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=df31fc6f5cf3f7c2 -C extra-filename=-df31fc6f5cf3f7c2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23512025-01-31T04:49:24.060Z Dirty iana-time-zone v0.1.61: the rustflags changed
23522025-01-31T04:49:24.060Z Compiling iana-time-zone v0.1.61
23532025-01-31T04:49:24.063Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name iana_time_zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/iana-time-zone-0.1.61/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("fallback"))' -C metadata=33788f39c7e66925 -C extra-filename=-33788f39c7e66925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23542025-01-31T04:49:24.187Z Dirty semver v1.0.24: the rustflags changed
23552025-01-31T04:49:24.187Z Compiling semver v1.0.24
23562025-01-31T04:49:24.193Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-1.0.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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=d50f74b9b05ecc20 -C extra-filename=-d50f74b9b05ecc20 --out-dir /work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23572025-01-31T04:49:24.216Z Dirty stable_deref_trait v1.2.0: the rustflags changed
23582025-01-31T04:49:24.216Z Compiling stable_deref_trait v1.2.0
23592025-01-31T04:49:24.219Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name stable_deref_trait --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/stable_deref_trait-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=9f26f3088f0bc054 -C extra-filename=-9f26f3088f0bc054 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23602025-01-31T04:49:24.316Z Dirty pin-utils v0.1.0: the rustflags changed
23612025-01-31T04:49:24.316Z Compiling pin-utils v0.1.0
23622025-01-31T04:49:24.349Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_utils --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=adfca7acc6d3ae3e -C extra-filename=-adfca7acc6d3ae3e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23632025-01-31T04:49:24.353Z Dirty futures-channel v0.3.31: the rustflags changed
23642025-01-31T04:49:24.353Z Compiling futures-channel v0.3.31
23652025-01-31T04:49:24.355Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-channel-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="futures-sink"' --cfg 'feature="sink"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "futures-sink", "sink", "std", "unstable"))' -C metadata=e40d3acaa8c64724 -C extra-filename=-e40d3acaa8c64724 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23662025-01-31T04:49:24.438Z Dirty futures-task v0.3.31: the rustflags changed
23672025-01-31T04:49:24.438Z Compiling futures-task v0.3.31
23682025-01-31T04:49:24.441Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_task --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-task-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "cfg-target-has-atomic", "default", "std", "unstable"))' -C metadata=5eeebcf6478b2c1e -C extra-filename=-5eeebcf6478b2c1e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23692025-01-31T04:49:24.468Z Dirty schemars v0.8.21: the rustflags changed
23702025-01-31T04:49:24.468Z Compiling schemars v0.8.21
23712025-01-31T04:49:24.468Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=a44c146bfd8b0c3f -C extra-filename=-a44c146bfd8b0c3f --out-dir /work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23722025-01-31T04:49:24.774Z Dirty dyn-clone v1.0.17: the rustflags changed
23732025-01-31T04:49:24.774Z Compiling dyn-clone v1.0.17
23742025-01-31T04:49:24.776Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dyn_clone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dyn-clone-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)' --check-cfg 'cfg(feature, values())' -C metadata=8e90f2becdfd8242 -C extra-filename=-8e90f2becdfd8242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23752025-01-31T04:49:24.798Z Running `/work/oxidecomputer/omicron/target/debug/build/semver-d50f74b9b05ecc20/build-script-build`
23762025-01-31T04:49:24.824Z Dirty syn v1.0.109: the rustflags changed
23772025-01-31T04:49:24.824Z Compiling syn v1.0.109
23782025-01-31T04:49:24.827Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=3a80aa8a5296695d -C extra-filename=-3a80aa8a5296695d --out-dir /work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23792025-01-31T04:49:24.886Z Dirty tracing-core v0.1.32: the rustflags changed
23802025-01-31T04:49:24.886Z Compiling tracing-core v0.1.32
23812025-01-31T04:49:24.889Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-core-0.1.32/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="once_cell"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "once_cell", "std", "valuable"))' -C metadata=d5b209d8ac10ab0a -C extra-filename=-d5b209d8ac10ab0a --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-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23822025-01-31T04:49:24.921Z Running `/work/oxidecomputer/omicron/target/debug/build/schemars-a44c146bfd8b0c3f/build-script-build`
23832025-01-31T04:49:24.964Z Dirty glob v0.3.2: the rustflags changed
23842025-01-31T04:49:24.964Z Compiling glob v0.3.2
23852025-01-31T04:49:24.967Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name glob --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/glob-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffd69303710b75ae -C extra-filename=-ffd69303710b75ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23862025-01-31T04:49:25.006Z Dirty home v0.5.9: the rustflags changed
23872025-01-31T04:49:25.006Z Compiling home v0.5.9
23882025-01-31T04:49:25.009Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name home --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/home-0.5.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2caee24cfb5087dd -C extra-filename=-2caee24cfb5087dd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23892025-01-31T04:49:25.114Z Dirty minimal-lexical v0.2.1: the rustflags changed
23902025-01-31T04:49:25.114Z Compiling minimal-lexical v0.2.1
23912025-01-31T04:49:25.117Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name minimal_lexical --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "compact", "default", "lint", "nightly", "std"))' -C metadata=60223cf7ff6d447e -C extra-filename=-60223cf7ff6d447e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23922025-01-31T04:49:25.297Z Dirty litemap v0.7.3: the rustflags changed
23932025-01-31T04:49:25.297Z Compiling litemap v0.7.3
23942025-01-31T04:49:25.300Z Dirty writeable v0.5.5: the rustflags changed
23952025-01-31T04:49:25.300Z Compiling writeable v0.5.5
23962025-01-31T04:49:25.300Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name litemap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litemap-0.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "testing", "yoke"))' -C metadata=70a0a27cce91c0ea -C extra-filename=-70a0a27cce91c0ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23972025-01-31T04:49:25.317Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name writeable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/writeable-0.5.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "either"))' -C metadata=138daf9e04392228 -C extra-filename=-138daf9e04392228 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
23982025-01-31T04:49:25.463Z Running `/work/oxidecomputer/omicron/target/debug/build/syn-3a80aa8a5296695d/build-script-build`
23992025-01-31T04:49:25.591Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name syn --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/syn-1.0.109/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="fold"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clone-impls", "default", "derive", "extra-traits", "fold", "full", "parsing", "printing", "proc-macro", "quote", "test", "visit", "visit-mut"))' -C metadata=354642de07ee916c -C extra-filename=-354642de07ee916c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg syn_disable_nightly_tests`
24002025-01-31T04:49:25.648Z Dirty nom v7.1.3: the rustflags changed
24012025-01-31T04:49:25.648Z Compiling nom v7.1.3
24022025-01-31T04:49:25.651Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "docsrs", "std"))' -C metadata=16454c047756183f -C extra-filename=-16454c047756183f --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-9e2df5937f592b1b.rmeta --extern minimal_lexical=/work/oxidecomputer/omicron/target/debug/deps/libminimal_lexical-60223cf7ff6d447e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24032025-01-31T04:49:25.692Z Dirty vcpkg v0.2.15: the rustflags changed
24042025-01-31T04:49:25.692Z Compiling vcpkg v0.2.15
24052025-01-31T04:49:25.715Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name vcpkg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7dbf9c9cbde54d96 -C extra-filename=-7dbf9c9cbde54d96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24062025-01-31T04:49:25.829Z Dirty clang-sys v1.8.1: the rustflags changed
24072025-01-31T04:49:25.829Z Compiling clang-sys v1.8.1
24082025-01-31T04:49:25.853Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=69eb431b2c461bdb -C extra-filename=-69eb431b2c461bdb --out-dir /work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24092025-01-31T04:49:25.858Z Dirty percent-encoding v2.3.1: the rustflags changed
24102025-01-31T04:49:25.858Z Compiling percent-encoding v2.3.1
24112025-01-31T04:49:25.860Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name percent_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/percent-encoding-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=5386e076faaa6b73 -C extra-filename=-5386e076faaa6b73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24122025-01-31T04:49:26.069Z Dirty synstructure v0.13.1: the rustflags changed
24132025-01-31T04:49:26.069Z Compiling synstructure v0.13.1
24142025-01-31T04:49:26.095Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name synstructure --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/synstructure-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="proc-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proc-macro"))' -C metadata=5c5b978f45f4b4e4 -C extra-filename=-5c5b978f45f4b4e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24152025-01-31T04:49:26.195Z Dirty serde_derive_internals v0.29.1: the rustflags changed
24162025-01-31T04:49:26.195Z Compiling serde_derive_internals v0.29.1
24172025-01-31T04:49:26.198Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive_internals --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=095c70e0d2f2fa84 -C extra-filename=-095c70e0d2f2fa84 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24182025-01-31T04:49:26.608Z Dirty prettyplease v0.2.25: the rustflags changed
24192025-01-31T04:49:26.609Z Compiling prettyplease v0.2.25
24202025-01-31T04:49:26.611Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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 --cfg 'feature="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=1654639186ba9cb7 -C extra-filename=-1654639186ba9cb7 --out-dir /work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24212025-01-31T04:49:27.020Z Dirty regex v1.11.1: the rustflags changed
24222025-01-31T04:49:27.020Z Compiling regex v1.11.1
24232025-01-31T04:49:27.067Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regex-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 --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)' --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=a13ffe7e09b6593c -C extra-filename=-a13ffe7e09b6593c --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-de1c658e28500186.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24242025-01-31T04:49:27.475Z Running `/work/oxidecomputer/omicron/target/debug/build/prettyplease-1654639186ba9cb7/build-script-build`
24252025-01-31T04:49:27.517Z Running `/work/oxidecomputer/omicron/target/debug/build/clang-sys-69eb431b2c461bdb/build-script-build`
24262025-01-31T04:49:27.552Z Dirty icu_locid_transform_data v1.5.0: the rustflags changed
24272025-01-31T04:49:27.552Z Compiling icu_locid_transform_data v1.5.0
24282025-01-31T04:49:27.575Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3d8dd7e43ffbd77d -C extra-filename=-3d8dd7e43ffbd77d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24292025-01-31T04:49:27.590Z Dirty itertools v0.12.1: the rustflags changed
24302025-01-31T04:49:27.590Z Compiling itertools v0.12.1
24312025-01-31T04:49:27.592Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=c84561db85a4af0e -C extra-filename=-c84561db85a4af0e --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24322025-01-31T04:49:27.684Z Dirty libloading v0.8.5: the rustflags changed
24332025-01-31T04:49:27.684Z Compiling libloading v0.8.5
24342025-01-31T04:49:27.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libloading --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libloading-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b6d549b074fd972 -C extra-filename=-2b6d549b074fd972 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24352025-01-31T04:49:28.030Z Dirty crossbeam-utils v0.8.20: the rustflags changed
24362025-01-31T04:49:28.030Z Compiling crossbeam-utils v0.8.20
24372025-01-31T04:49:28.034Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=81bee40f0b574093 -C extra-filename=-81bee40f0b574093 --out-dir /work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24382025-01-31T04:49:28.100Z Dirty icu_properties_data v1.5.0: the rustflags changed
24392025-01-31T04:49:28.100Z Compiling icu_properties_data v1.5.0
24402025-01-31T04:49:28.107Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95a94b4a11fa64c9 -C extra-filename=-95a94b4a11fa64c9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24412025-01-31T04:49:28.381Z Dirty bindgen v0.69.5: the rustflags changed
24422025-01-31T04:49:28.381Z Compiling bindgen v0.69.5
24432025-01-31T04:49:28.384Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/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"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --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=652f2bc72b2b1f9f -C extra-filename=-652f2bc72b2b1f9f --out-dir /work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24442025-01-31T04:49:28.590Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clang_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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_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="libloading"' --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs)' --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=1d989c77c83b9bb7 -C extra-filename=-1d989c77c83b9bb7 --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-ffd69303710b75ae.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libloading=/work/oxidecomputer/omicron/target/debug/deps/liblibloading-2b6d549b074fd972.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24452025-01-31T04:49:28.665Z Running `/work/oxidecomputer/omicron/target/debug/build/crossbeam-utils-81bee40f0b574093/build-script-build`
24462025-01-31T04:49:28.708Z Dirty cexpr v0.6.0: the rustflags changed
24472025-01-31T04:49:28.708Z Compiling cexpr v0.6.0
24482025-01-31T04:49:28.710Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cexpr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=51d9983af7803f0a -C extra-filename=-51d9983af7803f0a --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-16454c047756183f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24492025-01-31T04:49:29.043Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name prettyplease --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/prettyplease-0.2.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="verbatim"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("verbatim"))' -C metadata=da00aef4f64584d9 -C extra-filename=-da00aef4f64584d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -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)'`
24502025-01-31T04:49:29.285Z Running `/work/oxidecomputer/omicron/target/debug/build/bindgen-652f2bc72b2b1f9f/build-script-build`
24512025-01-31T04:49:29.328Z Dirty form_urlencoded v1.2.1: the rustflags changed
24522025-01-31T04:49:29.328Z Compiling form_urlencoded v1.2.1
24532025-01-31T04:49:29.331Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name form_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/form_urlencoded-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="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=754279f5a7bc6973 -C extra-filename=-754279f5a7bc6973 --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-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24542025-01-31T04:49:29.725Z Dirty ring v0.17.8: the rustflags changed
24552025-01-31T04:49:29.725Z Compiling ring v0.17.8
24562025-01-31T04:49:29.728Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.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="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=795558faa7316f20 -C extra-filename=-795558faa7316f20 --out-dir /work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24572025-01-31T04:49:30.416Z Dirty utf8_iter v1.0.4: the rustflags changed
24582025-01-31T04:49:30.416Z Compiling utf8_iter v1.0.4
24592025-01-31T04:49:30.419Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aec5174429ef0d0e -C extra-filename=-aec5174429ef0d0e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24602025-01-31T04:49:30.497Z Dirty utf16_iter v1.0.5: the rustflags changed
24612025-01-31T04:49:30.497Z Compiling utf16_iter v1.0.5
24622025-01-31T04:49:30.500Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf16_iter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/utf16_iter-1.0.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c6adb06a7b4f5c4 -C extra-filename=-5c6adb06a7b4f5c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24632025-01-31T04:49:30.669Z Dirty lazycell v1.3.0: the rustflags changed
24642025-01-31T04:49:30.669Z Compiling lazycell v1.3.0
24652025-01-31T04:49:30.672Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lazycell --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lazycell-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)' --check-cfg 'cfg(feature, values("clippy", "nightly", "nightly-testing", "serde"))' -C metadata=19368608bc6ea93f -C extra-filename=-19368608bc6ea93f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24662025-01-31T04:49:30.750Z Dirty adler2 v2.0.0: the rustflags changed
24672025-01-31T04:49:30.750Z Compiling adler2 v2.0.0
24682025-01-31T04:49:30.753Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name adler2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/adler2-2.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "rustc-dep-of-std", "std"))' -C metadata=7621c1ecddc6a876 -C extra-filename=-7621c1ecddc6a876 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24692025-01-31T04:49:30.864Z Dirty rustc-hash v1.1.0: the rustflags changed
24702025-01-31T04:49:30.864Z Compiling rustc-hash v1.1.0
24712025-01-31T04:49:30.891Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-hash-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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b51e2d24f557b9a -C extra-filename=-9b51e2d24f557b9a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24722025-01-31T04:49:30.894Z Dirty icu_normalizer_data v1.5.0: the rustflags changed
24732025-01-31T04:49:30.894Z Compiling icu_normalizer_data v1.5.0
24742025-01-31T04:49:30.928Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer_data --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer_data-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=35dcfc4910478321 -C extra-filename=-35dcfc4910478321 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24752025-01-31T04:49:30.975Z Dirty write16 v1.0.0: the rustflags changed
24762025-01-31T04:49:30.975Z Compiling write16 v1.0.0
24772025-01-31T04:49:30.977Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name write16 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/write16-1.0.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "smallvec"))' -C metadata=fa81fd2bd804ae46 -C extra-filename=-fa81fd2bd804ae46 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24782025-01-31T04:49:31.026Z Dirty miniz_oxide v0.8.0: the rustflags changed
24792025-01-31T04:49:31.027Z Compiling miniz_oxide v0.8.0
24802025-01-31T04:49:31.029Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name miniz_oxide --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/miniz_oxide-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --cfg 'feature="with-alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiler_builtins", "core", "default", "rustc-dep-of-std", "simd", "simd-adler32", "std", "with-alloc"))' -C metadata=d007f834b8c6d5bd -C extra-filename=-d007f834b8c6d5bd --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-7621c1ecddc6a876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24812025-01-31T04:49:31.058Z Running `/work/oxidecomputer/omicron/target/debug/build/ring-795558faa7316f20/build-script-build`
24822025-01-31T04:49:31.133Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_utils --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-utils-0.8.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "nightly", "std"))' -C metadata=a8673a2dc205af2b -C extra-filename=-a8673a2dc205af2b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(crossbeam_no_atomic,crossbeam_sanitize_thread)'`
24832025-01-31T04:49:31.622Z Dirty serde_derive v1.0.217: the rustflags changed
24842025-01-31T04:49:31.622Z Compiling serde_derive v1.0.217
24852025-01-31T04:49:31.625Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_derive-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "deserialize_in_place"))' -C metadata=4f023b4ed277c51c -C extra-filename=-4f023b4ed277c51c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24862025-01-31T04:49:31.711Z Dirty zeroize_derive v1.4.2: the rustflags changed
24872025-01-31T04:49:31.712Z Compiling zeroize_derive v1.4.2
24882025-01-31T04:49:31.714Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize_derive-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82559b4bcc6f1ce3 -C extra-filename=-82559b4bcc6f1ce3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24892025-01-31T04:49:32.246Z Dirty zerocopy-derive v0.7.35: the rustflags changed
24902025-01-31T04:49:32.246Z Compiling zerocopy-derive v0.7.35
24912025-01-31T04:49:32.285Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9118d562f8c2d2ed -C extra-filename=-9118d562f8c2d2ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24922025-01-31T04:49:32.368Z Dirty thiserror-impl v1.0.69: the rustflags changed
24932025-01-31T04:49:32.368Z Compiling thiserror-impl v1.0.69
24942025-01-31T04:49:32.371Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=70d5f7a28cdb1c6a -C extra-filename=-70d5f7a28cdb1c6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24952025-01-31T04:49:32.598Z Dirty tokio-macros v2.5.0: the rustflags changed
24962025-01-31T04:49:32.598Z Compiling tokio-macros v2.5.0
24972025-01-31T04:49:32.601Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-macros-2.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)' --check-cfg 'cfg(feature, values())' -C metadata=2e81018b436d9cb3 -C extra-filename=-2e81018b436d9cb3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
24982025-01-31T04:49:33.277Z Dirty zeroize v1.8.1: the rustflags changed
24992025-01-31T04:49:33.277Z Compiling zeroize v1.8.1
25002025-01-31T04:49:33.279Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zeroize --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zeroize-1.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="zeroize_derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aarch64", "alloc", "default", "derive", "serde", "simd", "std", "zeroize_derive"))' -C metadata=7313163495826d9d -C extra-filename=-7313163495826d9d --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-82559b4bcc6f1ce3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25012025-01-31T04:49:33.677Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name generic_array --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("more_lengths", "serde", "zeroize"))' -C metadata=e3e034bbc733b83c -C extra-filename=-e3e034bbc733b83c --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-35c09d922ee07e63.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg relaxed_coherence`
25022025-01-31T04:49:34.197Z Dirty futures-macro v0.3.31: the rustflags changed
25032025-01-31T04:49:34.197Z Compiling futures-macro v0.3.31
25042025-01-31T04:49:34.201Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-macro-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=65b0519d6bcc26b2 -C extra-filename=-65b0519d6bcc26b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25052025-01-31T04:49:34.375Z Dirty zerocopy v0.7.35: the rustflags changed
25062025-01-31T04:49:34.375Z Compiling zerocopy v0.7.35
25072025-01-31T04:49:34.399Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.7.35/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="byteorder"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="simd"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "byteorder", "default", "derive", "simd", "simd-nightly", "zerocopy-derive"))' -C metadata=cea30fa4edc352b1 -C extra-filename=-cea30fa4edc352b1 --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-9118d562f8c2d2ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25082025-01-31T04:49:35.007Z Dirty crypto-common v0.1.6: the rustflags changed
25092025-01-31T04:49:35.007Z Compiling crypto-common v0.1.6
25102025-01-31T04:49:35.032Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_common --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crypto-common-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="getrandom"' --cfg 'feature="rand_core"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "rand_core", "std"))' -C metadata=0dd2958e149b985e -C extra-filename=-0dd2958e149b985e --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-35c09d922ee07e63.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25112025-01-31T04:49:35.290Z Dirty block-buffer v0.10.4: the rustflags changed
25122025-01-31T04:49:35.290Z Compiling block-buffer v0.10.4
25132025-01-31T04:49:35.293Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name block_buffer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4749bb0f0048bf7d -C extra-filename=-4749bb0f0048bf7d --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25142025-01-31T04:49:35.459Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b94ca1f63b3b5648 -C extra-filename=-b94ca1f63b3b5648 --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-70d5f7a28cdb1c6a.so --cap-lints allow -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)'`
25152025-01-31T04:49:35.576Z Dirty digest v0.10.7: the rustflags changed
25162025-01-31T04:49:35.576Z Compiling digest v0.10.7
25172025-01-31T04:49:35.579Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name digest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-buffer", "const-oid", "core-api", "default", "dev", "mac", "oid", "rand_core", "std", "subtle"))' -C metadata=c1a84befa7c7dca3 -C extra-filename=-c1a84befa7c7dca3 --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-4749bb0f0048bf7d.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25182025-01-31T04:49:35.611Z Dirty zerofrom-derive v0.1.4: the rustflags changed
25192025-01-31T04:49:35.611Z Compiling zerofrom-derive v0.1.4
25202025-01-31T04:49:35.614Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-derive-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=893ddf2ac22757a8 -C extra-filename=-893ddf2ac22757a8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25212025-01-31T04:49:35.758Z Dirty ppv-lite86 v0.2.20: the rustflags changed
25222025-01-31T04:49:35.758Z Compiling ppv-lite86 v0.2.20
25232025-01-31T04:49:35.761Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ppv_lite86 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ppv-lite86-0.2.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="simd"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "no_simd", "simd", "std"))' -C metadata=eebee1b9ab411b85 -C extra-filename=-eebee1b9ab411b85 --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-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25242025-01-31T04:49:36.022Z Dirty schemars_derive v0.8.21: the rustflags changed
25252025-01-31T04:49:36.022Z Compiling schemars_derive v0.8.21
25262025-01-31T04:49:36.025Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars_derive-0.8.21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3376568a07e05711 -C extra-filename=-3376568a07e05711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_derive_internals=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive_internals-095c70e0d2f2fa84.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25272025-01-31T04:49:36.239Z Dirty futures-util v0.3.31: the rustflags changed
25282025-01-31T04:49:36.240Z Compiling futures-util v0.3.31
25292025-01-31T04:49:36.264Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-util-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="async-await-macro"' --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-io"' --cfg 'feature="futures-macro"' --cfg 'feature="futures-sink"' --cfg 'feature="io"' --cfg 'feature="memchr"' --cfg 'feature="sink"' --cfg 'feature="slab"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "async-await-macro", "bilock", "cfg-target-has-atomic", "channel", "compat", "default", "futures-channel", "futures-io", "futures-macro", "futures-sink", "futures_01", "io", "io-compat", "memchr", "portable-atomic", "sink", "slab", "std", "tokio-io", "unstable", "write-all-vectored"))' -C metadata=4a9c8f39d18c879d -C extra-filename=-4a9c8f39d18c879d --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_macro=/work/oxidecomputer/omicron/target/debug/deps/libfutures_macro-65b0519d6bcc26b2.so --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-adfca7acc6d3ae3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25302025-01-31T04:49:36.510Z Dirty rand_chacha v0.3.1: the rustflags changed
25312025-01-31T04:49:36.510Z Compiling rand_chacha v0.3.1
25322025-01-31T04:49:36.514Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_chacha --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde1", "simd", "std"))' -C metadata=3b8940648d2e967c -C extra-filename=-3b8940648d2e967c --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-eebee1b9ab411b85.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25332025-01-31T04:49:36.719Z Dirty tracing-attributes v0.1.27: the rustflags changed
25342025-01-31T04:49:36.719Z Compiling tracing-attributes v0.1.27
25352025-01-31T04:49:36.721Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-attributes-0.1.27/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-await"))' -C metadata=a5c1a1e3593f0c95 -C extra-filename=-a5c1a1e3593f0c95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25362025-01-31T04:49:37.602Z Dirty yoke-derive v0.7.4: the rustflags changed
25372025-01-31T04:49:37.602Z Compiling yoke-derive v0.7.4
25382025-01-31T04:49:37.605Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-derive-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a6ce7f991aaa4384 -C extra-filename=-a6ce7f991aaa4384 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern synstructure=/work/oxidecomputer/omicron/target/debug/deps/libsynstructure-5c5b978f45f4b4e4.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25392025-01-31T04:49:38.858Z Dirty rand v0.8.5: the rustflags changed
25402025-01-31T04:49:38.858Z Compiling rand v0.8.5
25412025-01-31T04:49:38.895Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="small_rng"' --cfg 'feature="std"' --cfg 'feature="std_rng"' --check-cfg 'cfg(docsrs)' --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=c3129600c9e77746 -C extra-filename=-c3129600c9e77746 --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-98124fae94d5c163.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25422025-01-31T04:49:39.060Z Dirty zerovec-derive v0.10.3: the rustflags changed
25432025-01-31T04:49:39.060Z Compiling zerovec-derive v0.10.3
25442025-01-31T04:49:39.062Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-derive-0.10.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c5da877b3298f540 -C extra-filename=-c5da877b3298f540 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25452025-01-31T04:49:39.249Z Dirty displaydoc v0.2.5: the rustflags changed
25462025-01-31T04:49:39.249Z Compiling displaydoc v0.2.5
25472025-01-31T04:49:39.253Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name displaydoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5f846104cef4c9b4 -C extra-filename=-5f846104cef4c9b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25482025-01-31T04:49:39.325Z Dirty zerofrom v0.1.4: the rustflags changed
25492025-01-31T04:49:39.325Z Compiling zerofrom v0.1.4
25502025-01-31T04:49:39.328Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerofrom --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerofrom-0.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="derive"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive"))' -C metadata=20757552e09da338 -C extra-filename=-20757552e09da338 --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-893ddf2ac22757a8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25512025-01-31T04:49:39.377Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde-1.0.217/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "rc", "serde_derive", "std", "unstable"))' -C metadata=b6795449d4b8cccb -C extra-filename=-b6795449d4b8cccb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --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_core_try_from)' --check-cfg 'cfg(no_diagnostic_namespace)' --check-cfg 'cfg(no_float_copysign)' --check-cfg 'cfg(no_num_nonzero_signed)' --check-cfg 'cfg(no_relaxed_trait_bounds)' --check-cfg 'cfg(no_serde_derive)' --check-cfg 'cfg(no_std_atomic)' --check-cfg 'cfg(no_std_atomic64)' --check-cfg 'cfg(no_systemtime_checked_add)' --check-cfg 'cfg(no_target_has_atomic)'`
25522025-01-31T04:49:39.582Z Dirty icu_provider_macros v1.5.0: the rustflags changed
25532025-01-31T04:49:39.582Z Compiling icu_provider_macros v1.5.0
25542025-01-31T04:49:39.582Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider_macros-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce0e8b78c9730c1d -C extra-filename=-ce0e8b78c9730c1d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25552025-01-31T04:49:40.219Z Dirty tracing v0.1.40: the rustflags changed
25562025-01-31T04:49:40.219Z Compiling tracing v0.1.40
25572025-01-31T04:49:40.222Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tracing --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tracing-0.1.40/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="attributes"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="std"' --cfg 'feature="tracing-attributes"' --check-cfg 'cfg(docsrs)' --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=fad0b88b91026579 -C extra-filename=-fad0b88b91026579 --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-9e3a943cb0d1c1f7.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tracing_attributes=/work/oxidecomputer/omicron/target/debug/deps/libtracing_attributes-a5c1a1e3593f0c95.so --extern tracing_core=/work/oxidecomputer/omicron/target/debug/deps/libtracing_core-d5b209d8ac10ab0a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25582025-01-31T04:49:40.535Z Dirty yoke v0.7.4: the rustflags changed
25592025-01-31T04:49:40.535Z Compiling yoke v0.7.4
25602025-01-31T04:49:40.537Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yoke --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/yoke-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="zerofrom"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "derive", "serde", "zerofrom"))' -C metadata=93ac6c6faee96f5e -C extra-filename=-93ac6c6faee96f5e --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-9f26f3088f0bc054.rmeta --extern yoke_derive=/work/oxidecomputer/omicron/target/debug/deps/libyoke_derive-a6ce7f991aaa4384.so --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25612025-01-31T04:49:40.735Z Dirty paste v1.0.15: the rustflags changed
25622025-01-31T04:49:40.735Z Compiling paste v1.0.15
25632025-01-31T04:49:40.737Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e2f80161ab708a3c -C extra-filename=-e2f80161ab708a3c --out-dir /work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25642025-01-31T04:49:40.856Z Dirty strsim v0.11.1: the rustflags changed
25652025-01-31T04:49:40.856Z Compiling strsim v0.11.1
25662025-01-31T04:49:40.889Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strsim --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=61f3c6ea12215369 -C extra-filename=-61f3c6ea12215369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25672025-01-31T04:49:40.894Z Dirty httparse v1.9.5: the rustflags changed
25682025-01-31T04:49:40.894Z Compiling httparse v1.9.5
25692025-01-31T04:49:40.898Z Dirty powerfmt v0.2.0: the rustflags changed
25702025-01-31T04:49:40.898Z Compiling powerfmt v0.2.0
25712025-01-31T04:49:40.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a23e938072516e5a -C extra-filename=-a23e938072516e5a --out-dir /work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25722025-01-31T04:49:40.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name powerfmt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "macros", "std"))' -C metadata=adb4c19a6610bb69 -C extra-filename=-adb4c19a6610bb69 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25732025-01-31T04:49:41.042Z Dirty num-conv v0.1.0: the rustflags changed
25742025-01-31T04:49:41.042Z Compiling num-conv v0.1.0
25752025-01-31T04:49:41.066Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_conv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-conv-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=unused --warn=unreachable-pub '--deny=clippy::std-instead-of-core' --warn=missing-docs '--deny=clippy::alloc-instead-of-core' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ffb46a9d12634e0a -C extra-filename=-ffb46a9d12634e0a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25762025-01-31T04:49:41.284Z Dirty time-core v0.1.2: the rustflags changed
25772025-01-31T04:49:41.284Z Compiling time-core v0.1.2
25782025-01-31T04:49:41.287Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name time_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-core-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)' --check-cfg 'cfg(feature, values())' -C metadata=111ad84502a5d06c -C extra-filename=-111ad84502a5d06c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25792025-01-31T04:49:41.314Z Running `/work/oxidecomputer/omicron/target/debug/build/paste-e2f80161ab708a3c/build-script-build`
25802025-01-31T04:49:41.353Z Dirty deranged v0.3.11: the rustflags changed
25812025-01-31T04:49:41.353Z Compiling deranged v0.3.11
25822025-01-31T04:49:41.355Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name deranged --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/deranged-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="powerfmt"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "num", "powerfmt", "quickcheck", "rand", "serde", "std"))' -C metadata=ae47005f5ed8f36f -C extra-filename=-ae47005f5ed8f36f --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-adb4c19a6610bb69.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25832025-01-31T04:49:41.404Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name paste --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2586fcb4e54b21d7 -C extra-filename=-2586fcb4e54b21d7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
25842025-01-31T04:49:41.495Z Dirty time-macros v0.2.18: the rustflags changed
25852025-01-31T04:49:41.495Z Compiling time-macros v0.2.18
25862025-01-31T04:49:41.498Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name time_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-macros-0.2.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 --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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --cfg 'feature="formatting"' --cfg 'feature="parsing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("formatting", "large-dates", "parsing", "serde"))' -C metadata=235a21a73c4d059e -C extra-filename=-235a21a73c4d059e --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-ffb46a9d12634e0a.rlib --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25872025-01-31T04:49:41.615Z Dirty atomic-waker v1.1.2: the rustflags changed
25882025-01-31T04:49:41.615Z Compiling atomic-waker v1.1.2
25892025-01-31T04:49:41.618Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name atomic_waker --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("portable-atomic"))' -C metadata=51ef279ec708937a -C extra-filename=-51ef279ec708937a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25902025-01-31T04:49:41.646Z Dirty num_threads v0.1.7: the rustflags changed
25912025-01-31T04:49:41.646Z Compiling num_threads v0.1.7
25922025-01-31T04:49:41.649Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_threads --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=76b2ce244bc6ea42 -C extra-filename=-76b2ce244bc6ea42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25932025-01-31T04:49:41.705Z Running `/work/oxidecomputer/omicron/target/debug/build/httparse-a23e938072516e5a/build-script-build`
25942025-01-31T04:49:41.784Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name httparse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httparse-1.9.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(httparse_simd)' --check-cfg 'cfg(httparse_simd_target_feature_avx2)' --check-cfg 'cfg(httparse_simd_target_feature_sse42)' --check-cfg 'cfg(httparse_simd_neon_intrinsics)' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=2f2374c7eda5427d -C extra-filename=-2f2374c7eda5427d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg httparse_simd_neon_intrinsics --cfg httparse_simd`
25952025-01-31T04:49:41.796Z Dirty block-padding v0.3.3: the rustflags changed
25962025-01-31T04:49:41.796Z Compiling block-padding v0.3.3
25972025-01-31T04:49:41.799Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name block_padding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2e2897d64e52e6cd -C extra-filename=-2e2897d64e52e6cd --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-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
25982025-01-31T04:49:41.825Z Dirty zerovec v0.10.4: the rustflags changed
25992025-01-31T04:49:41.825Z Compiling zerovec v0.10.4
26002025-01-31T04:49:41.828Z Dirty cmake v0.1.51: the rustflags changed
26012025-01-31T04:49:41.828Z Compiling cmake v0.1.51
26022025-01-31T04:49:41.849Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerovec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerovec-0.10.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="yoke"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "derive", "hashmap", "serde", "std", "yoke"))' -C metadata=a6f15e498714972c -C extra-filename=-a6f15e498714972c --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-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerovec_derive-c5da877b3298f540.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26032025-01-31T04:49:41.849Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cmake --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cmake-0.1.51/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f651151d3569e2e1 -C extra-filename=-f651151d3569e2e1 --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-d29a84348bd9210f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26042025-01-31T04:49:42.053Z Dirty ahash v0.8.11: the rustflags changed
26052025-01-31T04:49:42.053Z Compiling ahash v0.8.11
26062025-01-31T04:49:42.056Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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 --cfg 'feature="default"' --cfg 'feature="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=9755efdeda2fdb41 -C extra-filename=-9755efdeda2fdb41 --out-dir /work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26072025-01-31T04:49:42.452Z Dirty dunce v1.0.5: the rustflags changed
26082025-01-31T04:49:42.452Z Compiling dunce v1.0.5
26092025-01-31T04:49:42.455Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dunce --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9aec59b7c8d162b6 -C extra-filename=-9aec59b7c8d162b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26102025-01-31T04:49:42.480Z Dirty untrusted v0.9.0: the rustflags changed
26112025-01-31T04:49:42.480Z Compiling untrusted v0.9.0
26122025-01-31T04:49:42.483Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c20225e387013351 -C extra-filename=-c20225e387013351 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26132025-01-31T04:49:42.612Z Dirty fs_extra v1.3.0: the rustflags changed
26142025-01-31T04:49:42.613Z Compiling fs_extra v1.3.0
26152025-01-31T04:49:42.633Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_extra --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f99428ff14949c71 -C extra-filename=-f99428ff14949c71 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26162025-01-31T04:49:42.639Z Running `/work/oxidecomputer/omicron/target/debug/build/ahash-9755efdeda2fdb41/build-script-build`
26172025-01-31T04:49:42.680Z Dirty inout v0.1.3: the rustflags changed
26182025-01-31T04:49:42.680Z Compiling inout v0.1.3
26192025-01-31T04:49:42.683Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name inout --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/inout-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="block-padding"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("block-padding", "std"))' -C metadata=4d1e9d4a926ee7db -C extra-filename=-4d1e9d4a926ee7db --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-2e2897d64e52e6cd.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26202025-01-31T04:49:42.705Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ring --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="dev_urandom_fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "dev_urandom_fallback", "less-safe-getrandom-custom-or-rdrand", "slow_tests", "std", "test_logging", "unstable-testing-arm-no-hw", "unstable-testing-arm-no-neon", "wasm32_unknown_unknown_js"))' -C metadata=cd9908d7336bb6cb -C extra-filename=-cd9908d7336bb6cb --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -l static=ring_core_0_17_8_ -l static=ring_core_0_17_8_test`
26212025-01-31T04:49:42.725Z Dirty sha2 v0.10.8: the rustflags changed
26222025-01-31T04:49:42.725Z Compiling sha2 v0.10.8
26232025-01-31T04:49:42.728Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sha2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sha2-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)' --check-cfg 'cfg(feature, values("asm", "asm-aarch64", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha2-asm", "std"))' -C metadata=53d5ddaf2d95d6ea -C extra-filename=-53d5ddaf2d95d6ea --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26242025-01-31T04:49:42.755Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ahash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ahash-0.8.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="getrandom"' --cfg 'feature="runtime-rng"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=6f081ff1d53178a3 -C extra-filename=-6f081ff1d53178a3 --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-c23dfb9b1834c42c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="folded_multiply"'`
26252025-01-31T04:49:42.992Z Dirty cipher v0.4.4: the rustflags changed
26262025-01-31T04:49:42.992Z Compiling cipher v0.4.4
26272025-01-31T04:49:42.995Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "blobby", "block-padding", "dev", "rand_core", "std", "zeroize"))' -C metadata=d621aedafa1a4a74 -C extra-filename=-d621aedafa1a4a74 --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-0dd2958e149b985e.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26282025-01-31T04:49:43.139Z Dirty rustls-pki-types v1.10.0: the rustflags changed
26292025-01-31T04:49:43.139Z Compiling rustls-pki-types v1.10.0
26302025-01-31T04:49:43.142Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pki_types --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-pki-types-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "web", "web-time"))' -C metadata=f6af13ebaa95f0a6 -C extra-filename=-f6af13ebaa95f0a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26312025-01-31T04:49:43.328Z Dirty gimli v0.31.1: the rustflags changed
26322025-01-31T04:49:43.328Z Compiling gimli v0.31.1
26332025-01-31T04:49:43.331Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gimli --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/gimli-0.31.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="read"' --cfg 'feature="read-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "endian-reader", "fallible-iterator", "read", "read-all", "read-core", "rustc-dep-of-std", "std", "write"))' -C metadata=be82461bf57b00e8 -C extra-filename=-be82461bf57b00e8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26342025-01-31T04:49:43.530Z Dirty tinystr v0.7.6: the rustflags changed
26352025-01-31T04:49:43.531Z Compiling tinystr v0.7.6
26362025-01-31T04:49:43.533Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tinystr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinystr-0.7.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bench", "databake", "default", "serde", "std", "zerovec"))' -C metadata=691680dc2263efa8 -C extra-filename=-691680dc2263efa8 --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-5f846104cef4c9b4.so --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26372025-01-31T04:49:43.829Z Dirty icu_collections v1.5.0: the rustflags changed
26382025-01-31T04:49:43.829Z Compiling icu_collections v1.5.0
26392025-01-31T04:49:43.832Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_collections --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_collections-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std"))' -C metadata=731e84c04b5f72d8 -C extra-filename=-731e84c04b5f72d8 --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-5f846104cef4c9b4.so --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26402025-01-31T04:49:43.919Z Dirty icu_locid v1.5.0: the rustflags changed
26412025-01-31T04:49:43.919Z Compiling icu_locid v1.5.0
26422025-01-31T04:49:43.955Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="zerovec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "databake", "serde", "std", "zerovec"))' -C metadata=97bc4bf4c5d645b9 -C extra-filename=-97bc4bf4c5d645b9 --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-5f846104cef4c9b4.so --extern litemap=/work/oxidecomputer/omicron/target/debug/deps/liblitemap-70a0a27cce91c0ea.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26432025-01-31T04:49:44.134Z Dirty aws-lc-rs v1.10.0: the rustflags changed
26442025-01-31T04:49:44.134Z Compiling aws-lc-rs v1.10.0
26452025-01-31T04:49:44.137Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.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)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=cbe750b39f7d2c77 -C extra-filename=-cbe750b39f7d2c77 --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26462025-01-31T04:49:44.613Z Dirty bytes v1.9.0: the rustflags changed
26472025-01-31T04:49:44.613Z Compiling bytes v1.9.0
26482025-01-31T04:49:44.636Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bytes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytes-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=03e029f2a415749e -C extra-filename=-03e029f2a415749e --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26492025-01-31T04:49:44.666Z Dirty bitflags v2.6.0: the rustflags changed
26502025-01-31T04:49:44.666Z Compiling bitflags v2.6.0
26512025-01-31T04:49:44.669Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitflags-2.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="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "bytemuck", "compiler_builtins", "core", "example_generated", "rustc-dep-of-std", "serde", "std"))' -C metadata=b6414318a57462a7 -C extra-filename=-b6414318a57462a7 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26522025-01-31T04:49:44.762Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_json --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_json-1.0.135/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="raw_value"' --cfg 'feature="std"' --cfg 'feature="unbounded_depth"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary_precision", "default", "float_roundtrip", "indexmap", "preserve_order", "raw_value", "std", "unbounded_depth"))' -C metadata=d34521df0788b357 -C extra-filename=-d34521df0788b357 --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-9a423a21109b8870.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'fast_arithmetic="64"' --check-cfg 'cfg(fast_arithmetic, values("32", "64"))'`
26532025-01-31T04:49:45.147Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustix-0.38.37/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(alloc_c_string)' --check-cfg 'cfg(alloc_ffi)' --check-cfg 'cfg(apple)' --check-cfg 'cfg(asm_experimental_arch)' --check-cfg 'cfg(bsd)' --check-cfg 'cfg(core_c_str)' --check-cfg 'cfg(core_ffi_c)' --check-cfg 'cfg(core_intrinsics)' --check-cfg 'cfg(criterion)' --check-cfg 'cfg(document_experimental_runtime_api)' --check-cfg 'cfg(fix_y2038)' --check-cfg 'cfg(freebsdlike)' --check-cfg 'cfg(libc)' --check-cfg 'cfg(linux_kernel)' --check-cfg 'cfg(linux_like)' --check-cfg 'cfg(linux_raw)' --check-cfg 'cfg(netbsdlike)' --check-cfg 'cfg(rustc_attrs)' --check-cfg 'cfg(solarish)' --check-cfg 'cfg(staged_api)' --check-cfg 'cfg(static_assertions)' --check-cfg 'cfg(thumb_mode)' --check-cfg 'cfg(wasi)' --check-cfg 'cfg(wasi_ext)' --check-cfg 'cfg(target_arch, values("xtensa"))' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="event"' --cfg 'feature="fs"' --cfg 'feature="libc-extra-traits"' --cfg 'feature="net"' --cfg 'feature="pipe"' --cfg 'feature="process"' --cfg 'feature="std"' --cfg 'feature="stdio"' --cfg 'feature="system"' --cfg 'feature="termios"' --cfg 'feature="time"' --cfg 'feature="use-libc-auxv"' --check-cfg 'cfg(docsrs)' --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=be2a474d17f5f8c5 -C extra-filename=-be2a474d17f5f8c5 --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-b6414318a57462a7.rmeta --extern libc_errno=/work/oxidecomputer/omicron/target/debug/deps/liberrno-b44cd738e245d137.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg libc --cfg solarish`
26542025-01-31T04:49:45.231Z Dirty indexmap v2.7.1: the rustflags changed
26552025-01-31T04:49:45.231Z Compiling indexmap v2.7.1
26562025-01-31T04:49:45.234Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indexmap-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 '--allow=clippy::style' --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "borsh", "default", "quickcheck", "rayon", "rustc-rayon", "serde", "std", "test_debug"))' -C metadata=4ee76d4a4c5ebe0b -C extra-filename=-4ee76d4a4c5ebe0b --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-32e8526ccf4b2e07.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26572025-01-31T04:49:45.891Z Dirty tokio v1.43.0: the rustflags changed
26582025-01-31T04:49:45.891Z Compiling tokio v1.43.0
26592025-01-31T04:49:45.894Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-1.43.0/src/lib.rs --error-format=json --json=diagnostic-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="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)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=b10edef7ed9d401e -C extra-filename=-b10edef7ed9d401e --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-03e029f2a415749e.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio_macros=/work/oxidecomputer/omicron/target/debug/deps/libtokio_macros-2e81018b436d9cb3.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26602025-01-31T04:49:45.936Z Dirty chrono v0.4.39: the rustflags changed
26612025-01-31T04:49:45.936Z Compiling chrono v0.4.39
26622025-01-31T04:49:45.939Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-0.4.39/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="android-tzdata"' --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-targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_bench", "alloc", "android-tzdata", "arbitrary", "clock", "default", "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-targets"))' -C metadata=c6e3260a4cbe5cfb -C extra-filename=-c6e3260a4cbe5cfb --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-33788f39c7e66925.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26632025-01-31T04:49:46.213Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/semver-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 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=07c6b1f5abcda869 -C extra-filename=-07c6b1f5abcda869 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_alloc_crate)' --check-cfg 'cfg(no_const_vec_new)' --check-cfg 'cfg(no_exhaustive_int_match)' --check-cfg 'cfg(no_non_exhaustive)' --check-cfg 'cfg(no_nonzero_bitscan)' --check-cfg 'cfg(no_str_strip_prefix)' --check-cfg 'cfg(no_track_caller)' --check-cfg 'cfg(no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(test_node_semver)'`
26642025-01-31T04:49:46.418Z Dirty uuid v1.12.0: the rustflags changed
26652025-01-31T04:49:46.418Z Compiling uuid v1.12.0
26662025-01-31T04:49:46.421Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name uuid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uuid-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 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)' --check-cfg 'cfg(feature, values("arbitrary", "atomic", "borsh", "bytemuck", "default", "fast-rng", "js", "macro-diagnostics", "md5", "rng", "serde", "sha1", "slog", "std", "v1", "v3", "v4", "v5", "v6", "v7", "v8", "zerocopy"))' -C metadata=9df47a6d5b8dd96d -C extra-filename=-9df47a6d5b8dd96d --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-3f8adeb94da17152.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26672025-01-31T04:49:46.612Z Dirty http v1.2.0: the rustflags changed
26682025-01-31T04:49:46.612Z Compiling http v1.2.0
26692025-01-31T04:49:46.614Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name http --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9b9c4cd25ba804a3 -C extra-filename=-9b9c4cd25ba804a3 --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-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26702025-01-31T04:49:46.947Z Dirty icu_provider v1.5.0: the rustflags changed
26712025-01-31T04:49:46.947Z Compiling icu_provider v1.5.0
26722025-01-31T04:49:46.950Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_provider --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_provider-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "datagen", "deserialize_bincode_1", "deserialize_json", "deserialize_postcard_1", "experimental", "log_error_context", "logging", "macros", "serde", "std", "sync"))' -C metadata=14a4592beb509d46 -C extra-filename=-14a4592beb509d46 --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-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_provider_macros=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider_macros-ce0e8b78c9730c1d.so --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern writeable=/work/oxidecomputer/omicron/target/debug/deps/libwriteable-138daf9e04392228.rmeta --extern yoke=/work/oxidecomputer/omicron/target/debug/deps/libyoke-93ac6c6faee96f5e.rmeta --extern zerofrom=/work/oxidecomputer/omicron/target/debug/deps/libzerofrom-20757552e09da338.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26732025-01-31T04:49:47.558Z Dirty time v0.3.36: the rustflags changed
26742025-01-31T04:49:47.558Z Compiling time v0.3.36
26752025-01-31T04:49:47.561Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name time --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/time-0.3.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=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 --warn=unused --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=temporary-cstring-as-ptr --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=clippy::nursery' --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=const-item-mutation --deny=clashing-extern-declarations --deny=ambiguous-glob-reexports '--deny=clippy::alloc-instead-of-core' '--warn=clippy::all' --warn=unstable-name-collisions '--allow=clippy::redundant-pub-crate' '--allow=clippy::option-if-let-else' --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)' --check-cfg 'cfg(feature, values("alloc", "default", "formatting", "large-dates", "local-offset", "macros", "parsing", "quickcheck", "rand", "serde", "serde-human-readable", "serde-well-known", "std", "wasm-bindgen"))' -C metadata=6b9af3cee5925dfd -C extra-filename=-6b9af3cee5925dfd --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-ae47005f5ed8f36f.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_conv=/work/oxidecomputer/omicron/target/debug/deps/libnum_conv-ffb46a9d12634e0a.rmeta --extern num_threads=/work/oxidecomputer/omicron/target/debug/deps/libnum_threads-76b2ce244bc6ea42.rmeta --extern powerfmt=/work/oxidecomputer/omicron/target/debug/deps/libpowerfmt-adb4c19a6610bb69.rmeta --extern time_core=/work/oxidecomputer/omicron/target/debug/deps/libtime_core-111ad84502a5d06c.rmeta --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26762025-01-31T04:49:47.912Z Dirty icu_locid_transform v1.5.0: the rustflags changed
26772025-01-31T04:49:47.912Z Compiling icu_locid_transform v1.5.0
26782025-01-31T04:49:47.915Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_locid_transform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_locid_transform-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=fc578fb3ded07ed1 -C extra-filename=-fc578fb3ded07ed1 --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-5f846104cef4c9b4.so --extern icu_locid=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid-97bc4bf4c5d645b9.rmeta --extern icu_locid_transform_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform_data-3d8dd7e43ffbd77d.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26792025-01-31T04:49:47.985Z Dirty serde_spanned v0.6.8: the rustflags changed
26802025-01-31T04:49:47.985Z Compiling serde_spanned v0.6.8
26812025-01-31T04:49:48.011Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_spanned --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_spanned-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=230b904cc8c9c6ec -C extra-filename=-230b904cc8c9c6ec --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26822025-01-31T04:49:48.028Z Dirty serde_tokenstream v0.2.2: the rustflags changed
26832025-01-31T04:49:48.028Z Compiling serde_tokenstream v0.2.2
26842025-01-31T04:49:48.060Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_tokenstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_tokenstream-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)' --check-cfg 'cfg(feature, values())' -C metadata=7932b5eef9c8351c -C extra-filename=-7932b5eef9c8351c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26852025-01-31T04:49:48.244Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name schemars --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/schemars-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 --cfg 'feature="bytes"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="schemars_derive"' --cfg 'feature="uuid1"' --check-cfg 'cfg(docsrs)' --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=e4a2df851ee6f579 -C extra-filename=-e4a2df851ee6f579 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern schemars_derive=/work/oxidecomputer/omicron/target/debug/deps/libschemars_derive-3376568a07e05711.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_atomic64 --cfg std_atomic`
26862025-01-31T04:49:48.640Z Dirty which v4.4.2: the rustflags changed
26872025-01-31T04:49:48.640Z Compiling which v4.4.2
26882025-01-31T04:49:48.643Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name which --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/which-4.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)' --check-cfg 'cfg(feature, values("regex"))' -C metadata=f51d04831b3b08ef -C extra-filename=-f51d04831b3b08ef --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-e6d980dfe6eef5ca.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26892025-01-31T04:49:48.880Z Dirty toml_datetime v0.6.8: the rustflags changed
26902025-01-31T04:49:48.880Z Compiling toml_datetime v0.6.8
26912025-01-31T04:49:48.913Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_datetime --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_datetime-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=5b6f4255472d1108 -C extra-filename=-5b6f4255472d1108 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26922025-01-31T04:49:49.214Z Dirty icu_properties v1.5.1: the rustflags changed
26932025-01-31T04:49:49.214Z Compiling icu_properties v1.5.1
26942025-01-31T04:49:49.239Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_properties-1.5.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bidi", "compiled_data", "datagen", "default", "serde", "std"))' -C metadata=e8060a838be28f7c -C extra-filename=-e8060a838be28f7c --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-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_locid_transform=/work/oxidecomputer/omicron/target/debug/deps/libicu_locid_transform-fc578fb3ded07ed1.rmeta --extern icu_properties_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties_data-95a94b4a11fa64c9.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern tinystr=/work/oxidecomputer/omicron/target/debug/deps/libtinystr-691680dc2263efa8.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26952025-01-31T04:49:49.302Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bindgen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bindgen-0.69.5/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-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"' --cfg 'feature="which-rustfmt"' --check-cfg 'cfg(docsrs)' --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=130251e32071527c -C extra-filename=-130251e32071527c --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-b6414318a57462a7.rmeta --extern cexpr=/work/oxidecomputer/omicron/target/debug/deps/libcexpr-51d9983af7803f0a.rmeta --extern clang_sys=/work/oxidecomputer/omicron/target/debug/deps/libclang_sys-1d989c77c83b9bb7.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern lazycell=/work/oxidecomputer/omicron/target/debug/deps/liblazycell-19368608bc6ea93f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern rustc_hash=/work/oxidecomputer/omicron/target/debug/deps/librustc_hash-9b51e2d24f557b9a.rmeta --extern shlex=/work/oxidecomputer/omicron/target/debug/deps/libshlex-51341e54dff1b71e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern which=/work/oxidecomputer/omicron/target/debug/deps/libwhich-f51d04831b3b08ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26962025-01-31T04:49:49.379Z Dirty addr2line v0.24.2: the rustflags changed
26972025-01-31T04:49:49.379Z Compiling addr2line v0.24.2
26982025-01-31T04:49:49.382Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name addr2line --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/addr2line-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "bin", "cargo-all", "compiler_builtins", "core", "cpp_demangle", "default", "fallible-iterator", "loader", "rustc-demangle", "rustc-dep-of-std", "smallvec", "std"))' -C metadata=2cd04fd4e1b50930 -C extra-filename=-2cd04fd4e1b50930 --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-be82461bf57b00e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
26992025-01-31T04:49:49.823Z Dirty object v0.36.5: the rustflags changed
27002025-01-31T04:49:49.823Z Compiling object v0.36.5
27012025-01-31T04:49:49.847Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/object-0.36.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="archive"' --cfg 'feature="coff"' --cfg 'feature="elf"' --cfg 'feature="macho"' --cfg 'feature="pe"' --cfg 'feature="read_core"' --cfg 'feature="unaligned"' --cfg 'feature="xcoff"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "alloc", "archive", "build", "build_core", "cargo-all", "coff", "compiler_builtins", "compression", "core", "default", "doc", "elf", "macho", "pe", "read", "read_core", "rustc-dep-of-std", "std", "unaligned", "unstable", "unstable-all", "wasm", "write", "write_core", "write_std", "xcoff"))' -C metadata=251649a18fbe395c -C extra-filename=-251649a18fbe395c --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27022025-01-31T04:49:50.100Z Dirty anyhow v1.0.95: the rustflags changed
27032025-01-31T04:49:50.101Z Compiling anyhow v1.0.95
27042025-01-31T04:49:50.103Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=13787978c3179eb9 -C extra-filename=-13787978c3179eb9 --out-dir /work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27052025-01-31T04:49:50.368Z Dirty base64ct v1.6.0: the rustflags changed
27062025-01-31T04:49:50.368Z Compiling base64ct v1.6.0
27072025-01-31T04:49:50.372Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name base64ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64ct-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9bf41bc36b79b4aa -C extra-filename=-9bf41bc36b79b4aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27082025-01-31T04:49:50.780Z Dirty rustc-demangle v0.1.24: the rustflags changed
27092025-01-31T04:49:50.780Z Compiling rustc-demangle v0.1.24
27102025-01-31T04:49:50.783Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_demangle --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustc-demangle-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "rustc-dep-of-std", "std"))' -C metadata=01d974245e79ddfb -C extra-filename=-01d974245e79ddfb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27112025-01-31T04:49:50.965Z Running `/work/oxidecomputer/omicron/target/debug/build/anyhow-13787978c3179eb9/build-script-build`
27122025-01-31T04:49:51.508Z Dirty http-body v1.0.1: the rustflags changed
27132025-01-31T04:49:51.509Z Compiling http-body v1.0.1
27142025-01-31T04:49:51.511Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bccdc69a0f3e3062 -C extra-filename=-bccdc69a0f3e3062 --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-03e029f2a415749e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27152025-01-31T04:49:51.645Z Dirty hmac v0.12.1: the rustflags changed
27162025-01-31T04:49:51.645Z Compiling hmac v0.12.1
27172025-01-31T04:49:51.648Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hmac --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("reset", "std"))' -C metadata=abdc0b2e0b5c493c -C extra-filename=-abdc0b2e0b5c493c --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27182025-01-31T04:49:51.738Z Dirty untrusted v0.7.1: the rustflags changed
27192025-01-31T04:49:51.738Z Compiling untrusted v0.7.1
27202025-01-31T04:49:51.741Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name untrusted --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=91dfaba15fcff121 -C extra-filename=-91dfaba15fcff121 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27212025-01-31T04:49:51.776Z Dirty httpdate v1.0.3: the rustflags changed
27222025-01-31T04:49:51.776Z Compiling httpdate v1.0.3
27232025-01-31T04:49:51.779Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name httpdate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b3b65872e6a30349 -C extra-filename=-b3b65872e6a30349 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27242025-01-31T04:49:51.928Z Dirty try-lock v0.2.5: the rustflags changed
27252025-01-31T04:49:51.928Z Compiling try-lock v0.2.5
27262025-01-31T04:49:51.961Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name try_lock --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7917390f6995c10c -C extra-filename=-7917390f6995c10c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27272025-01-31T04:49:51.964Z Dirty base64 v0.22.1: the rustflags changed
27282025-01-31T04:49:51.964Z Compiling base64 v0.22.1
27292025-01-31T04:49:51.966Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=f429081ea7e2c5aa -C extra-filename=-f429081ea7e2c5aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27302025-01-31T04:49:52.109Z Dirty mirai-annotations v1.12.0: the rustflags changed
27312025-01-31T04:49:52.109Z Compiling mirai-annotations v1.12.0
27322025-01-31T04:49:52.111Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mirai_annotations --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mirai-annotations-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)' --check-cfg 'cfg(feature, values())' -C metadata=36027d088c06f27a -C extra-filename=-36027d088c06f27a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27332025-01-31T04:49:52.190Z Dirty want v0.3.1: the rustflags changed
27342025-01-31T04:49:52.190Z Compiling want v0.3.1
27352025-01-31T04:49:52.193Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name want --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b47672df8fc56455 -C extra-filename=-b47672df8fc56455 --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-7917390f6995c10c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27362025-01-31T04:49:52.242Z Dirty slog v2.7.0: the rustflags changed
27372025-01-31T04:49:52.242Z Compiling slog v2.7.0
27382025-01-31T04:49:52.245Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-2.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 --cfg 'feature="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=a8a81d8b84b6de35 -C extra-filename=-a8a81d8b84b6de35 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27392025-01-31T04:49:52.331Z Dirty openssl-sys v0.9.104: the rustflags changed
27402025-01-31T04:49:52.331Z Compiling openssl-sys v0.9.104
27412025-01-31T04:49:52.334Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/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)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=e320c9c36f60820f -C extra-filename=-e320c9c36f60820f --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-sys-e320c9c36f60820f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27422025-01-31T04:49:52.495Z Dirty tower-service v0.3.3: the rustflags changed
27432025-01-31T04:49:52.495Z Compiling tower-service v0.3.3
27442025-01-31T04:49:52.518Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tower_service --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=11786c340eeec091 -C extra-filename=-11786c340eeec091 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27452025-01-31T04:49:52.660Z Dirty pem-rfc7468 v0.7.0: the rustflags changed
27462025-01-31T04:49:52.660Z Compiling pem-rfc7468 v0.7.0
27472025-01-31T04:49:52.663Z Dirty mime v0.3.17: the rustflags changed
27482025-01-31T04:49:52.663Z Compiling mime v0.3.17
27492025-01-31T04:49:52.686Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pem_rfc7468 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=5b326ffb7e69c9f0 -C extra-filename=-5b326ffb7e69c9f0 --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-9bf41bc36b79b4aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27502025-01-31T04:49:52.686Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mime --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e93d7a4231ab1bfa -C extra-filename=-e93d7a4231ab1bfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27512025-01-31T04:49:52.835Z Dirty icu_normalizer v1.5.0: the rustflags changed
27522025-01-31T04:49:52.835Z Compiling icu_normalizer v1.5.0
27532025-01-31T04:49:52.838Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name icu_normalizer --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/icu_normalizer-1.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data", "datagen", "default", "experimental", "serde", "std"))' -C metadata=933baba214ddb5e1 -C extra-filename=-933baba214ddb5e1 --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-5f846104cef4c9b4.so --extern icu_collections=/work/oxidecomputer/omicron/target/debug/deps/libicu_collections-731e84c04b5f72d8.rmeta --extern icu_normalizer_data=/work/oxidecomputer/omicron/target/debug/deps/libicu_normalizer_data-35dcfc4910478321.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --extern icu_provider=/work/oxidecomputer/omicron/target/debug/deps/libicu_provider-14a4592beb509d46.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf16_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf16_iter-5c6adb06a7b4f5c4.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --extern write16=/work/oxidecomputer/omicron/target/debug/deps/libwrite16-fa81fd2bd804ae46.rmeta --extern zerovec=/work/oxidecomputer/omicron/target/debug/deps/libzerovec-a6f15e498714972c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27542025-01-31T04:49:53.224Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-a8a81d8b84b6de35/build-script-build`
27552025-01-31T04:49:53.339Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-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="default"' --cfg 'feature="dynamic-keys"' --cfg 'feature="max_level_trace"' --cfg 'feature="release_max_level_debug"' --cfg 'feature="release_max_level_trace"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "max_level_debug", "max_level_error", "max_level_info", "max_level_off", "max_level_trace", "max_level_warn", "nested-values", "nothreads", "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=9ff9bed8fdf62814 -C extra-filename=-9ff9bed8fdf62814 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
27562025-01-31T04:49:53.344Z Dirty http-body-util v0.1.2: the rustflags changed
27572025-01-31T04:49:53.344Z Compiling http-body-util v0.1.2
27582025-01-31T04:49:53.344Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name http_body_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/http-body-util-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)' --check-cfg 'cfg(feature, values())' -C metadata=cb67c55d980f2639 -C extra-filename=-cb67c55d980f2639 --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-03e029f2a415749e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27592025-01-31T04:49:53.564Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-sys-e320c9c36f60820f/build-script-main`
27602025-01-31T04:49:53.623Z Dirty async-trait v0.1.85: the rustflags changed
27612025-01-31T04:49:53.623Z Compiling async-trait v0.1.85
27622025-01-31T04:49:53.648Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_trait --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-trait-0.1.85/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f4f76c4c9bff107 -C extra-filename=-5f4f76c4c9bff107 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27632025-01-31T04:49:53.767Z Dirty idna_adapter v1.2.0: the rustflags changed
27642025-01-31T04:49:53.767Z Compiling idna_adapter v1.2.0
27652025-01-31T04:49:53.770Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name idna_adapter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna_adapter-1.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="compiled_data"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("compiled_data"))' -C metadata=d5c4e521107b26c7 -C extra-filename=-d5c4e521107b26c7 --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-933baba214ddb5e1.rmeta --extern icu_properties=/work/oxidecomputer/omicron/target/debug/deps/libicu_properties-e8060a838be28f7c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27662025-01-31T04:49:53.803Z Dirty tokio-util v0.7.12: the rustflags changed
27672025-01-31T04:49:53.803Z Compiling tokio-util v0.7.12
27682025-01-31T04:49:53.806Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-util-0.7.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="codec"' --cfg 'feature="default"' --cfg 'feature="io"' --cfg 'feature="io-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__docs_rs", "codec", "compat", "default", "full", "futures-io", "futures-util", "hashbrown", "io", "io-util", "net", "rt", "slab", "time", "tracing"))' -C metadata=d723b36c923e492d -C extra-filename=-d723b36c923e492d --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27692025-01-31T04:49:54.002Z Dirty idna v1.0.3: the rustflags changed
27702025-01-31T04:49:54.002Z Compiling idna v1.0.3
27712025-01-31T04:49:54.006Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name idna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/idna-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="compiled_data"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "compiled_data", "default", "std"))' -C metadata=fe685517b6eca05c -C extra-filename=-fe685517b6eca05c --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-d5c4e521107b26c7.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern utf8_iter=/work/oxidecomputer/omicron/target/debug/deps/libutf8_iter-aec5174429ef0d0e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27722025-01-31T04:49:54.041Z Dirty der_derive v0.7.3: the rustflags changed
27732025-01-31T04:49:54.041Z Compiling der_derive v0.7.3
27742025-01-31T04:49:54.078Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name der_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=5ca69331a24ac339 -C extra-filename=-5ca69331a24ac339 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27752025-01-31T04:49:54.594Z Dirty flagset v0.4.6: the rustflags changed
27762025-01-31T04:49:54.594Z Compiling flagset v0.4.6
27772025-01-31T04:49:54.636Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name flagset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flagset-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "std"))' -C metadata=9ba4f502a9568a42 -C extra-filename=-9ba4f502a9568a42 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27782025-01-31T04:49:54.846Z Dirty url v2.5.3: the rustflags changed
27792025-01-31T04:49:54.846Z Compiling url v2.5.3
27802025-01-31T04:49:54.849Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name url --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/url-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debugger_visualizer", "default", "expose_internals", "serde", "std"))' -C metadata=36d0c6e16b5c3df1 -C extra-filename=-36d0c6e16b5c3df1 --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-754279f5a7bc6973.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27812025-01-31T04:49:55.125Z Dirty h2 v0.4.6: the rustflags changed
27822025-01-31T04:49:55.126Z Compiling h2 v0.4.6
27832025-01-31T04:49:55.129Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name h2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/h2-0.4.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(fuzzing)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("stream", "unstable"))' -C metadata=0cf197d91dfe7fb0 -C extra-filename=-0cf197d91dfe7fb0 --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-51ef279ec708937a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27842025-01-31T04:49:55.714Z Dirty pbkdf2 v0.12.2: the rustflags changed
27852025-01-31T04:49:55.714Z Compiling pbkdf2 v0.12.2
27862025-01-31T04:49:55.717Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=d3f05e90bd681634 -C extra-filename=-d3f05e90bd681634 --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-c1a84befa7c7dca3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27872025-01-31T04:49:55.922Z Dirty rustc_version v0.4.1: the rustflags changed
27882025-01-31T04:49:55.923Z Compiling rustc_version v0.4.1
27892025-01-31T04:49:55.925Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=127e78bd12e05294 -C extra-filename=-127e78bd12e05294 --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-07c6b1f5abcda869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27902025-01-31T04:49:56.423Z Dirty backtrace v0.3.74: the rustflags changed
27912025-01-31T04:49:56.423Z Compiling backtrace v0.3.74
27922025-01-31T04:49:56.426Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name backtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/backtrace-0.3.74/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coresymbolication", "cpp_demangle", "dbghelp", "default", "dl_iterate_phdr", "dladdr", "kernel32", "libunwind", "serde", "serialize-serde", "std", "unix-backtrace"))' -C metadata=ca7409b5a0c0c515 -C extra-filename=-ca7409b5a0c0c515 --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-2cd04fd4e1b50930.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-251649a18fbe395c.rmeta --extern rustc_demangle=/work/oxidecomputer/omicron/target/debug/deps/librustc_demangle-01d974245e79ddfb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27932025-01-31T04:49:56.571Z Dirty der v0.7.9: the rustflags changed
27942025-01-31T04:49:56.571Z Compiling der v0.7.9
27952025-01-31T04:49:56.574Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name der --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/der-0.7.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="derive"' --cfg 'feature="flagset"' --cfg 'feature="oid"' --cfg 'feature="pem"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "bytes", "derive", "flagset", "oid", "pem", "real", "std", "time", "zeroize"))' -C metadata=7574fbcdd472cb64 -C extra-filename=-7574fbcdd472cb64 --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-dedac17a1c4aee37.rmeta --extern der_derive=/work/oxidecomputer/omicron/target/debug/deps/libder_derive-5ca69331a24ac339.so --extern flagset=/work/oxidecomputer/omicron/target/debug/deps/libflagset-9ba4f502a9568a42.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27962025-01-31T04:49:56.638Z Dirty rustls-pemfile v2.2.0: the rustflags changed
27972025-01-31T04:49:56.638Z Compiling rustls-pemfile v2.2.0
27982025-01-31T04:49:56.663Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=399a8c6a3d049ca9 -C extra-filename=-399a8c6a3d049ca9 --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
27992025-01-31T04:49:56.673Z Dirty aes v0.8.4: the rustflags changed
28002025-01-31T04:49:56.673Z Compiling aes v0.8.4
28012025-01-31T04:49:56.676Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aes --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("hazmat", "zeroize"))' -C metadata=708b609aec160fbb -C extra-filename=-708b609aec160fbb --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28022025-01-31T04:49:56.779Z Dirty ipnet v2.10.1: the rustflags changed
28032025-01-31T04:49:56.779Z Compiling ipnet v2.10.1
28042025-01-31T04:49:56.809Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnet --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnet-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)' --check-cfg 'cfg(feature, values("default", "heapless", "json", "schemars", "ser_as_str", "serde", "std"))' -C metadata=d24a24ef2c0c0069 -C extra-filename=-d24a24ef2c0c0069 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28052025-01-31T04:49:56.993Z Dirty openssl v0.10.66: the rustflags changed
28062025-01-31T04:49:56.993Z Compiling openssl v0.10.66
28072025-01-31T04:49:57.026Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/build.rs --error-format=json --json=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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=ef298bf1bbef92f1 -C extra-filename=-ef298bf1bbef92f1 --out-dir /work/oxidecomputer/omicron/target/debug/build/openssl-ef298bf1bbef92f1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28082025-01-31T04:49:57.531Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anyhow --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anyhow-1.0.95/src/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("backtrace", "default", "std"))' -C metadata=85bd370b09aa1fc4 -C extra-filename=-85bd370b09aa1fc4 --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-ca7409b5a0c0c515.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg std_backtrace --cfg error_generic_member_access --check-cfg 'cfg(anyhow_nightly_testing)' --check-cfg 'cfg(anyhow_no_core_error)' --check-cfg 'cfg(anyhow_no_core_unwind_safe)' --check-cfg 'cfg(anyhow_no_fmt_arguments_as_str)' --check-cfg 'cfg(anyhow_no_ptr_addr_of)' --check-cfg 'cfg(anyhow_no_unsafe_op_in_unsafe_fn_lint)' --check-cfg 'cfg(error_generic_member_access)' --check-cfg 'cfg(std_backtrace)'`
28092025-01-31T04:49:57.937Z Dirty foreign-types-shared v0.1.1: the rustflags changed
28102025-01-31T04:49:57.937Z Compiling foreign-types-shared v0.1.1
28112025-01-31T04:49:57.974Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=873d12a7d701113c -C extra-filename=-873d12a7d701113c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28122025-01-31T04:49:58.092Z Dirty openssl-probe v0.1.5: the rustflags changed
28132025-01-31T04:49:58.092Z Compiling openssl-probe v0.1.5
28142025-01-31T04:49:58.094Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_probe --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-probe-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=19e68c2f6b84a5f5 -C extra-filename=-19e68c2f6b84a5f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28152025-01-31T04:49:58.312Z Dirty foreign-types v0.3.2: the rustflags changed
28162025-01-31T04:49:58.312Z Compiling foreign-types v0.3.2
28172025-01-31T04:49:58.337Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e1f04594735cf4fe -C extra-filename=-e1f04594735cf4fe --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-873d12a7d701113c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28182025-01-31T04:49:58.416Z Running `/work/oxidecomputer/omicron/target/debug/build/openssl-ef298bf1bbef92f1/build-script-build`
28192025-01-31T04:49:58.465Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-sys-0.9.104/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "bssl-sys", "openssl-src", "unstable_boringssl", "vendored"))' -C metadata=d2429d55d41e5fdc -C extra-filename=-d2429d55d41e5fdc --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -l ssl -l crypto --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg openssl --cfg ossl300 --cfg ossl101 --cfg ossl102 --cfg ossl102f --cfg ossl102h --cfg ossl110 --cfg ossl110f --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111b --cfg ossl111c --cfg ossl111d --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS", "OPENSSL_NO_COMP", "OPENSSL_NO_SOCK", "OPENSSL_NO_STDIO", "OPENSSL_NO_EC", "OPENSSL_NO_SSL3_METHOD", "OPENSSL_NO_KRB5", "OPENSSL_NO_TLSEXT", "OPENSSL_NO_SRP", "OPENSSL_NO_RFC3779", "OPENSSL_NO_SHA", "OPENSSL_NO_NEXTPROTONEG", "OPENSSL_NO_ENGINE", "OPENSSL_NO_BUF_FREELISTS"))' --check-cfg 'cfg(openssl)' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
28202025-01-31T04:49:58.478Z Dirty serde_urlencoded v0.7.1: the rustflags changed
28212025-01-31T04:49:58.478Z Compiling serde_urlencoded v0.7.1
28222025-01-31T04:49:58.480Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_urlencoded --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a3b00209587225de -C extra-filename=-a3b00209587225de --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-754279f5a7bc6973.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28232025-01-31T04:49:59.030Z Dirty spki v0.7.3: the rustflags changed
28242025-01-31T04:49:59.030Z Compiling spki v0.7.3
28252025-01-31T04:49:59.034Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name spki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "base64", "fingerprint", "pem", "sha2", "std"))' -C metadata=58e57b055bea531e -C extra-filename=-58e57b055bea531e --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-7574fbcdd472cb64.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28262025-01-31T04:49:59.161Z Dirty salsa20 v0.10.2: the rustflags changed
28272025-01-31T04:49:59.162Z Compiling salsa20 v0.10.2
28282025-01-31T04:49:59.199Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name salsa20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=dc7c5b27a2ebe5a9 -C extra-filename=-dc7c5b27a2ebe5a9 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28292025-01-31T04:49:59.412Z Dirty cbc v0.1.2: the rustflags changed
28302025-01-31T04:49:59.412Z Compiling cbc v0.1.2
28312025-01-31T04:49:59.415Z Dirty futures-executor v0.3.31: the rustflags changed
28322025-01-31T04:49:59.415Z Compiling futures-executor v0.3.31
28332025-01-31T04:49:59.415Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cbc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "default", "std", "zeroize"))' -C metadata=bba9c387716fb8e5 -C extra-filename=-bba9c387716fb8e5 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28342025-01-31T04:49:59.415Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_executor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-executor-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num_cpus", "std", "thread-pool"))' -C metadata=02987b932e7b04d9 -C extra-filename=-02987b932e7b04d9 --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-c05ca62951efc497.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28352025-01-31T04:49:59.462Z Dirty openssl-macros v0.1.1: the rustflags changed
28362025-01-31T04:49:59.462Z Compiling openssl-macros v0.1.1
28372025-01-31T04:49:59.462Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=35723385e275c711 -C extra-filename=-35723385e275c711 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28382025-01-31T04:49:59.487Z Dirty encoding_rs v0.8.34: the rustflags changed
28392025-01-31T04:49:59.487Z Compiling encoding_rs v0.8.34
28402025-01-31T04:49:59.487Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name encoding_rs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/encoding_rs-0.8.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --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=cee50d503b677855 -C extra-filename=-cee50d503b677855 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28412025-01-31T04:49:59.560Z Dirty rustversion v1.0.17: the rustflags changed
28422025-01-31T04:49:59.560Z Compiling rustversion v1.0.17
28432025-01-31T04:49:59.563Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/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)' --check-cfg 'cfg(feature, values())' -C metadata=7a9809c22cb53b80 -C extra-filename=-7a9809c22cb53b80 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28442025-01-31T04:49:59.691Z Dirty rustls v0.23.19: the rustflags changed
28452025-01-31T04:49:59.691Z Compiling rustls v0.23.19
28462025-01-31T04:49:59.693Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=bc7610f533623f01 -C extra-filename=-bc7610f533623f01 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28472025-01-31T04:49:59.779Z Dirty futures v0.3.31: the rustflags changed
28482025-01-31T04:49:59.780Z Compiling futures v0.3.31
28492025-01-31T04:49:59.782Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-0.3.31/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs --warn=single_use_lifetimes --warn=rust_2018_idioms --warn=missing_debug_implementations --check-cfg 'cfg(futures_sanitizer)' --cfg 'feature="alloc"' --cfg 'feature="async-await"' --cfg 'feature="default"' --cfg 'feature="executor"' --cfg 'feature="futures-executor"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-await", "bilock", "cfg-target-has-atomic", "compat", "default", "executor", "futures-executor", "io-compat", "std", "thread-pool", "unstable", "write-all-vectored"))' -C metadata=1d8f95ba60b42aa6 -C extra-filename=-1d8f95ba60b42aa6 --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-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_executor=/work/oxidecomputer/omicron/target/debug/deps/libfutures_executor-02987b932e7b04d9.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28502025-01-31T04:49:59.925Z Dirty scrypt v0.11.0: the rustflags changed
28512025-01-31T04:49:59.925Z Compiling scrypt v0.11.0
28522025-01-31T04:49:59.928Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name scrypt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "password-hash", "simple", "std"))' -C metadata=f71b61bf95f868fb -C extra-filename=-f71b61bf95f868fb --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-d3f05e90bd681634.rmeta --extern salsa20=/work/oxidecomputer/omicron/target/debug/deps/libsalsa20-dc7c5b27a2ebe5a9.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28532025-01-31T04:50:00.000Z Dirty openapiv3 v2.0.0: the rustflags changed
28542025-01-31T04:50:00.001Z Compiling openapiv3 v2.0.0
28552025-01-31T04:50:00.035Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapiv3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openapiv3-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 --cfg 'feature="skip_serializing_defaults"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("skip_serializing_defaults"))' -C metadata=9d242d4baaa625b0 -C extra-filename=-9d242d4baaa625b0 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28562025-01-31T04:50:00.047Z Dirty native-tls v0.2.12: the rustflags changed
28572025-01-31T04:50:00.047Z Compiling native-tls v0.2.12
28582025-01-31T04:50:00.050Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=f062e89e3291717e -C extra-filename=-f062e89e3291717e --out-dir /work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28592025-01-31T04:50:00.376Z Running `/work/oxidecomputer/omicron/target/debug/build/rustversion-7a9809c22cb53b80/build-script-build`
28602025-01-31T04:50:00.382Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openssl --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/openssl-0.10.66/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("bindgen", "default", "unstable_boringssl", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=9581ef54bf0bb0e8 -C extra-filename=-9581ef54bf0bb0e8 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl_macros=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_macros-35723385e275c711.so --extern ffi=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl111d --cfg ossl300 --check-cfg 'cfg(osslconf, values("OPENSSL_NO_OCB", "OPENSSL_NO_SM4", "OPENSSL_NO_SEED", "OPENSSL_NO_CHACHA", "OPENSSL_NO_CAST", "OPENSSL_NO_IDEA", "OPENSSL_NO_CAMELLIA", "OPENSSL_NO_RC4", "OPENSSL_NO_BF", "OPENSSL_NO_PSK", "OPENSSL_NO_DEPRECATED_3_0", "OPENSSL_NO_SCRYPT", "OPENSSL_NO_SM3", "OPENSSL_NO_RMD160", "OPENSSL_NO_EC2M", "OPENSSL_NO_OCSP", "OPENSSL_NO_CMS"))' --check-cfg 'cfg(libressl)' --check-cfg 'cfg(boringssl)' --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(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)'`
28612025-01-31T04:50:00.444Z Dirty camino v1.1.9: the rustflags changed
28622025-01-31T04:50:00.444Z Compiling camino v1.1.9
28632025-01-31T04:50:00.450Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-1.1.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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=81b99c26c3513728 -C extra-filename=-81b99c26c3513728 --out-dir /work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28642025-01-31T04:50:00.493Z Running `/work/oxidecomputer/omicron/target/debug/build/native-tls-f062e89e3291717e/build-script-build`
28652025-01-31T04:50:00.523Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustversion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustversion-1.0.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a66aa9a6ac3f975d -C extra-filename=-a66aa9a6ac3f975d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -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"))'`
28662025-01-31T04:50:00.558Z Dirty pkcs5 v0.7.1: the rustflags changed
28672025-01-31T04:50:00.558Z Compiling pkcs5 v0.7.1
28682025-01-31T04:50:00.562Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs5 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "pbes2", "sha1-insecure"))' -C metadata=9801172722602ad7 -C extra-filename=-9801172722602ad7 --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-708b609aec160fbb.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d3f05e90bd681634.rmeta --extern scrypt=/work/oxidecomputer/omicron/target/debug/deps/libscrypt-f71b61bf95f868fb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28692025-01-31T04:50:01.161Z Running `/work/oxidecomputer/omicron/target/debug/build/camino-81b99c26c3513728/build-script-build`
28702025-01-31T04:50:01.213Z Dirty is-terminal v0.4.13: the rustflags changed
28712025-01-31T04:50:01.213Z Compiling is-terminal v0.4.13
28722025-01-31T04:50:01.215Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is-terminal-0.4.13/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7fcf105a31e0f4a8 -C extra-filename=-7fcf105a31e0f4a8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28732025-01-31T04:50:01.377Z Dirty cookie v0.18.1: the rustflags changed
28742025-01-31T04:50:01.377Z Compiling cookie v0.18.1
28752025-01-31T04:50:01.380Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=645ba55ebacc748d -C extra-filename=-645ba55ebacc748d --out-dir /work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28762025-01-31T04:50:01.659Z Dirty winnow v0.6.20: the rustflags changed
28772025-01-31T04:50:01.659Z Compiling winnow v0.6.20
28782025-01-31T04:50:01.662Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/winnow-0.6.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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' '--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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=87e7d00a1847f5b3 -C extra-filename=-87e7d00a1847f5b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28792025-01-31T04:50:01.778Z Running `/work/oxidecomputer/omicron/target/debug/build/cookie-645ba55ebacc748d/build-script-build`
28802025-01-31T04:50:01.861Z Dirty hyper v1.5.2: the rustflags changed
28812025-01-31T04:50:01.861Z Compiling hyper v1.5.2
28822025-01-31T04:50:01.863Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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)' --check-cfg 'cfg(feature, values("capi", "client", "default", "ffi", "full", "http1", "http2", "nightly", "server", "tracing"))' -C metadata=79da29a8508f56cb -C extra-filename=-79da29a8508f56cb --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern want=/work/oxidecomputer/omicron/target/debug/deps/libwant-b47672df8fc56455.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28832025-01-31T04:50:01.934Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name camino --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-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="serde"' --cfg 'feature="serde1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "proptest1", "serde", "serde1"))' -C metadata=21ea866390417d2b -C extra-filename=-21ea866390417d2b --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg path_buf_capacity --cfg shrink_to --cfg try_reserve_2 --cfg path_buf_deref_mut --cfg os_str_bytes --cfg absolute_path --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(path_buf_deref_mut)' --check-cfg 'cfg(path_buf_capacity)' --check-cfg 'cfg(shrink_to)' --check-cfg 'cfg(try_reserve_2)' --check-cfg 'cfg(os_str_bytes)' --check-cfg 'cfg(absolute_path)'`
28842025-01-31T04:50:02.753Z Dirty pkcs8 v0.10.2: the rustflags changed
28852025-01-31T04:50:02.753Z Compiling pkcs8 v0.10.2
28862025-01-31T04:50:02.756Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("3des", "alloc", "des-insecure", "encryption", "getrandom", "pem", "pkcs5", "rand_core", "sha1-insecure", "std", "subtle"))' -C metadata=fa4291ce2da6a74b -C extra-filename=-fa4291ce2da6a74b --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-7574fbcdd472cb64.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9801172722602ad7.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28872025-01-31T04:50:03.456Z Dirty litrs v0.4.1: the rustflags changed
28882025-01-31T04:50:03.456Z Compiling litrs v0.4.1
28892025-01-31T04:50:03.458Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name litrs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/litrs-0.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("check_suffix", "default", "proc-macro2", "unicode-xid"))' -C metadata=2e8cadbe8e7cfdb9 -C extra-filename=-2e8cadbe8e7cfdb9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28902025-01-31T04:50:03.598Z Dirty psl-types v2.0.11: the rustflags changed
28912025-01-31T04:50:03.598Z Compiling psl-types v2.0.11
28922025-01-31T04:50:03.600Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name psl_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1764b692535d7679 -C extra-filename=-1764b692535d7679 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28932025-01-31T04:50:03.824Z Dirty utf8parse v0.2.2: the rustflags changed
28942025-01-31T04:50:03.824Z Compiling utf8parse v0.2.2
28952025-01-31T04:50:03.827Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8parse --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nightly"))' -C metadata=a9e9441fe1d54e72 -C extra-filename=-a9e9441fe1d54e72 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28962025-01-31T04:50:03.853Z Dirty publicsuffix v2.3.0: the rustflags changed
28972025-01-31T04:50:03.853Z Compiling publicsuffix v2.3.0
28982025-01-31T04:50:03.856Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name publicsuffix --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("anycase", "default", "hashbrown", "idna", "punycode", "std", "unicase"))' -C metadata=bdeaf42643b7c5ef -C extra-filename=-bdeaf42643b7c5ef --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-fe685517b6eca05c.rmeta --extern psl_types=/work/oxidecomputer/omicron/target/debug/deps/libpsl_types-1764b692535d7679.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
28992025-01-31T04:50:04.020Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-gcm", "base64", "hkdf", "hmac", "key-expansion", "percent-encode", "percent-encoding", "private", "rand", "secure", "sha2", "signed", "subtle"))' -C metadata=585b1bf374a21fcf -C extra-filename=-585b1bf374a21fcf --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-5386e076faaa6b73.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29002025-01-31T04:50:04.141Z Dirty hyper-util v0.1.10: the rustflags changed
29012025-01-31T04:50:04.141Z Compiling hyper-util v0.1.10
29022025-01-31T04:50:04.144Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_util --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-util-0.1.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="client"' --cfg 'feature="client-legacy"' --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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_happy_eyeballs_tests", "client", "client-legacy", "default", "full", "http1", "http2", "server", "server-auto", "server-graceful", "service", "tokio"))' -C metadata=121df68eb24af603 -C extra-filename=-121df68eb24af603 --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-03e029f2a415749e.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29032025-01-31T04:50:04.575Z Dirty document-features v0.2.10: the rustflags changed
29042025-01-31T04:50:04.575Z Compiling document-features v0.2.10
29052025-01-31T04:50:04.622Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name document_features --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/document-features-0.2.10/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "self-test"))' -C metadata=31085e5d7fbf2278 -C extra-filename=-31085e5d7fbf2278 --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-2e8cadbe8e7cfdb9.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29062025-01-31T04:50:04.964Z Dirty webpki-roots v0.26.6: the rustflags changed
29072025-01-31T04:50:04.964Z Compiling webpki-roots v0.26.6
29082025-01-31T04:50:04.966Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki_roots --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/webpki-roots-0.26.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)' --check-cfg 'cfg(feature, values())' -C metadata=75d657805dc2dbec -C extra-filename=-75d657805dc2dbec --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-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29092025-01-31T04:50:05.071Z Dirty dirs-sys-next v0.1.2: the rustflags changed
29102025-01-31T04:50:05.071Z Compiling dirs-sys-next v0.1.2
29112025-01-31T04:50:05.074Z Dirty winnow v0.5.40: the rustflags changed
29122025-01-31T04:50:05.074Z Compiling winnow v0.5.40
29132025-01-31T04:50:05.074Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_sys_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c8ea29fd683e2ae0 -C extra-filename=-c8ea29fd683e2ae0 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29142025-01-31T04:50:05.074Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name winnow --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug", "default", "simd", "std", "unstable-doc", "unstable-recover"))' -C metadata=1cb1edf48f7c940e -C extra-filename=-1cb1edf48f7c940e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29152025-01-31T04:50:05.194Z Dirty data-encoding v2.6.0: the rustflags changed
29162025-01-31T04:50:05.194Z Compiling data-encoding v2.6.0
29172025-01-31T04:50:05.196Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name data_encoding --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/data-encoding-2.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=3be45ffcb0b42af9 -C extra-filename=-3be45ffcb0b42af9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29182025-01-31T04:50:05.541Z Dirty dirs-next v2.0.0: the rustflags changed
29192025-01-31T04:50:05.541Z Compiling dirs-next v2.0.0
29202025-01-31T04:50:05.544Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dirs_next --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9e9f9c746edfc2ab -C extra-filename=-9e9f9c746edfc2ab --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-c23dfb9b1834c42c.rmeta --extern dirs_sys_next=/work/oxidecomputer/omicron/target/debug/deps/libdirs_sys_next-c8ea29fd683e2ae0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29212025-01-31T04:50:05.689Z Dirty sha1 v0.10.6: the rustflags changed
29222025-01-31T04:50:05.689Z Compiling sha1 v0.10.6
29232025-01-31T04:50:05.692Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sha1 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "compress", "default", "force-soft", "loongarch64_asm", "oid", "sha1-asm", "std"))' -C metadata=e29a58dd09db31c7 -C extra-filename=-e29a58dd09db31c7 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29242025-01-31T04:50:05.772Z Dirty sync_wrapper v1.0.1: the rustflags changed
29252025-01-31T04:50:05.772Z Compiling sync_wrapper v1.0.1
29262025-01-31T04:50:05.817Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_wrapper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync_wrapper-1.0.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="futures"' --cfg 'feature="futures-core"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures", "futures-core"))' -C metadata=b42a5e084cc55ab1 -C extra-filename=-b42a5e084cc55ab1 --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-c05ca62951efc497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29272025-01-31T04:50:05.892Z Dirty cookie_store v0.21.1: the rustflags changed
29282025-01-31T04:50:05.892Z Compiling cookie_store v0.21.1
29292025-01-31T04:50:05.897Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cookie_store --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cookie_store-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="public_suffix"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log_secure_cookie_values", "preserve_order", "public_suffix", "serde", "serde_json", "serde_ron", "wasm-bindgen"))' -C metadata=680892f67459c227 -C extra-filename=-680892f67459c227 --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-585b1bf374a21fcf.rmeta --extern document_features=/work/oxidecomputer/omicron/target/debug/deps/libdocument_features-31085e5d7fbf2278.so --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern publicsuffix=/work/oxidecomputer/omicron/target/debug/deps/libpublicsuffix-bdeaf42643b7c5ef.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29302025-01-31T04:50:06.139Z Dirty ucd-trie v0.1.7: the rustflags changed
29312025-01-31T04:50:06.139Z Compiling ucd-trie v0.1.7
29322025-01-31T04:50:06.144Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ucd_trie --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=57024efd42745d55 -C extra-filename=-57024efd42745d55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29332025-01-31T04:50:06.144Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name native_tls --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/native-tls-0.2.12/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=d338a731ce3ef0ed -C extra-filename=-d338a731ce3ef0ed --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-9e3a943cb0d1c1f7.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rmeta --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg have_min_max_version`
29342025-01-31T04:50:06.545Z Dirty tokio-native-tls v0.3.1: the rustflags changed
29352025-01-31T04:50:06.545Z Compiling tokio-native-tls v0.3.1
29362025-01-31T04:50:06.549Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_native_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("vendored"))' -C metadata=e175f35eaa681f30 -C extra-filename=-e175f35eaa681f30 --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-d338a731ce3ef0ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29372025-01-31T04:50:06.695Z Dirty anstyle v1.0.10: the rustflags changed
29382025-01-31T04:50:06.695Z Compiling anstyle v1.0.10
29392025-01-31T04:50:06.732Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=5a89573be83a4361 -C extra-filename=-5a89573be83a4361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29402025-01-31T04:50:06.855Z Dirty hyper-tls v0.6.0: the rustflags changed
29412025-01-31T04:50:06.855Z Compiling hyper-tls v0.6.0
29422025-01-31T04:50:06.857Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_tls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alpn", "vendored"))' -C metadata=ec204347dc16e713 -C extra-filename=-ec204347dc16e713 --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-03e029f2a415749e.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern native_tls=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d338a731ce3ef0ed.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e175f35eaa681f30.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/ssl-3/lib/amd64`
29432025-01-31T04:50:07.137Z Dirty pest v2.7.14: the rustflags changed
29442025-01-31T04:50:07.137Z Compiling pest v2.7.14
29452025-01-31T04:50:07.140Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest-2.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 --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const_prec_climber", "default", "memchr", "miette-error", "pretty-print", "std"))' -C metadata=7bc43a794468bd54 -C extra-filename=-7bc43a794468bd54 --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-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern ucd_trie=/work/oxidecomputer/omicron/target/debug/deps/libucd_trie-57024efd42745d55.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29462025-01-31T04:50:07.164Z Dirty term v0.7.0: the rustflags changed
29472025-01-31T04:50:07.164Z Compiling term v0.7.0
29482025-01-31T04:50:07.167Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=fab8dacee8d89414 -C extra-filename=-fab8dacee8d89414 --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-9e9f9c746edfc2ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29492025-01-31T04:50:07.233Z Dirty siphasher v0.3.11: the rustflags changed
29502025-01-31T04:50:07.233Z Compiling siphasher v0.3.11
29512025-01-31T04:50:07.236Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name siphasher --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/siphasher-0.3.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_json", "serde_no_std", "serde_std", "std"))' -C metadata=0fee2dbb2aad7fed -C extra-filename=-0fee2dbb2aad7fed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29522025-01-31T04:50:07.284Z Dirty toml_edit v0.22.22: the rustflags changed
29532025-01-31T04:50:07.284Z Compiling toml_edit v0.22.22
29542025-01-31T04:50:07.323Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml_edit-0.22.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "parse", "perf", "serde", "unbounded"))' -C metadata=0a8c2a3d02b46dfd -C extra-filename=-0a8c2a3d02b46dfd --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29552025-01-31T04:50:07.344Z Dirty scroll_derive v0.12.0: the rustflags changed
29562025-01-31T04:50:07.344Z Compiling scroll_derive v0.12.0
29572025-01-31T04:50:07.348Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/scroll_derive-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4e6d68ae7263c84d -C extra-filename=-4e6d68ae7263c84d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29582025-01-31T04:50:07.633Z Dirty anstyle-parse v0.2.5: the rustflags changed
29592025-01-31T04:50:07.633Z Compiling anstyle-parse v0.2.5
29602025-01-31T04:50:07.637Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_parse --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-parse-0.2.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="utf8"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("core", "default", "utf8"))' -C metadata=d868a4f7881a9ea6 -C extra-filename=-d868a4f7881a9ea6 --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-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29612025-01-31T04:50:07.969Z Dirty signature v2.2.0: the rustflags changed
29622025-01-31T04:50:07.969Z Compiling signature v2.2.0
29632025-01-31T04:50:07.972Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name signature --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "derive", "digest", "rand_core", "std"))' -C metadata=1412253b75507a5a -C extra-filename=-1412253b75507a5a --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-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29642025-01-31T04:50:08.149Z Dirty is_terminal_polyfill v1.70.1: the rustflags changed
29652025-01-31T04:50:08.149Z Compiling is_terminal_polyfill v1.70.1
29662025-01-31T04:50:08.152Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name is_terminal_polyfill --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/is_terminal_polyfill-1.70.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default"))' -C metadata=2dc216296280e4cd -C extra-filename=-2dc216296280e4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29672025-01-31T04:50:08.294Z Dirty toml_edit v0.19.15: the rustflags changed
29682025-01-31T04:50:08.294Z Compiling toml_edit v0.19.15
29692025-01-31T04:50:08.318Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toml_edit --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "perf", "serde", "unbounded"))' -C metadata=fd590cd4278d7300 -C extra-filename=-fd590cd4278d7300 --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-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-1cb1edf48f7c940e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29702025-01-31T04:50:08.323Z Dirty anstyle-query v1.1.1: the rustflags changed
29712025-01-31T04:50:08.323Z Compiling anstyle-query v1.1.1
29722025-01-31T04:50:08.347Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anstyle_query --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstyle-query-1.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9f6ed3003d0a3f9e -C extra-filename=-9f6ed3003d0a3f9e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29732025-01-31T04:50:08.386Z Dirty colorchoice v1.0.2: the rustflags changed
29742025-01-31T04:50:08.386Z Compiling colorchoice v1.0.2
29752025-01-31T04:50:08.389Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name colorchoice --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colorchoice-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e27204fa91a36fad -C extra-filename=-e27204fa91a36fad --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29762025-01-31T04:50:08.504Z Dirty plain v0.2.3: the rustflags changed
29772025-01-31T04:50:08.505Z Compiling plain v0.2.3
29782025-01-31T04:50:08.507Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name plain --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=05bf5da7eb2e0fbd -C extra-filename=-05bf5da7eb2e0fbd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29792025-01-31T04:50:08.533Z Dirty anstream v0.6.15: the rustflags changed
29802025-01-31T04:50:08.533Z Compiling anstream v0.6.15
29812025-01-31T04:50:08.536Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anstream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/anstream-0.6.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=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="auto"' --cfg 'feature="default"' --cfg 'feature="wincon"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto", "default", "test", "wincon"))' -C metadata=01e0110c70860f33 -C extra-filename=-01e0110c70860f33 --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-5a89573be83a4361.rmeta --extern anstyle_parse=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_parse-d868a4f7881a9ea6.rmeta --extern anstyle_query=/work/oxidecomputer/omicron/target/debug/deps/libanstyle_query-9f6ed3003d0a3f9e.rmeta --extern colorchoice=/work/oxidecomputer/omicron/target/debug/deps/libcolorchoice-e27204fa91a36fad.rmeta --extern is_terminal_polyfill=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal_polyfill-2dc216296280e4cd.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29822025-01-31T04:50:08.565Z Dirty terminal_size v0.4.0: the rustflags changed
29832025-01-31T04:50:08.565Z Compiling terminal_size v0.4.0
29842025-01-31T04:50:08.567Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name terminal_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/terminal_size-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=466a10d26b51f06a -C extra-filename=-466a10d26b51f06a --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29852025-01-31T04:50:08.689Z Dirty usdt-impl v0.5.0: the rustflags changed
29862025-01-31T04:50:08.689Z Compiling usdt-impl v0.5.0
29872025-01-31T04:50:08.753Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=e5902b8d81e90150 -C extra-filename=-e5902b8d81e90150 --out-dir /work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29882025-01-31T04:50:08.823Z Dirty unicode-segmentation v1.12.0: the rustflags changed
29892025-01-31T04:50:08.823Z Compiling unicode-segmentation v1.12.0
29902025-01-31T04:50:08.848Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_segmentation --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("no_std"))' -C metadata=424502f4230a2600 -C extra-filename=-424502f4230a2600 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29912025-01-31T04:50:08.940Z Dirty scroll v0.12.0: the rustflags changed
29922025-01-31T04:50:08.940Z Compiling scroll v0.12.0
29932025-01-31T04:50:08.943Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name scroll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "std"))' -C metadata=c176ab095e5ccbad -C extra-filename=-c176ab095e5ccbad --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-4e6d68ae7263c84d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29942025-01-31T04:50:09.137Z Dirty clap_lex v0.7.4: the rustflags changed
29952025-01-31T04:50:09.137Z Compiling clap_lex v0.7.4
29962025-01-31T04:50:09.141Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_lex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_lex-0.7.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce6e19f1ba3e24c0 -C extra-filename=-ce6e19f1ba3e24c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
29972025-01-31T04:50:09.166Z Dirty tinyvec_macros v0.1.1: the rustflags changed
29982025-01-31T04:50:09.166Z Compiling tinyvec_macros v0.1.1
29992025-01-31T04:50:09.168Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=602cfd455ffb347f -C extra-filename=-602cfd455ffb347f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30002025-01-31T04:50:09.281Z Dirty pretty-hex v0.4.1: the rustflags changed
30012025-01-31T04:50:09.281Z Compiling pretty-hex v0.4.1
30022025-01-31T04:50:09.306Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=1c41268e67b43604 -C extra-filename=-1c41268e67b43604 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30032025-01-31T04:50:09.470Z Dirty goblin v0.8.2: the rustflags changed
30042025-01-31T04:50:09.471Z Compiling goblin v0.8.2
30052025-01-31T04:50:09.512Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name goblin --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "archive", "default", "elf32", "elf64", "endian_fd", "log", "mach32", "mach64", "pe32", "pe64", "std"))' -C metadata=cf023cfdf9fe426f -C extra-filename=-cf023cfdf9fe426f --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-9e3a943cb0d1c1f7.rmeta --extern plain=/work/oxidecomputer/omicron/target/debug/deps/libplain-05bf5da7eb2e0fbd.rmeta --extern scroll=/work/oxidecomputer/omicron/target/debug/deps/libscroll-c176ab095e5ccbad.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30062025-01-31T04:50:09.521Z Dirty clap_builder v4.5.27: the rustflags changed
30072025-01-31T04:50:09.522Z Compiling clap_builder v4.5.27
30082025-01-31T04:50:09.524Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_builder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_builder-4.5.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::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --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)' --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=4947241cdc6860e5 -C extra-filename=-4947241cdc6860e5 --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-01e0110c70860f33.rmeta --extern anstyle=/work/oxidecomputer/omicron/target/debug/deps/libanstyle-5a89573be83a4361.rmeta --extern clap_lex=/work/oxidecomputer/omicron/target/debug/deps/libclap_lex-ce6e19f1ba3e24c0.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern terminal_size=/work/oxidecomputer/omicron/target/debug/deps/libterminal_size-466a10d26b51f06a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30092025-01-31T04:50:09.643Z Dirty tinyvec v1.8.0: the rustflags changed
30102025-01-31T04:50:09.644Z Compiling tinyvec v1.8.0
30112025-01-31T04:50:09.647Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tinyvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tinyvec-1.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="tinyvec_macros"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "arbitrary", "debugger_visualizer", "default", "experimental_write_impl", "grab_spare_slice", "nightly_slice_partition_dedup", "real_blackbox", "rustc_1_40", "rustc_1_55", "rustc_1_57", "rustc_1_61", "serde", "std", "tinyvec_macros"))' -C metadata=1724dd6ce6a29e96 -C extra-filename=-1724dd6ce6a29e96 --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-602cfd455ffb347f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30122025-01-31T04:50:09.696Z Running `/work/oxidecomputer/omicron/target/debug/build/usdt-impl-e5902b8d81e90150/build-script-build`
30132025-01-31T04:50:09.874Z Dirty pest_meta v2.7.14: the rustflags changed
30142025-01-31T04:50:09.874Z Compiling pest_meta v2.7.14
30152025-01-31T04:50:09.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_meta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_meta-2.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 --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src"))' -C metadata=ae837e16d9c9ce7d -C extra-filename=-ae837e16d9c9ce7d --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-4845f0240c4dfd51.rmeta --extern pest=/work/oxidecomputer/omicron/target/debug/deps/libpest-7bc43a794468bd54.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30162025-01-31T04:50:10.207Z Dirty clap_derive v4.5.24: the rustflags changed
30172025-01-31T04:50:10.207Z Compiling clap_derive v4.5.24
30182025-01-31T04:50:10.210Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clap_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap_derive-4.5.24/src/lib.rs --error-format=json --json=diagnostic-rendered-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 '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("debug", "default", "deprecated", "raw-deprecated", "unstable-v5"))' -C metadata=992fd54f5597aeb8 -C extra-filename=-992fd54f5597aeb8 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30192025-01-31T04:50:11.143Z Dirty itertools v0.10.5: the rustflags changed
30202025-01-31T04:50:11.143Z Compiling itertools v0.10.5
30212025-01-31T04:50:11.146Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/itertools-0.10.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="use_alloc"' --cfg 'feature="use_std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=eee8d6dc8a04de92 -C extra-filename=-eee8d6dc8a04de92 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30222025-01-31T04:50:13.705Z Dirty pest_generator v2.7.14: the rustflags changed
30232025-01-31T04:50:13.705Z Compiling pest_generator v2.7.14
30242025-01-31T04:50:13.708Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_generator-2.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 --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "export-internal", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=2b59deaaaa27ba91 -C extra-filename=-2b59deaaaa27ba91 --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-7bc43a794468bd54.rmeta --extern pest_meta=/work/oxidecomputer/omicron/target/debug/deps/libpest_meta-ae837e16d9c9ce7d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30252025-01-31T04:50:14.358Z Dirty thread-id v4.2.2: the rustflags changed
30262025-01-31T04:50:14.358Z Compiling thread-id v4.2.2
30272025-01-31T04:50:14.361Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_id --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d6c0f55cbc23e56a -C extra-filename=-d6c0f55cbc23e56a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30282025-01-31T04:50:14.506Z Dirty crc32fast v1.4.2: the rustflags changed
30292025-01-31T04:50:14.506Z Compiling crc32fast v1.4.2
30302025-01-31T04:50:14.509Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crc32fast --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc32fast-1.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=8bbe085508e0f085 -C extra-filename=-8bbe085508e0f085 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30312025-01-31T04:50:14.781Z Dirty base16ct v0.2.0: the rustflags changed
30322025-01-31T04:50:14.781Z Compiling base16ct v0.2.0
30332025-01-31T04:50:14.784Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name base16ct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=2bae47673a4d3340 -C extra-filename=-2bae47673a4d3340 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30342025-01-31T04:50:14.916Z Dirty toml v0.8.19: the rustflags changed
30352025-01-31T04:50:14.916Z Compiling toml v0.8.19
30362025-01-31T04:50:14.919Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toml-0.8.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 --warn=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="default"' --cfg 'feature="display"' --cfg 'feature="parse"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=1a9df0e871c6a06b -C extra-filename=-1a9df0e871c6a06b --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30372025-01-31T04:50:15.071Z Dirty clap v4.5.27: the rustflags changed
30382025-01-31T04:50:15.071Z Compiling clap v4.5.27
30392025-01-31T04:50:15.112Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/clap-4.5.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::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::uninlined_format_args' '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--allow=clippy::multiple_bound_locations' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' '--allow=clippy::blocks_in_conditions' '--allow=clippy::assigning_clones' --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)' --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-styles", "unstable-v5", "usage", "wrap_help"))' -C metadata=df9a1bd29cd8c365 -C extra-filename=-df9a1bd29cd8c365 --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-4947241cdc6860e5.rmeta --extern clap_derive=/work/oxidecomputer/omicron/target/debug/deps/libclap_derive-992fd54f5597aeb8.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30402025-01-31T04:50:15.143Z Dirty dof v0.3.0: the rustflags changed
30412025-01-31T04:50:15.144Z Compiling dof v0.3.0
30422025-01-31T04:50:15.147Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dof --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("des", "goblin", "pretty-hex"))' -C metadata=8f5964ed6d1084ce -C extra-filename=-8f5964ed6d1084ce --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-cf023cfdf9fe426f.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30432025-01-31T04:50:15.220Z Dirty sec1 v0.7.3: the rustflags changed
30442025-01-31T04:50:15.220Z Compiling sec1 v0.7.3
30452025-01-31T04:50:15.223Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sec1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "pem", "pkcs8", "point", "serde", "std", "subtle", "zeroize"))' -C metadata=787bcd716ffbd5fe -C extra-filename=-787bcd716ffbd5fe --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-2bae47673a4d3340.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30462025-01-31T04:50:15.491Z Dirty pest_derive v2.7.14: the rustflags changed
30472025-01-31T04:50:15.491Z Compiling pest_derive v2.7.14
30482025-01-31T04:50:15.494Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pest_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pest_derive-2.7.14/src/lib.rs --error-format=json --json=diagnostic-rendered-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)' --check-cfg 'cfg(feature, values("default", "grammar-extras", "not-bootstrap-in-src", "std"))' -C metadata=7aeb383d0db96b1f -C extra-filename=-7aeb383d0db96b1f --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-7bc43a794468bd54.rlib --extern pest_generator=/work/oxidecomputer/omicron/target/debug/deps/libpest_generator-2b59deaaaa27ba91.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30492025-01-31T04:50:15.521Z Dirty crossbeam-channel v0.5.13: the rustflags changed
30502025-01-31T04:50:15.521Z Compiling crossbeam-channel v0.5.13
30512025-01-31T04:50:15.549Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-channel-0.5.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=f60384c24350b8e8 -C extra-filename=-f60384c24350b8e8 --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30522025-01-31T04:50:15.754Z Dirty num-integer v0.1.46: the rustflags changed
30532025-01-31T04:50:15.754Z Compiling num-integer v0.1.46
30542025-01-31T04:50:15.757Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_integer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b0d739eb4cd74a4c -C extra-filename=-b0d739eb4cd74a4c --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30552025-01-31T04:50:16.419Z Dirty ff v0.13.0: the rustflags changed
30562025-01-31T04:50:16.419Z Compiling ff v0.13.0
30572025-01-31T04:50:16.429Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ff --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ff-0.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bits", "bitvec", "byteorder", "default", "derive", "derive_bits", "ff_derive", "std"))' -C metadata=6fbc054aaeb2ea7e -C extra-filename=-6fbc054aaeb2ea7e --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-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30582025-01-31T04:50:16.504Z Dirty thread_local v1.1.8: the rustflags changed
30592025-01-31T04:50:16.504Z Compiling thread_local v1.1.8
30602025-01-31T04:50:16.508Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thread_local --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thread_local-1.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=471e29bf01f31ecf -C extra-filename=-471e29bf01f31ecf --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-c23dfb9b1834c42c.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30612025-01-31T04:50:16.533Z Dirty dtrace-parser v0.2.0: the rustflags changed
30622025-01-31T04:50:16.533Z Compiling dtrace-parser v0.2.0
30632025-01-31T04:50:16.536Z Dirty heck v0.4.1: the rustflags changed
30642025-01-31T04:50:16.536Z Compiling heck v0.4.1
30652025-01-31T04:50:16.536Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dtrace_parser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1fb82b18e607a80b -C extra-filename=-1fb82b18e607a80b --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-7bc43a794468bd54.rmeta --extern pest_derive=/work/oxidecomputer/omicron/target/debug/deps/libpest_derive-7aeb383d0db96b1f.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30662025-01-31T04:50:16.536Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-segmentation"))' -C metadata=7c318abee26cc297 -C extra-filename=-7c318abee26cc297 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30672025-01-31T04:50:16.676Z Dirty slog-async v2.8.0: the rustflags changed
30682025-01-31T04:50:16.676Z Compiling slog-async v2.8.0
30692025-01-31T04:50:16.679Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=abccc93cc5e58cec -C extra-filename=-abccc93cc5e58cec --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30702025-01-31T04:50:16.949Z Dirty group v0.13.0: the rustflags changed
30712025-01-31T04:50:16.949Z Compiling group v0.13.0
30722025-01-31T04:50:16.952Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name group --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "memuse", "rand", "rand_xorshift", "tests", "wnaf-memuse"))' -C metadata=db92a589c5c12173 -C extra-filename=-db92a589c5c12173 --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-6fbc054aaeb2ea7e.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30732025-01-31T04:50:16.978Z Dirty hkdf v0.12.4: the rustflags changed
30742025-01-31T04:50:16.978Z Compiling hkdf v0.12.4
30752025-01-31T04:50:16.980Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hkdf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=ef66874295310565 -C extra-filename=-ef66874295310565 --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-abdc0b2e0b5c493c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30762025-01-31T04:50:17.006Z Dirty crypto-bigint v0.5.5: the rustflags changed
30772025-01-31T04:50:17.006Z Compiling crypto-bigint v0.5.5
30782025-01-31T04:50:17.043Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crypto_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "der", "extra-sizes", "generic-array", "rand", "rand_core", "rlp", "serde", "zeroize"))' -C metadata=3152a88fb011064f -C extra-filename=-3152a88fb011064f --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-e3e034bbc733b83c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30792025-01-31T04:50:17.254Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "des", "dof"))' -C metadata=3b887867358f299f -C extra-filename=-3b887867358f299f --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-74b89f0a9d262c25.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern thread_id=/work/oxidecomputer/omicron/target/debug/deps/libthread_id-d6c0f55cbc23e56a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg usdt_stable_asm --cfg usdt_backend_standard`
30802025-01-31T04:50:17.284Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-async-abccc93cc5e58cec/build-script-build`
30812025-01-31T04:50:17.316Z Dirty crossbeam-epoch v0.9.18: the rustflags changed
30822025-01-31T04:50:17.316Z Compiling crossbeam-epoch v0.9.18
30832025-01-31T04:50:17.322Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_epoch --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "loom", "loom-crate", "nightly", "std"))' -C metadata=f632b0254fcc752f -C extra-filename=-f632b0254fcc752f --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30842025-01-31T04:50:17.368Z Dirty utf-8 v0.7.6: the rustflags changed
30852025-01-31T04:50:17.368Z Compiling utf-8 v0.7.6
30862025-01-31T04:50:17.370Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name utf8 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3634facfa3f7e4c4 -C extra-filename=-3634facfa3f7e4c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30872025-01-31T04:50:17.514Z Dirty match_cfg v0.1.0: the rustflags changed
30882025-01-31T04:50:17.514Z Compiling match_cfg v0.1.0
30892025-01-31T04:50:17.537Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name match_cfg --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_core"))' -C metadata=a8b1691c5465c774 -C extra-filename=-a8b1691c5465c774 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30902025-01-31T04:50:17.643Z Dirty bitflags v1.3.2: the rustflags changed
30912025-01-31T04:50:17.643Z Compiling bitflags v1.3.2
30922025-01-31T04:50:17.645Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bitflags --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("compiler_builtins", "core", "default", "example_generated", "rustc-dep-of-std"))' -C metadata=3656ba0bdfaef672 -C extra-filename=-3656ba0bdfaef672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30932025-01-31T04:50:17.712Z Dirty take_mut v0.2.2: the rustflags changed
30942025-01-31T04:50:17.712Z Compiling take_mut v0.2.2
30952025-01-31T04:50:17.714Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name take_mut --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fefbf8000eac7fff -C extra-filename=-fefbf8000eac7fff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30962025-01-31T04:50:17.773Z Dirty rayon-core v1.12.1: the rustflags changed
30972025-01-31T04:50:17.774Z Compiling rayon-core v1.12.1
30982025-01-31T04:50:17.776Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=4ece7f1a74636071 -C extra-filename=-4ece7f1a74636071 --out-dir /work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
30992025-01-31T04:50:17.907Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_async --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "nested-values"))' -C metadata=e1ef3cdd035b7e7f -C extra-filename=-e1ef3cdd035b7e7f --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-f60384c24350b8e8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern take_mut=/work/oxidecomputer/omicron/target/debug/deps/libtake_mut-fefbf8000eac7fff.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg integer128`
31002025-01-31T04:50:18.027Z Dirty hostname v0.3.1: the rustflags changed
31012025-01-31T04:50:18.027Z Compiling hostname v0.3.1
31022025-01-31T04:50:18.029Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=d6875c02193cfb64 -C extra-filename=-d6875c02193cfb64 --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-98124fae94d5c163.rmeta --extern match_cfg=/work/oxidecomputer/omicron/target/debug/deps/libmatch_cfg-a8b1691c5465c774.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31032025-01-31T04:50:18.154Z Running `/work/oxidecomputer/omicron/target/debug/build/rayon-core-4ece7f1a74636071/build-script-build`
31042025-01-31T04:50:18.198Z Dirty slog-term v2.9.1: the rustflags changed
31052025-01-31T04:50:18.198Z Compiling slog-term v2.9.1
31062025-01-31T04:50:18.200Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_term --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-term-2.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)' --check-cfg 'cfg(feature, values("erased-serde", "nested-values", "serde", "serde_json"))' -C metadata=259451c7f911cced -C extra-filename=-259451c7f911cced --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-7fcf105a31e0f4a8.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern thread_local=/work/oxidecomputer/omicron/target/debug/deps/libthread_local-471e29bf01f31ecf.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31072025-01-31T04:50:18.271Z Dirty hex v0.4.3: the rustflags changed
31082025-01-31T04:50:18.271Z Compiling hex v0.4.3
31092025-01-31T04:50:18.273Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std"))' -C metadata=084c2445d08cf99b -C extra-filename=-084c2445d08cf99b --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31102025-01-31T04:50:18.425Z Dirty memmap v0.7.0: the rustflags changed
31112025-01-31T04:50:18.425Z Compiling memmap v0.7.0
31122025-01-31T04:50:18.449Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=263a8fea269cfd6d -C extra-filename=-263a8fea269cfd6d --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31132025-01-31T04:50:18.603Z Dirty bit-vec v0.6.3: the rustflags changed
31142025-01-31T04:50:18.603Z Compiling bit-vec v0.6.3
31152025-01-31T04:50:18.605Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_vec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_no_std", "serde_std", "std"))' -C metadata=e36d209b624fb19a -C extra-filename=-e36d209b624fb19a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31162025-01-31T04:50:18.684Z Dirty usdt-attr-macro v0.5.0: the rustflags changed
31172025-01-31T04:50:18.684Z Compiling usdt-attr-macro v0.5.0
31182025-01-31T04:50:18.686Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_attr_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=6ee6e0a9122870e5 -C extra-filename=-6ee6e0a9122870e5 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31192025-01-31T04:50:18.780Z Dirty usdt-macro v0.5.0: the rustflags changed
31202025-01-31T04:50:18.780Z Compiling usdt-macro v0.5.0
31212025-01-31T04:50:18.782Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default"))' -C metadata=847d02ab431a8a30 -C extra-filename=-847d02ab431a8a30 --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-1fb82b18e607a80b.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31222025-01-31T04:50:18.850Z Dirty crossbeam-deque v0.8.5: the rustflags changed
31232025-01-31T04:50:18.850Z Compiling crossbeam-deque v0.8.5
31242025-01-31T04:50:18.852Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crossbeam_deque --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crossbeam-deque-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6edf8bac7951c184 -C extra-filename=-6edf8bac7951c184 --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-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31252025-01-31T04:50:18.938Z Dirty num-iter v0.1.45: the rustflags changed
31262025-01-31T04:50:18.938Z Compiling num-iter v0.1.45
31272025-01-31T04:50:18.941Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_iter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "i128", "std"))' -C metadata=b01694be23ac2aa9 -C extra-filename=-b01694be23ac2aa9 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31282025-01-31T04:50:19.026Z Dirty bit-set v0.5.3: the rustflags changed
31292025-01-31T04:50:19.026Z Compiling bit-set v0.5.3
31302025-01-31T04:50:19.029Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bit_set --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=9d19b3807544ab5a -C extra-filename=-9d19b3807544ab5a --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-e36d209b624fb19a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31312025-01-31T04:50:19.149Z Dirty flate2 v1.0.35: the rustflags changed
31322025-01-31T04:50:19.149Z Compiling flate2 v1.0.35
31332025-01-31T04:50:19.193Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name flate2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/flate2-1.0.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="any_impl"' --cfg 'feature="default"' --cfg 'feature="miniz_oxide"' --cfg 'feature="rust_backend"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("any_impl", "any_zlib", "cloudflare-zlib-sys", "cloudflare_zlib", "default", "libz-ng-sys", "libz-rs-sys", "libz-sys", "miniz-sys", "miniz_oxide", "rust_backend", "zlib", "zlib-default", "zlib-ng", "zlib-ng-compat", "zlib-rs"))' -C metadata=8de021ccf289e058 -C extra-filename=-8de021ccf289e058 --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-8bbe085508e0f085.rmeta --extern miniz_oxide=/work/oxidecomputer/omicron/target/debug/deps/libminiz_oxide-d007f834b8c6d5bd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31342025-01-31T04:50:19.210Z Dirty curve25519-dalek v4.1.3: the rustflags changed
31352025-01-31T04:50:19.210Z Compiling curve25519-dalek v4.1.3
31362025-01-31T04:50:19.213Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=83cd89f823282e5b -C extra-filename=-83cd89f823282e5b --out-dir /work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31372025-01-31T04:50:19.330Z Dirty static_assertions v1.1.0: the rustflags changed
31382025-01-31T04:50:19.330Z Compiling static_assertions v1.1.0
31392025-01-31T04:50:19.333Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name static_assertions --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=64f150a3658beee9 -C extra-filename=-64f150a3658beee9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31402025-01-31T04:50:19.411Z Dirty rustls v0.22.4: the rustflags changed
31412025-01-31T04:50:19.411Z Compiling rustls v0.22.4
31422025-01-31T04:50:19.414Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=a0aa9f0b731d78b3 -C extra-filename=-a0aa9f0b731d78b3 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31432025-01-31T04:50:19.450Z Dirty num-bigint-dig v0.8.4: the rustflags changed
31442025-01-31T04:50:19.450Z Compiling num-bigint-dig v0.8.4
31452025-01-31T04:50:19.454Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-0.8.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 -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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=86e3501f1b4b633b -C extra-filename=-86e3501f1b4b633b --out-dir /work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31462025-01-31T04:50:19.803Z Dirty elliptic-curve v0.13.8: the rustflags changed
31472025-01-31T04:50:19.803Z Compiling elliptic-curve v0.13.8
31482025-01-31T04:50:19.806Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name elliptic_curve --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=65da72310a89d62c -C extra-filename=-65da72310a89d62c --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-2bae47673a4d3340.rmeta --extern crypto_bigint=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_bigint-3152a88fb011064f.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31492025-01-31T04:50:19.904Z Running `/work/oxidecomputer/omicron/target/debug/build/num-bigint-dig-86e3501f1b4b633b/build-script-build`
31502025-01-31T04:50:19.925Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-a0aa9f0b731d78b3/build-script-build`
31512025-01-31T04:50:19.967Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-core-1.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=7437feb4062411e4 -C extra-filename=-7437feb4062411e4 --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-6edf8bac7951c184.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31522025-01-31T04:50:19.998Z Running `/work/oxidecomputer/omicron/target/debug/build/curve25519-dalek-83cd89f823282e5b/build-script-build`
31532025-01-31T04:50:20.034Z Dirty toml v0.7.8: the rustflags changed
31542025-01-31T04:50:20.034Z Compiling toml v0.7.8
31552025-01-31T04:50:20.036Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "display", "indexmap", "parse", "preserve_order"))' -C metadata=87266ebd0a36a588 -C extra-filename=-87266ebd0a36a588 --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-b6795449d4b8cccb.rmeta --extern serde_spanned=/work/oxidecomputer/omicron/target/debug/deps/libserde_spanned-230b904cc8c9c6ec.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31562025-01-31T04:50:20.136Z Dirty phf_shared v0.11.2: the rustflags changed
31572025-01-31T04:50:20.136Z Compiling phf_shared v0.11.2
31582025-01-31T04:50:20.139Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=65d0301f5bcb2ce7 -C extra-filename=-65d0301f5bcb2ce7 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31592025-01-31T04:50:20.477Z Dirty slog-json v2.6.1: the rustflags changed
31602025-01-31T04:50:20.478Z Compiling slog-json v2.6.1
31612025-01-31T04:50:20.480Z Dirty rfc6979 v0.4.0: the rustflags changed
31622025-01-31T04:50:20.480Z Compiling rfc6979 v0.4.0
31632025-01-31T04:50:20.481Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_json --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "dynamic-keys", "erased-serde", "nested-values"))' -C metadata=15a1144bdbd391e6 -C extra-filename=-15a1144bdbd391e6 --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31642025-01-31T04:50:20.481Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rfc6979 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7884e6e81382e5f4 -C extra-filename=-7884e6e81382e5f4 --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-abdc0b2e0b5c493c.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31652025-01-31T04:50:20.543Z Dirty usdt v0.5.0: the rustflags changed
31662025-01-31T04:50:20.543Z Compiling usdt v0.5.0
31672025-01-31T04:50:20.545Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name usdt --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "dtrace-parser"))' -C metadata=25b7940da9ea77bc -C extra-filename=-25b7940da9ea77bc --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-8f5964ed6d1084ce.rmeta --extern dtrace_parser=/work/oxidecomputer/omicron/target/debug/deps/libdtrace_parser-1fb82b18e607a80b.rmeta --extern goblin=/work/oxidecomputer/omicron/target/debug/deps/libgoblin-cf023cfdf9fe426f.rmeta --extern memmap=/work/oxidecomputer/omicron/target/debug/deps/libmemmap-263a8fea269cfd6d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt_attr_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_attr_macro-6ee6e0a9122870e5.so --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern usdt_macro=/work/oxidecomputer/omicron/target/debug/deps/libusdt_macro-847d02ab431a8a30.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31682025-01-31T04:50:20.648Z Dirty zerocopy-derive v0.6.6: the rustflags changed
31692025-01-31T04:50:20.648Z Compiling zerocopy-derive v0.6.6
31702025-01-31T04:50:20.672Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c1778a44ee7a88e7 -C extra-filename=-c1778a44ee7a88e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31712025-01-31T04:50:20.721Z Dirty curve25519-dalek-derive v0.1.1: the rustflags changed
31722025-01-31T04:50:20.721Z Compiling curve25519-dalek-derive v0.1.1
31732025-01-31T04:50:20.725Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=599cb585398de0a5 -C extra-filename=-599cb585398de0a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31742025-01-31T04:50:20.842Z Dirty bstr v1.10.0: the rustflags changed
31752025-01-31T04:50:20.842Z Compiling bstr v1.10.0
31762025-01-31T04:50:20.845Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bstr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bstr-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "std", "unicode"))' -C metadata=a80f3c63828065bb -C extra-filename=-a80f3c63828065bb --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-9e2df5937f592b1b.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31772025-01-31T04:50:21.047Z Dirty fixedbitset v0.4.2: the rustflags changed
31782025-01-31T04:50:21.047Z Compiling fixedbitset v0.4.2
31792025-01-31T04:50:21.050Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fixedbitset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=ed381db068edd205 -C extra-filename=-ed381db068edd205 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31802025-01-31T04:50:21.502Z Dirty managed v0.8.0: the rustflags changed
31812025-01-31T04:50:21.502Z Compiling managed v0.8.0
31822025-01-31T04:50:21.504Z Dirty signal-hook v0.3.17: the rustflags changed
31832025-01-31T04:50:21.504Z Compiling signal-hook v0.3.17
31842025-01-31T04:50:21.504Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name managed --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "map", "std"))' -C metadata=2aa75ec8bbd05fe9 -C extra-filename=-2aa75ec8bbd05fe9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31852025-01-31T04:50:21.505Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.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="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=a60244dac804eb2a -C extra-filename=-a60244dac804eb2a --out-dir /work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31862025-01-31T04:50:21.542Z Dirty petgraph v0.6.5: the rustflags changed
31872025-01-31T04:50:21.542Z Compiling petgraph v0.6.5
31882025-01-31T04:50:21.545Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name petgraph --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "generate", "graphmap", "matrix_graph", "quickcheck", "rayon", "serde", "serde-1", "serde_derive", "stable_graph", "unstable"))' -C metadata=17c7bf98f86162e7 -C extra-filename=-17c7bf98f86162e7 --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-ed381db068edd205.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31892025-01-31T04:50:21.869Z Running `/work/oxidecomputer/omicron/target/debug/build/signal-hook-a60244dac804eb2a/build-script-build`
31902025-01-31T04:50:21.911Z Dirty slog-bunyan v2.5.0: the rustflags changed
31912025-01-31T04:50:21.911Z Compiling slog-bunyan v2.5.0
31922025-01-31T04:50:21.948Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_bunyan --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=4aab30aae94af806 -C extra-filename=-4aab30aae94af806 --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-d6875c02193cfb64.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31932025-01-31T04:50:21.951Z Dirty ecdsa v0.16.9: the rustflags changed
31942025-01-31T04:50:21.951Z Compiling ecdsa v0.16.9
31952025-01-31T04:50:21.955Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ecdsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arithmetic", "default", "der", "dev", "digest", "hazmat", "pem", "pkcs8", "rfc6979", "serde", "serdect", "sha2", "signing", "spki", "std", "verifying"))' -C metadata=069556d964dc7105 -C extra-filename=-069556d964dc7105 --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-7574fbcdd472cb64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern rfc6979=/work/oxidecomputer/omicron/target/debug/deps/librfc6979-7884e6e81382e5f4.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
31962025-01-31T04:50:22.145Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint_dig --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num-bigint-dig-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 --cfg 'feature="i128"' --cfg 'feature="prime"' --cfg 'feature="rand"' --cfg 'feature="serde"' --cfg 'feature="u64_digit"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "default", "fuzz", "i128", "nightly", "prime", "rand", "serde", "std", "u64_digit", "zeroize"))' -C metadata=514bc199f63122fd -C extra-filename=-514bc199f63122fd --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-74b89f0a9d262c25.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libm=/work/oxidecomputer/omicron/target/debug/deps/liblibm-5e88d2d671dfc9ee.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_i128`
31972025-01-31T04:50:22.275Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name curve25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "digest", "ff", "group", "group-bits", "legacy_compatibility", "precomputed-tables", "rand_core", "serde", "zeroize"))' -C metadata=296415074f6d0321 -C extra-filename=-296415074f6d0321 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern curve25519_dalek_derive=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek_derive-599cb585398de0a5.so --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'curve25519_dalek_bits="64"' --cfg 'curve25519_dalek_backend="simd"'`
31982025-01-31T04:50:22.419Z Dirty phf_shared v0.10.0: the rustflags changed
31992025-01-31T04:50:22.419Z Compiling phf_shared v0.10.0
32002025-01-31T04:50:22.422Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_shared-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uncased", "unicase"))' -C metadata=49ad2fff5ed0c730 -C extra-filename=-49ad2fff5ed0c730 --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-0fee2dbb2aad7fed.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32012025-01-31T04:50:22.748Z Dirty zerocopy v0.6.6: the rustflags changed
32022025-01-31T04:50:22.748Z Compiling zerocopy v0.6.6
32032025-01-31T04:50:22.751Z Dirty pkcs1 v0.7.5: the rustflags changed
32042025-01-31T04:50:22.751Z Compiling pkcs1 v0.7.5
32052025-01-31T04:50:22.772Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("__internal_use_only_features_that_work_on_stable", "alloc", "simd", "simd-nightly"))' -C metadata=6a168a4dea1a447b -C extra-filename=-6a168a4dea1a447b --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-74b89f0a9d262c25.rmeta --extern zerocopy_derive=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy_derive-c1778a44ee7a88e7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32062025-01-31T04:50:22.772Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pkcs1 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "pem", "pkcs8", "std", "zeroize"))' -C metadata=115ed42f519e88ca -C extra-filename=-115ed42f519e88ca --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-7574fbcdd472cb64.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32072025-01-31T04:50:22.796Z Dirty bzip2-sys v0.1.11+1.0.8: the rustflags changed
32082025-01-31T04:50:22.796Z Compiling bzip2-sys v0.1.11+1.0.8
32092025-01-31T04:50:22.818Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=3b6f7a286833df99 -C extra-filename=-3b6f7a286833df99 --out-dir /work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32102025-01-31T04:50:22.822Z Dirty multer v3.1.0: the rustflags changed
32112025-01-31T04:50:22.822Z Compiling multer v3.1.0
32122025-01-31T04:50:22.822Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=05e91a8b5226fed6 -C extra-filename=-05e91a8b5226fed6 --out-dir /work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32132025-01-31T04:50:23.204Z Dirty unicode-xid v0.2.6: the rustflags changed
32142025-01-31T04:50:23.204Z Compiling unicode-xid v0.2.6
32152025-01-31T04:50:23.206Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_xid --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench", "default", "no_std"))' -C metadata=a24a36993c6f403e -C extra-filename=-a24a36993c6f403e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32162025-01-31T04:50:23.397Z Dirty precomputed-hash v0.1.1: the rustflags changed
32172025-01-31T04:50:23.397Z Compiling precomputed-hash v0.1.1
32182025-01-31T04:50:23.400Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name precomputed_hash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=238810c478cefe22 -C extra-filename=-238810c478cefe22 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32192025-01-31T04:50:23.430Z Dirty new_debug_unreachable v1.0.6: the rustflags changed
32202025-01-31T04:50:23.430Z Compiling new_debug_unreachable v1.0.6
32212025-01-31T04:50:23.434Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_unreachable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=43bb5c484e7b8719 -C extra-filename=-43bb5c484e7b8719 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32222025-01-31T04:50:23.510Z Running `/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-3b6f7a286833df99/build-script-build`
32232025-01-31T04:50:23.548Z Dirty string_cache v0.8.7: the rustflags changed
32242025-01-31T04:50:23.548Z Compiling string_cache v0.8.7
32252025-01-31T04:50:23.551Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name string_cache --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/string_cache-0.8.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="serde"' --cfg 'feature="serde_support"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_support"))' -C metadata=0fd25370ace1e53b -C extra-filename=-0fd25370ace1e53b --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-43bb5c484e7b8719.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-49ad2fff5ed0c730.rmeta --extern precomputed_hash=/work/oxidecomputer/omicron/target/debug/deps/libprecomputed_hash-238810c478cefe22.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32262025-01-31T04:50:23.551Z Running `/work/oxidecomputer/omicron/target/debug/build/multer-05e91a8b5226fed6/build-script-build`
32272025-01-31T04:50:23.681Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="channel"' --cfg 'feature="default"' --cfg 'feature="iterator"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cc", "channel", "default", "extended-siginfo", "extended-siginfo-raw", "iterator"))' -C metadata=c0f16c274fb122ff -C extra-filename=-c0f16c274fb122ff --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-98124fae94d5c163.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32282025-01-31T04:50:23.685Z Dirty unicode-normalization v0.1.24: the rustflags changed
32292025-01-31T04:50:23.685Z Compiling unicode-normalization v0.1.24
32302025-01-31T04:50:23.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_normalization --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-normalization-0.1.24/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a0b87c413fd50c2b -C extra-filename=-a0b87c413fd50c2b --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-1724dd6ce6a29e96.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32312025-01-31T04:50:23.983Z Dirty ed25519 v2.2.3: the rustflags changed
32322025-01-31T04:50:23.983Z Compiling ed25519 v2.2.3
32332025-01-31T04:50:23.987Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="pkcs8"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "pem", "pkcs8", "serde", "serde_bytes", "std", "zeroize"))' -C metadata=a176d06ec0580df2 -C extra-filename=-a176d06ec0580df2 --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-fa4291ce2da6a74b.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32342025-01-31T04:50:24.515Z Dirty rsa v0.9.6: the rustflags changed
32352025-01-31T04:50:24.515Z Compiling rsa v0.9.6
32362025-01-31T04:50:24.518Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rsa --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rsa-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 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)' --check-cfg 'cfg(feature, values("default", "getrandom", "hazmat", "nightly", "pem", "pkcs5", "serde", "sha1", "sha2", "std", "u64_digit"))' -C metadata=d3117513bdb52260 -C extra-filename=-d3117513bdb52260 --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-dedac17a1c4aee37.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-115ed42f519e88ca.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32372025-01-31T04:50:24.820Z Dirty hubpack_derive v0.1.1: the rustflags changed
32382025-01-31T04:50:24.820Z Compiling hubpack_derive v0.1.1
32392025-01-31T04:50:24.823Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=db572105b4e92793 -C extra-filename=-db572105b4e92793 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32402025-01-31T04:50:24.956Z Dirty enum-as-inner v0.6.1: the rustflags changed
32412025-01-31T04:50:24.956Z Compiling enum-as-inner v0.6.1
32422025-01-31T04:50:24.959Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name enum_as_inner --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3ba9f5e50c34310e -C extra-filename=-3ba9f5e50c34310e --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32432025-01-31T04:50:25.038Z Dirty async-stream-impl v0.3.6: the rustflags changed
32442025-01-31T04:50:25.038Z Compiling async-stream-impl v0.3.6
32452025-01-31T04:50:25.043Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e906473971a37b6d -C extra-filename=-e906473971a37b6d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32462025-01-31T04:50:25.862Z Dirty quick-error v1.2.3: the rustflags changed
32472025-01-31T04:50:25.862Z Compiling quick-error v1.2.3
32482025-01-31T04:50:25.865Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_error --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bd2025cf3f384ee8 -C extra-filename=-bd2025cf3f384ee8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32492025-01-31T04:50:25.889Z Dirty debug-ignore v1.0.5: the rustflags changed
32502025-01-31T04:50:25.889Z Compiling debug-ignore v1.0.5
32512025-01-31T04:50:25.921Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name debug_ignore --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=c00141925773f27b -C extra-filename=-c00141925773f27b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32522025-01-31T04:50:26.029Z Dirty hubpack v0.1.2: the rustflags changed
32532025-01-31T04:50:26.029Z Compiling hubpack v0.1.2
32542025-01-31T04:50:26.033Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hubpack --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4f6fad6ec8e4be10 -C extra-filename=-4f6fad6ec8e4be10 --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-db572105b4e92793.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32552025-01-31T04:50:26.070Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2_sys --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bzip2-sys-0.1.11+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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=329c2ea5d13c6ecc -C extra-filename=-329c2ea5d13c6ecc --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -l static=bz2`
32562025-01-31T04:50:26.179Z Dirty hickory-proto v0.24.2: the rustflags changed
32572025-01-31T04:50:26.179Z Compiling hickory-proto v0.24.2
32582025-01-31T04:50:26.182Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_proto --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-proto-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --cfg 'feature="default"' --cfg 'feature="text-parsing"' --cfg 'feature="tokio"' --cfg 'feature="tokio-runtime"' --check-cfg 'cfg(docsrs)' --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=0b050cb19d62762f -C extra-filename=-0b050cb19d62762f --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-5f4f76c4c9bff107.so --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tinyvec=/work/oxidecomputer/omicron/target/debug/deps/libtinyvec-1724dd6ce6a29e96.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32592025-01-31T04:50:26.251Z Dirty ed25519-dalek v2.1.1: the rustflags changed
32602025-01-31T04:50:26.251Z Compiling ed25519-dalek v2.1.1
32612025-01-31T04:50:26.254Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ed25519_dalek --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ed25519-dalek-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="digest"' --cfg 'feature="fast"' --cfg 'feature="pkcs8"' --cfg 'feature="rand_core"' --cfg 'feature="signature"' --cfg 'feature="std"' --cfg 'feature="zeroize"' --check-cfg 'cfg(docsrs)' --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=f377a4f0045c50e0 -C extra-filename=-f377a4f0045c50e0 --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-296415074f6d0321.rmeta --extern ed25519=/work/oxidecomputer/omicron/target/debug/deps/libed25519-a176d06ec0580df2.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32622025-01-31T04:50:26.459Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name multer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "default", "json", "log", "serde", "serde_json", "tokio", "tokio-io", "tokio-util"))' -C metadata=9adf881abd615794 -C extra-filename=-9adf881abd615794 --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-03e029f2a415749e.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32632025-01-31T04:50:26.495Z Dirty async-stream v0.3.6: the rustflags changed
32642025-01-31T04:50:26.495Z Compiling async-stream v0.3.6
32652025-01-31T04:50:26.498Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a7f54b158cf34dc4 -C extra-filename=-a7f54b158cf34dc4 --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-e906473971a37b6d.so --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32662025-01-31T04:50:26.804Z Dirty x509-cert v0.2.5: the rustflags changed
32672025-01-31T04:50:26.804Z Compiling x509-cert v0.2.5
32682025-01-31T04:50:26.807Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name x509_cert --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "builder", "default", "hazmat", "pem", "sct", "sha1", "signature", "std"))' -C metadata=985f636b6e464d35 -C extra-filename=-985f636b6e464d35 --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-dedac17a1c4aee37.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32692025-01-31T04:50:27.457Z Dirty heapless v0.7.17: the rustflags changed
32702025-01-31T04:50:27.457Z Compiling heapless v0.7.17
32712025-01-31T04:50:27.460Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=d30ccfdc65c7a4f9 -C extra-filename=-d30ccfdc65c7a4f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32722025-01-31T04:50:27.547Z Dirty serde_path_to_error v0.1.16: the rustflags changed
32732025-01-31T04:50:27.547Z Compiling serde_path_to_error v0.1.16
32742025-01-31T04:50:27.550Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_path_to_error --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_path_to_error-0.1.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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7138542f636d1b47 -C extra-filename=-7138542f636d1b47 --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-9a423a21109b8870.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32752025-01-31T04:50:27.986Z Dirty waitgroup v0.1.2: the rustflags changed
32762025-01-31T04:50:27.986Z Compiling waitgroup v0.1.2
32772025-01-31T04:50:27.989Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name waitgroup --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=447c77785d319677 -C extra-filename=-447c77785d319677 --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-51ef279ec708937a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32782025-01-31T04:50:28.232Z Dirty hostname v0.4.0: the rustflags changed
32792025-01-31T04:50:28.232Z Compiling hostname v0.4.0
32802025-01-31T04:50:28.256Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hostname-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"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "set"))' -C metadata=2bac53e90809e60a -C extra-filename=-2bac53e90809e60a --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32812025-01-31T04:50:28.306Z Dirty dropshot v0.12.0: the rustflags changed
32822025-01-31T04:50:28.306Z Compiling dropshot v0.12.0
32832025-01-31T04:50:28.309Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.12.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=c7e4d652f0dc20b2 -C extra-filename=-c7e4d652f0dc20b2 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32842025-01-31T04:50:28.483Z Dirty newtype-uuid v1.2.1: the rustflags changed
32852025-01-31T04:50:28.483Z Compiling newtype-uuid v1.2.1
32862025-01-31T04:50:28.486Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-1.2.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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=5b0d57bd592c2555 -C extra-filename=-5b0d57bd592c2555 --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32872025-01-31T04:50:28.690Z Dirty lalrpop-util v0.19.12: the rustflags changed
32882025-01-31T04:50:28.690Z Compiling lalrpop-util v0.19.12
32892025-01-31T04:50:28.693Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop_util --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "regex", "std"))' -C metadata=b4dcd03b652e645a -C extra-filename=-b4dcd03b652e645a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32902025-01-31T04:50:28.868Z Dirty unicode-width v0.2.0: the rustflags changed
32912025-01-31T04:50:28.868Z Compiling unicode-width v0.2.0
32922025-01-31T04:50:28.871Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=86ee2ece7b2d2d20 -C extra-filename=-86ee2ece7b2d2d20 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
32932025-01-31T04:50:29.060Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype-uuid-5b0d57bd592c2555/build-script-build`
32942025-01-31T04:50:29.106Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-c7e4d652f0dc20b2/build-script-build`
32952025-01-31T04:50:29.226Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-d30ccfdc65c7a4f9/build-script-build`
32962025-01-31T04:50:29.284Z Dirty bzip2 v0.4.4: the rustflags changed
32972025-01-31T04:50:29.284Z Compiling bzip2 v0.4.4
32982025-01-31T04:50:29.287Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bzip2 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=564b4058719b0508 -C extra-filename=-564b4058719b0508 --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-329c2ea5d13c6ecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
32992025-01-31T04:50:29.438Z Dirty console v0.15.10: the rustflags changed
33002025-01-31T04:50:29.438Z Compiling console v0.15.10
33012025-01-31T04:50:29.441Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name console --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/console-0.15.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi-parsing"' --cfg 'feature="default"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi-parsing", "default", "unicode-width", "windows-console-colors"))' -C metadata=c84ca6b3c4172a91 -C extra-filename=-c84ca6b3c4172a91 --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-98124fae94d5c163.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33022025-01-31T04:50:29.742Z Dirty signal-hook-mio v0.2.4: the rustflags changed
33032025-01-31T04:50:29.742Z Compiling signal-hook-mio v0.2.4
33042025-01-31T04:50:29.745Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_mio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/signal-hook-mio-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="mio-1_0"' --cfg 'feature="support-v1_0"' --check-cfg 'cfg(docsrs)' --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=e350e414b7a67c57 -C extra-filename=-e350e414b7a67c57 --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-98124fae94d5c163.rmeta --extern mio_1_0=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33052025-01-31T04:50:29.867Z Dirty dropshot_endpoint v0.12.0: the rustflags changed
33062025-01-31T04:50:29.867Z Compiling dropshot_endpoint v0.12.0
33072025-01-31T04:50:29.870Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.12.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--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)' --check-cfg 'cfg(feature, values())' -C metadata=0b0c7055b035f2c0 -C extra-filename=-0b0c7055b035f2c0 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33082025-01-31T04:50:29.943Z Dirty hash32 v0.2.1: the rustflags changed
33092025-01-31T04:50:29.943Z Compiling hash32 v0.2.1
33102025-01-31T04:50:29.946Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=848c5d699e957e2e -C extra-filename=-848c5d699e957e2e --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33112025-01-31T04:50:30.332Z Dirty unicode-properties v0.1.3: the rustflags changed
33122025-01-31T04:50:30.332Z Compiling unicode-properties v0.1.3
33132025-01-31T04:50:30.335Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_properties --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-properties-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="emoji"' --cfg 'feature="general-category"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "emoji", "general-category"))' -C metadata=f8251b32ffa82eca -C extra-filename=-f8251b32ffa82eca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33142025-01-31T04:50:30.769Z Dirty linked-hash-map v0.5.6: the rustflags changed
33152025-01-31T04:50:30.769Z Compiling linked-hash-map v0.5.6
33162025-01-31T04:50:30.771Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name linked_hash_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl", "nightly", "serde", "serde_impl"))' -C metadata=d79e2da121cb1da1 -C extra-filename=-d79e2da121cb1da1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33172025-01-31T04:50:30.797Z Dirty predicates-core v1.0.8: the rustflags changed
33182025-01-31T04:50:30.797Z Compiling predicates-core v1.0.8
33192025-01-31T04:50:30.800Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-core-1.0.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=75c4a740e25c3d5a -C extra-filename=-75c4a740e25c3d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33202025-01-31T04:50:31.124Z Dirty portable-atomic v1.9.0: the rustflags changed
33212025-01-31T04:50:31.124Z Compiling portable-atomic v1.9.0
33222025-01-31T04:50:31.127Z Dirty unicode-bidi v0.3.17: the rustflags changed
33232025-01-31T04:50:31.127Z Compiling unicode-bidi v0.3.17
33242025-01-31T04:50:31.151Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=2db65ad1f00198f9 -C extra-filename=-2db65ad1f00198f9 --out-dir /work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33252025-01-31T04:50:31.151Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_bidi --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicode-bidi-0.3.17/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="hardcoded-data"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench_it", "default", "flame", "flame_it", "flamer", "hardcoded-data", "serde", "smallvec", "std", "unstable", "with_serde"))' -C metadata=ec3b6193cfd8c780 -C extra-filename=-ec3b6193cfd8c780 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33262025-01-31T04:50:31.278Z Dirty smoltcp v0.9.1: the rustflags changed
33272025-01-31T04:50:31.278Z Compiling smoltcp v0.9.1
33282025-01-31T04:50:31.281Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=4e3cd42e9de12aa3 -C extra-filename=-4e3cd42e9de12aa3 --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33292025-01-31T04:50:31.997Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-4e3cd42e9de12aa3/build-script-build`
33302025-01-31T04:50:32.039Z Dirty stringprep v0.1.5: the rustflags changed
33312025-01-31T04:50:32.039Z Compiling stringprep v0.1.5
33322025-01-31T04:50:32.041Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name stringprep --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f7e200a9aa0e9303 -C extra-filename=-f7e200a9aa0e9303 --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-ec3b6193cfd8c780.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --extern unicode_properties=/work/oxidecomputer/omicron/target/debug/deps/libunicode_properties-f8251b32ffa82eca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33332025-01-31T04:50:32.109Z Dirty lru-cache v0.1.2: the rustflags changed
33342025-01-31T04:50:32.109Z Compiling lru-cache v0.1.2
33352025-01-31T04:50:32.111Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lru_cache --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("heapsize", "heapsize_impl"))' -C metadata=ce02e10d0a05c24d -C extra-filename=-ce02e10d0a05c24d --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-d79e2da121cb1da1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33362025-01-31T04:50:32.204Z Running `/work/oxidecomputer/omicron/target/debug/build/portable-atomic-2db65ad1f00198f9/build-script-build`
33372025-01-31T04:50:32.292Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=caaece09d64c0bb3 -C extra-filename=-caaece09d64c0bb3 --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-848c5d699e957e2e.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_cas --cfg has_atomics`
33382025-01-31T04:50:32.321Z Dirty crossterm v0.28.1: the rustflags changed
33392025-01-31T04:50:32.321Z Compiling crossterm v0.28.1
33402025-01-31T04:50:32.324Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crossterm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bracketed-paste", "default", "event-stream", "events", "filedescriptor", "libc", "serde", "use-dev-tty", "windows"))' -C metadata=2ac91f940d4632cb -C extra-filename=-2ac91f940d4632cb --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-b6414318a57462a7.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_mio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_mio-e350e414b7a67c57.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33412025-01-31T04:50:32.437Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_uuid --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/newtype-uuid-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="alloc"' --cfg 'feature="default"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "proptest1", "schemars08", "serde", "std", "v4"))' -C metadata=5ad72f64385d87dc -C extra-filename=-5ad72f64385d87dc --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
33422025-01-31T04:50:32.757Z Dirty similar v2.6.0: the rustflags changed
33432025-01-31T04:50:32.757Z Compiling similar v2.6.0
33442025-01-31T04:50:32.759Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name similar --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-2.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="bstr"' --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="inline"' --cfg 'feature="text"' --cfg 'feature="unicode"' --cfg 'feature="unicode-segmentation"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bstr", "bytes", "default", "inline", "serde", "text", "unicode", "unicode-segmentation"))' -C metadata=02c658c7341ec876 -C extra-filename=-02c658c7341ec876 --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-a80f3c63828065bb.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33452025-01-31T04:50:33.109Z Dirty rayon v1.10.0: the rustflags changed
33462025-01-31T04:50:33.109Z Compiling rayon v1.10.0
33472025-01-31T04:50:33.121Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rayon --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rayon-1.10.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("web_spin_lock"))' -C metadata=1ce2069512a8f1cb -C extra-filename=-1ce2069512a8f1cb --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-e6d980dfe6eef5ca.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33482025-01-31T04:50:33.343Z Dirty tokio-stream v0.1.16: the rustflags changed
33492025-01-31T04:50:33.343Z Compiling tokio-stream v0.1.16
33502025-01-31T04:50:33.345Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_stream --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-stream-0.1.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="net"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-util"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "fs", "full", "io-util", "net", "signal", "sync", "time", "tokio-util"))' -C metadata=133df3fa399074a2 -C extra-filename=-133df3fa399074a2 --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-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33512025-01-31T04:50:34.217Z Dirty md-5 v0.10.6: the rustflags changed
33522025-01-31T04:50:34.217Z Compiling md-5 v0.10.6
33532025-01-31T04:50:34.220Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("asm", "default", "force-soft", "loongarch64_asm", "md5-asm", "oid", "std"))' -C metadata=6a0f43847ab00204 -C extra-filename=-6a0f43847ab00204 --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-c23dfb9b1834c42c.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33542025-01-31T04:50:34.242Z Dirty float-cmp v0.9.0: the rustflags changed
33552025-01-31T04:50:34.242Z Compiling float-cmp v0.9.0
33562025-01-31T04:50:34.245Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name float_cmp --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/float-cmp-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 --cfg 'feature="default"' --cfg 'feature="num-traits"' --cfg 'feature="ratio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "num-traits", "ratio", "std"))' -C metadata=91b3da0b61d7ce3d -C extra-filename=-91b3da0b61d7ce3d --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33572025-01-31T04:50:34.482Z Dirty fs-err v2.11.0: the rustflags changed
33582025-01-31T04:50:34.482Z Compiling fs-err v2.11.0
33592025-01-31T04:50:34.486Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=d784062d536c450e -C extra-filename=-d784062d536c450e --out-dir /work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33602025-01-31T04:50:34.507Z Dirty fallible-iterator v0.2.0: the rustflags changed
33612025-01-31T04:50:34.507Z Compiling fallible-iterator v0.2.0
33622025-01-31T04:50:34.510Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=204b371dda7d5862 -C extra-filename=-204b371dda7d5862 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33632025-01-31T04:50:34.902Z Dirty normalize-line-endings v0.3.0: the rustflags changed
33642025-01-31T04:50:34.902Z Compiling normalize-line-endings v0.3.0
33652025-01-31T04:50:34.910Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name normalize_line_endings --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e767c7de60006aef -C extra-filename=-e767c7de60006aef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33662025-01-31T04:50:34.958Z Dirty difflib v0.4.0: the rustflags changed
33672025-01-31T04:50:34.958Z Compiling difflib v0.4.0
33682025-01-31T04:50:35.018Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name difflib --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=30d8d277124ef9fa -C extra-filename=-30d8d277124ef9fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33692025-01-31T04:50:35.069Z Running `/work/oxidecomputer/omicron/target/debug/build/fs-err-d784062d536c450e/build-script-build`
33702025-01-31T04:50:35.217Z Dirty postgres-protocol v0.6.7: the rustflags changed
33712025-01-31T04:50:35.217Z Compiling postgres-protocol v0.6.7
33722025-01-31T04:50:35.217Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_protocol --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-protocol-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "getrandom", "js"))' -C metadata=1338b6862b86c9d8 -C extra-filename=-1338b6862b86c9d8 --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-f429081ea7e2c5aa.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-6a0f43847ab00204.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern stringprep=/work/oxidecomputer/omicron/target/debug/deps/libstringprep-f7e200a9aa0e9303.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33732025-01-31T04:50:35.246Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=90dd193995cb0560 -C extra-filename=-90dd193995cb0560 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-caaece09d64c0bb3.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33742025-01-31T04:50:35.414Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name portable_atomic --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/portable-atomic-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(target_arch,values("xtensa"))' --check-cfg 'cfg(target_feature,values("lse2","lse128","rcpc3"))' --check-cfg 'cfg(target_feature,values("quadword-atomics"))' --check-cfg 'cfg(target_pointer_width,values("128"))' --check-cfg 'cfg(portable_atomic_test_outline_atomics_detect_false,qemu,valgrind)' --check-cfg 'cfg(portable_atomic_no_outline_atomics,portable_atomic_outline_atomics)' --cfg 'feature="default"' --cfg 'feature="fallback"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("critical-section", "default", "disable-fiq", "fallback", "float", "force-amo", "require-cas", "s-mode", "serde", "std", "unsafe-assume-single-core"))' -C metadata=183337e8454099e7 -C extra-filename=-183337e8454099e7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(target_feature,values("zaamo","zabha","experimental-zacas","fast-serialization","load-store-on-cond","distinct-ops","miscellaneous-extensions-3"))' --check-cfg 'cfg(portable_atomic_disable_fiq,portable_atomic_force_amo,portable_atomic_ll_sc_rmw,portable_atomic_pre_llvm_15,portable_atomic_pre_llvm_16,portable_atomic_pre_llvm_18,portable_atomic_pre_llvm_19,portable_atomic_new_atomic_intrinsics,portable_atomic_no_asm,portable_atomic_no_asm_maybe_uninit,portable_atomic_no_atomic_64,portable_atomic_no_atomic_cas,portable_atomic_no_atomic_load_store,portable_atomic_no_atomic_min_max,portable_atomic_no_cfg_target_has_atomic,portable_atomic_no_cmpxchg16b_intrinsic,portable_atomic_no_cmpxchg16b_target_feature,portable_atomic_no_const_raw_ptr_deref,portable_atomic_no_const_transmute,portable_atomic_no_core_unwind_safe,portable_atomic_no_diagnostic_namespace,portable_atomic_no_stronger_failure_ordering,portable_atomic_no_track_caller,portable_atomic_no_unsafe_op_in_unsafe_fn,portable_atomic_s_mode,portable_atomic_sanitize_thread,portable_atomic_target_feature,portable_atomic_unsafe_assume_single_core,portable_atomic_unstable_asm,portable_atomic_unstable_asm_experimental_arch,portable_atomic_unstable_cfg_target_has_atomic,portable_atomic_unstable_isa_attribute)' --check-cfg 'cfg(portable_atomic_target_feature,values("cmpxchg16b","distinct-ops","experimental-zacas","fast-serialization","load-store-on-cond","lse","lse128","lse2","mclass","miscellaneous-extensions-3","quadword-atomics","rcpc3","v6","zaamo","zabha"))'`
33752025-01-31T04:50:35.612Z Dirty predicates v3.1.2: the rustflags changed
33762025-01-31T04:50:35.612Z Compiling predicates v3.1.2
33772025-01-31T04:50:35.615Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-3.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::items_after_statements' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --cfg 'feature="color"' --cfg 'feature="default"' --cfg 'feature="diff"' --cfg 'feature="float-cmp"' --cfg 'feature="normalize-line-endings"' --cfg 'feature="regex"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "default", "diff", "float-cmp", "normalize-line-endings", "regex", "unstable"))' -C metadata=beaa80a3e0b7e72f -C extra-filename=-beaa80a3e0b7e72f --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-5a89573be83a4361.rmeta --extern difflib=/work/oxidecomputer/omicron/target/debug/deps/libdifflib-30d8d277124ef9fa.rmeta --extern float_cmp=/work/oxidecomputer/omicron/target/debug/deps/libfloat_cmp-91b3da0b61d7ce3d.rmeta --extern normalize_line_endings=/work/oxidecomputer/omicron/target/debug/deps/libnormalize_line_endings-e767c7de60006aef.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-75c4a740e25c3d5a.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33782025-01-31T04:50:35.646Z Dirty zip v0.6.6: the rustflags changed
33792025-01-31T04:50:35.646Z Compiling zip v0.6.6
33802025-01-31T04:50:35.649Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=53e1d5feb4fef7c9 -C extra-filename=-53e1d5feb4fef7c9 --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-74b89f0a9d262c25.rmeta --extern bzip2=/work/oxidecomputer/omicron/target/debug/deps/libbzip2-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
33812025-01-31T04:50:36.384Z Dirty resolv-conf v0.7.0: the rustflags changed
33822025-01-31T04:50:36.384Z Compiling resolv-conf v0.7.0
33832025-01-31T04:50:36.387Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name resolv_conf --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/resolv-conf-0.7.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="hostname"' --cfg 'feature="system"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("hostname", "system"))' -C metadata=dfe78b5e98446465 -C extra-filename=-dfe78b5e98446465 --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-d6875c02193cfb64.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33842025-01-31T04:50:36.452Z Dirty phf v0.11.2: the rustflags changed
33852025-01-31T04:50:36.452Z Compiling phf v0.11.2
33862025-01-31T04:50:36.455Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name phf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf-0.11.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macros", "phf_macros", "serde", "std", "uncased", "unicase"))' -C metadata=a0c225f7fecf1869 -C extra-filename=-a0c225f7fecf1869 --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-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33872025-01-31T04:50:36.683Z Dirty tungstenite v0.24.0: the rustflags changed
33882025-01-31T04:50:36.683Z Compiling tungstenite v0.24.0
33892025-01-31T04:50:36.686Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="data-encoding"' --cfg 'feature="handshake"' --cfg 'feature="http"' --cfg 'feature="httparse"' --cfg 'feature="sha1"' --check-cfg 'cfg(docsrs)' --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=0b9bdc7ec3be49c6 -C extra-filename=-0b9bdc7ec3be49c6 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33902025-01-31T04:50:36.745Z Dirty strum_macros v0.25.3: the rustflags changed
33912025-01-31T04:50:36.746Z Compiling strum_macros v0.25.3
33922025-01-31T04:50:36.748Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strum_macros-0.25.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)' --check-cfg 'cfg(feature, values())' -C metadata=8e8246f04590950d -C extra-filename=-8e8246f04590950d --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33932025-01-31T04:50:36.941Z Dirty serde-big-array v0.5.1: the rustflags changed
33942025-01-31T04:50:36.941Z Compiling serde-big-array v0.5.1
33952025-01-31T04:50:36.945Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_big_array --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=03d24edac4fb4365 -C extra-filename=-03d24edac4fb4365 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33962025-01-31T04:50:37.097Z Dirty serde_repr v0.1.19: the rustflags changed
33972025-01-31T04:50:37.097Z Compiling serde_repr v0.1.19
33982025-01-31T04:50:37.100Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_repr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_repr-0.1.19/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bd279d47d5730d8 -C extra-filename=-2bd279d47d5730d8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
33992025-01-31T04:50:37.126Z Dirty peg-runtime v0.8.3: the rustflags changed
34002025-01-31T04:50:37.126Z Compiling peg-runtime v0.8.3
34012025-01-31T04:50:37.129Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_runtime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-runtime-0.8.3/lib.rs --error-format=json --json=diagnostic-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)' --check-cfg 'cfg(feature, values("std", "unstable"))' -C metadata=30228406606bb75f -C extra-filename=-30228406606bb75f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34022025-01-31T04:50:37.154Z Dirty number_prefix v0.4.0: the rustflags changed
34032025-01-31T04:50:37.154Z Compiling number_prefix v0.4.0
34042025-01-31T04:50:37.156Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name number_prefix --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/number_prefix-0.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=509c9d78a43a57aa -C extra-filename=-509c9d78a43a57aa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34052025-01-31T04:50:37.199Z Dirty hickory-resolver v0.24.2: the rustflags changed
34062025-01-31T04:50:37.199Z Compiling hickory-resolver v0.24.2
34072025-01-31T04:50:37.228Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_resolver --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-resolver-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --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)' --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=23de56e807b6c6a8 -C extra-filename=-23de56e807b6c6a8 --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-c23dfb9b1834c42c.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern resolv_conf=/work/oxidecomputer/omicron/target/debug/deps/libresolv_conf-dfe78b5e98446465.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34082025-01-31T04:50:37.370Z Dirty indicatif v0.17.11: the rustflags changed
34092025-01-31T04:50:37.370Z Compiling indicatif v0.17.11
34102025-01-31T04:50:37.372Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indicatif --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indicatif-0.17.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="rayon"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures", "improved_unicode", "in_memory", "rayon", "tokio", "unicode-segmentation", "unicode-width", "vt100"))' -C metadata=f608480dd7a5f648 -C extra-filename=-f608480dd7a5f648 --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-c84ca6b3c4172a91.rmeta --extern number_prefix=/work/oxidecomputer/omicron/target/debug/deps/libnumber_prefix-509c9d78a43a57aa.rmeta --extern portable_atomic=/work/oxidecomputer/omicron/target/debug/deps/libportable_atomic-183337e8454099e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-86ee2ece7b2d2d20.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34112025-01-31T04:50:37.403Z Dirty postgres-types v0.2.8: the rustflags changed
34122025-01-31T04:50:37.403Z Compiling postgres-types v0.2.8
34132025-01-31T04:50:37.406Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name postgres_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postgres-types-0.2.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="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)' --check-cfg 'cfg(feature, values("array-impls", "array-init", "bit-vec-06", "chrono-04", "cidr-02", "derive", "eui48-04", "eui48-1", "geo-types-06", "geo-types-0_7", "jiff-01", "js", "postgres-derive", "serde-1", "serde_json-1", "smol_str-01", "time-02", "time-03", "uuid-08", "uuid-1", "with-bit-vec-0_6", "with-chrono-0_4", "with-cidr-0_2", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=d6e355b6803b6fc2 -C extra-filename=-d6e355b6803b6fc2 --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-03e029f2a415749e.rmeta --extern chrono_04=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern serde_1=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json_1=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid_1=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34142025-01-31T04:50:37.708Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fs_err --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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 --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("io_safety", "tokio"))' -C metadata=39690f2f421b4c55 -C extra-filename=-39690f2f421b4c55 --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-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg rustc_1_63 --check-cfg 'cfg(rustc_1_63)'`
34152025-01-31T04:50:38.362Z Dirty tokio-tungstenite v0.24.0: the rustflags changed
34162025-01-31T04:50:38.362Z Compiling tokio-tungstenite v0.24.0
34172025-01-31T04:50:38.365Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-tungstenite-0.24.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="connect"' --cfg 'feature="default"' --cfg 'feature="handshake"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --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=caa641f495cf9aa0 -C extra-filename=-caa641f495cf9aa0 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-0b9bdc7ec3be49c6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34182025-01-31T04:50:38.541Z Dirty derive-where v1.2.7: the rustflags changed
34192025-01-31T04:50:38.541Z Compiling derive-where v1.2.7
34202025-01-31T04:50:38.571Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_where --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive-where-1.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)' --check-cfg 'cfg(feature, values("nightly", "safe", "zeroize", "zeroize-on-drop"))' -C metadata=668790df247bbdc2 -C extra-filename=-668790df247bbdc2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34212025-01-31T04:50:38.705Z Dirty whoami v1.5.2: the rustflags changed
34222025-01-31T04:50:38.705Z Compiling whoami v1.5.2
34232025-01-31T04:50:38.708Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name whoami --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/whoami-1.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --allow=unexpected_cfgs --check-cfg 'cfg(daku)' --cfg 'feature="default"' --cfg 'feature="web"' --cfg 'feature="web-sys"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "web", "web-sys"))' -C metadata=edd635b246dc3310 -C extra-filename=-edd635b246dc3310 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34242025-01-31T04:50:38.734Z Compiling hashbrown v0.14.5
34252025-01-31T04:50:38.738Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=0069aadc5e941971 -C extra-filename=-0069aadc5e941971 --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-6f081ff1d53178a3.rmeta --extern allocator_api2=/work/oxidecomputer/omicron/target/debug/deps/liballocator_api2-b45c821c6b278f40.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34262025-01-31T04:50:38.903Z Compiling ident_case v1.0.1
34272025-01-31T04:50:38.907Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ident_case --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c4ae13ca00845907 -C extra-filename=-c4ae13ca00845907 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34282025-01-31T04:50:39.109Z Dirty tokio-postgres v0.7.12: the rustflags changed
34292025-01-31T04:50:39.109Z Compiling tokio-postgres v0.7.12
34302025-01-31T04:50:39.112Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_postgres --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-postgres-0.7.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="runtime"' --cfg 'feature="with-chrono-0_4"' --cfg 'feature="with-serde_json-1"' --cfg 'feature="with-uuid-1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array-impls", "default", "js", "runtime", "with-bit-vec-0_6", "with-chrono-0_4", "with-eui48-0_4", "with-eui48-1", "with-geo-types-0_6", "with-geo-types-0_7", "with-jiff-0_1", "with-serde_json-1", "with-smol_str-01", "with-time-0_2", "with-time-0_3", "with-uuid-0_8", "with-uuid-1"))' -C metadata=1ae67fe7dbd0449c -C extra-filename=-1ae67fe7dbd0449c --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-5f4f76c4c9bff107.so --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-204b371dda7d5862.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern postgres_protocol=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_protocol-1338b6862b86c9d8.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34312025-01-31T04:50:39.281Z Compiling darling_core v0.20.10
34322025-01-31T04:50:39.284Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_core-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="strsim"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diagnostics", "strsim", "suggestions"))' -C metadata=77887daa23fa4cf6 -C extra-filename=-77887daa23fa4cf6 --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-b60aa3e5c1a51a0c.rmeta --extern ident_case=/work/oxidecomputer/omicron/target/debug/deps/libident_case-c4ae13ca00845907.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern strsim=/work/oxidecomputer/omicron/target/debug/deps/libstrsim-61f3c6ea12215369.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34332025-01-31T04:50:39.354Z Compiling thiserror v2.0.11
34342025-01-31T04:50:39.357Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-2.0.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e683c1cb8cf86308 -C extra-filename=-e683c1cb8cf86308 --out-dir /work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34352025-01-31T04:50:39.997Z Compiling regress v0.10.1
34362025-01-31T04:50:40.000Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=125188d671122e9b -C extra-filename=-125188d671122e9b --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34372025-01-31T04:50:40.030Z Running `/work/oxidecomputer/omicron/target/debug/build/thiserror-e683c1cb8cf86308/build-script-build`
34382025-01-31T04:50:40.520Z Compiling thiserror-impl v2.0.11
34392025-01-31T04:50:40.523Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-impl-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=83284adaaa40b71b -C extra-filename=-83284adaaa40b71b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34402025-01-31T04:50:40.612Z Dirty gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475): the rustflags changed
34412025-01-31T04:50:40.612Z Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
34422025-01-31T04:50:40.614Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_messages --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values("default", "smoltcp", "std"))' -C metadata=bf237782be013a6d -C extra-filename=-bf237782be013a6d --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-b6414318a57462a7.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern serde_repr=/work/oxidecomputer/omicron/target/debug/deps/libserde_repr-2bd279d47d5730d8.so --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-90dd193995cb0560.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8e8246f04590950d.so --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34432025-01-31T04:50:41.976Z Compiling unsafe-libyaml v0.2.11
34442025-01-31T04:50:41.979Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unsafe_libyaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=21bc107e28ad0323 -C extra-filename=-21bc107e28ad0323 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34452025-01-31T04:50:43.026Z Dirty fastrand v2.1.1: the rustflags changed
34462025-01-31T04:50:43.026Z Compiling fastrand v2.1.1
34472025-01-31T04:50:43.029Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fastrand --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fastrand-2.1.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "js", "std"))' -C metadata=6d59732b8af0ca7e -C extra-filename=-6d59732b8af0ca7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34482025-01-31T04:50:43.577Z Compiling serde_yaml v0.9.34+deprecated
34492025-01-31T04:50:43.579Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_yaml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=900137705a3c6aa5 -C extra-filename=-900137705a3c6aa5 --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-4ee76d4a4c5ebe0b.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern unsafe_libyaml=/work/oxidecomputer/omicron/target/debug/deps/libunsafe_libyaml-21bc107e28ad0323.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34502025-01-31T04:50:43.900Z Compiling ipnetwork v0.20.0
34512025-01-31T04:50:43.941Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ipnetwork --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ipnetwork-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="default"' --cfg 'feature="schemars"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "schemars", "serde"))' -C metadata=6706430bd93b8bc6 -C extra-filename=-6706430bd93b8bc6 --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34522025-01-31T04:50:44.026Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/thiserror-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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=c4581ab18b510733 -C extra-filename=-c4581ab18b510733 --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-83284adaaa40b71b.so --cap-lints allow -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)'`
34532025-01-31T04:50:44.208Z Compiling typify-impl v0.2.0
34542025-01-31T04:50:44.211Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99421f37b05ed47e -C extra-filename=-99421f37b05ed47e --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34552025-01-31T04:50:44.559Z Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
34562025-01-31T04:50:44.561Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxnet --edition=2021 /home/build/.cargo/git/checkouts/oxnet-5e61f09626980c60/49ee85d/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "schemars", "serde", "std"))' -C metadata=650e8a88cdad11b4 -C extra-filename=-650e8a88cdad11b4 --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-6706430bd93b8bc6.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34572025-01-31T04:50:44.756Z Compiling tempfile v3.13.0
34582025-01-31T04:50:44.759Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tempfile --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tempfile-3.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2ad0226875966ad5 -C extra-filename=-2ad0226875966ad5 --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-c23dfb9b1834c42c.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34592025-01-31T04:50:44.934Z Dirty strum_macros v0.26.4: the rustflags changed
34602025-01-31T04:50:44.934Z Compiling strum_macros v0.26.4
34612025-01-31T04:50:44.946Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8472f9b9b4402c84 -C extra-filename=-8472f9b9b4402c84 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34622025-01-31T04:50:45.312Z Compiling macaddr v1.0.1
34632025-01-31T04:50:45.315Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name macaddr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde", "serde_std", "std"))' -C metadata=907e80f292b8217f -C extra-filename=-907e80f292b8217f --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34642025-01-31T04:50:45.489Z Compiling darling_macro v0.20.10
34652025-01-31T04:50:45.492Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name darling_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling_macro-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=cff7233e30a0a4ed -C extra-filename=-cff7233e30a0a4ed --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-77887daa23fa4cf6.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34662025-01-31T04:50:45.582Z Compiling diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34672025-01-31T04:50:45.584Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diffus_derive --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus-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)' --check-cfg 'cfg(feature, values("serialize-impl"))' -C metadata=2c6d6ac618a4514d -C extra-filename=-2c6d6ac618a4514d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34682025-01-31T04:50:45.755Z Dirty structmeta-derive v0.3.0: the rustflags changed
34692025-01-31T04:50:45.755Z Compiling structmeta-derive v0.3.0
34702025-01-31T04:50:45.758Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3078bad673cbec78 -C extra-filename=-3078bad673cbec78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34712025-01-31T04:50:46.622Z Compiling darling v0.20.10
34722025-01-31T04:50:46.625Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name darling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/darling-0.20.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="suggestions"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "diagnostics", "suggestions"))' -C metadata=19c57535f989e5ad -C extra-filename=-19c57535f989e5ad --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-77887daa23fa4cf6.rmeta --extern darling_macro=/work/oxidecomputer/omicron/target/debug/deps/libdarling_macro-cff7233e30a0a4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34732025-01-31T04:50:46.768Z Compiling serde_with_macros v3.11.0
34742025-01-31T04:50:46.771Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with_macros-3.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 --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)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("schemars_0_8"))' -C metadata=3a0d1ea0a965b89d -C extra-filename=-3a0d1ea0a965b89d --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-19c57535f989e5ad.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34752025-01-31T04:50:46.811Z Compiling instant v0.1.13
34762025-01-31T04:50:46.814Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name instant --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("inaccurate", "js-sys", "now", "stdweb", "wasm-bindgen", "wasm-bindgen_rs", "web-sys"))' -C metadata=addff6408e8f04c3 -C extra-filename=-addff6408e8f04c3 --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34772025-01-31T04:50:46.978Z Compiling diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
34782025-01-31T04:50:46.981Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diffus --edition=2018 /home/build/.cargo/git/checkouts/diffus-df3045f16a897694/e3cfd50/diffus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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="diffus-derive"' --cfg 'feature="newtype-uuid"' --cfg 'feature="newtype-uuid-impl"' --cfg 'feature="oxnet"' --cfg 'feature="oxnet-impl"' --cfg 'feature="uuid"' --cfg 'feature="uuid-impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "derive", "diffus-derive", "indexmap", "indexmap-impl", "newtype-uuid", "newtype-uuid-impl", "oxnet", "oxnet-impl", "serde", "serialize-impl", "snake_case", "snake_case-impl", "uuid", "uuid-impl"))' -C metadata=eb12b3719f33cb0f -C extra-filename=-eb12b3719f33cb0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus_derive=/work/oxidecomputer/omicron/target/debug/deps/libdiffus_derive-2c6d6ac618a4514d.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34792025-01-31T04:50:47.006Z Compiling regress v0.9.1
34802025-01-31T04:50:47.008Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regress --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/regress-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="backend-pikevm"' --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backend-pikevm", "default", "index-positions", "prohibit-unsafe", "std", "utf16"))' -C metadata=f428220fdaaf4287 -C extra-filename=-f428220fdaaf4287 --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-0069aadc5e941971.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34812025-01-31T04:50:47.284Z Compiling dropshot v0.15.1
34822025-01-31T04:50:47.287Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.15.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --cfg 'feature="usdt"' --cfg 'feature="usdt-probes"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=38cd1826e355f8c3 -C extra-filename=-38cd1826e355f8c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34832025-01-31T04:50:47.673Z Running `/work/oxidecomputer/omicron/target/debug/build/dropshot-38cd1826e355f8c3/build-script-build`
34842025-01-31T04:50:47.761Z Compiling dropshot_endpoint v0.15.1
34852025-01-31T04:50:47.764Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot_endpoint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot_endpoint-0.15.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' --allow=unexpected_cfgs '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(usdt_need_asm)' --check-cfg 'cfg(usdt_need_asm_sym)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e37055ff60838ff4 -C extra-filename=-e37055ff60838ff4 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34862025-01-31T04:50:47.902Z Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
34872025-01-31T04:50:47.905Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=7972b21db744940e -C extra-filename=-7972b21db744940e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34882025-01-31T04:50:48.362Z Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34892025-01-31T04:50:48.390Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain_derive --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("nested-values"))' -C metadata=ad805d58cb86fcd4 -C extra-filename=-ad805d58cb86fcd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34902025-01-31T04:50:48.580Z Dirty structmeta v0.3.0: the rustflags changed
34912025-01-31T04:50:48.580Z Compiling structmeta v0.3.0
34922025-01-31T04:50:48.582Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0299d78cc537127f -C extra-filename=-0299d78cc537127f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-3078bad673cbec78.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34932025-01-31T04:50:48.985Z Dirty parse-display-derive v0.10.0: the rustflags changed
34942025-01-31T04:50:48.985Z Compiling parse-display-derive v0.10.0
34952025-01-31T04:50:48.988Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=980b9a64e59a2192 -C extra-filename=-980b9a64e59a2192 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-0299d78cc537127f.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34962025-01-31T04:50:49.222Z Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
34972025-01-31T04:50:49.225Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_error_chain --edition=2021 /home/build/.cargo/git/checkouts/slog-error-chain-73a8f85e5df3d7d6/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)' --check-cfg 'cfg(feature, values("derive", "erased-serde", "nested-values", "serde", "slog-error-chain-derive"))' -C metadata=14b31ab5e2d667a0 -C extra-filename=-14b31ab5e2d667a0 --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-9ff9bed8fdf62814.rmeta --extern slog_error_chain_derive=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain_derive-ad805d58cb86fcd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
34982025-01-31T04:50:49.413Z Compiling serde_with v3.11.0
34992025-01-31T04:50:49.444Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_with --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/serde_with-3.11.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=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="macros"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "base64", "chrono", "chrono_0_4", "default", "guide", "hashbrown_0_14", "hashbrown_0_15", "hex", "indexmap", "indexmap_1", "indexmap_2", "json", "macros", "schemars_0_8", "std", "time_0_3"))' -C metadata=5a9b89de8624dc0d -C extra-filename=-5a9b89de8624dc0d --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_with_macros=/work/oxidecomputer/omicron/target/debug/deps/libserde_with_macros-3a0d1ea0a965b89d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35002025-01-31T04:50:49.444Z Compiling backoff v0.4.0
35012025-01-31T04:50:49.444Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name backoff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async-std", "async_std_1", "default", "futures", "futures-core", "pin-project-lite", "tokio", "tokio_1", "wasm-bindgen"))' -C metadata=e36a1dc23ca9124e -C extra-filename=-e36a1dc23ca9124e --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-c05ca62951efc497.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio_1=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35022025-01-31T04:50:49.589Z Dirty strum v0.26.3: the rustflags changed
35032025-01-31T04:50:49.589Z Compiling strum v0.26.3
35042025-01-31T04:50:49.589Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "derive", "phf", "std", "strum_macros"))' -C metadata=7d447bba51ca6885 -C extra-filename=-7d447bba51ca6885 --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-8472f9b9b4402c84.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35052025-01-31T04:50:49.853Z Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
35062025-01-31T04:50:49.856Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_human_bytes --edition=2018 /home/build/.cargo/git/checkouts/serde_human_bytes-25cac76e2ef2d15c/0a09794/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b3fb8655f7e0d9a7 -C extra-filename=-b3fb8655f7e0d9a7 --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-084c2445d08cf99b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35072025-01-31T04:50:49.881Z Compiling wait-timeout v0.2.0
35082025-01-31T04:50:49.884Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wait_timeout --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/wait-timeout-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b861fe3c5651ae15 -C extra-filename=-b861fe3c5651ae15 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35092025-01-31T04:50:50.046Z Compiling rand_xorshift v0.3.0
35102025-01-31T04:50:50.049Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_xorshift --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_xorshift-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 -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde", "serde1"))' -C metadata=2cc6b300ffdda822 -C extra-filename=-2cc6b300ffdda822 --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35112025-01-31T04:50:50.402Z Compiling rusty-fork v0.3.0
35122025-01-31T04:50:50.408Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_fork --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusty-fork-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="timeout"' --cfg 'feature="wait-timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "timeout", "wait-timeout"))' -C metadata=73ecb5d5af5da3d3 -C extra-filename=-73ecb5d5af5da3d3 --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-b60aa3e5c1a51a0c.rmeta --extern quick_error=/work/oxidecomputer/omicron/target/debug/deps/libquick_error-bd2025cf3f384ee8.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-b861fe3c5651ae15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35132025-01-31T04:50:50.443Z Compiling unarray v0.1.4
35142025-01-31T04:50:50.467Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unarray --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a3fc87d01b5d743f -C extra-filename=-a3fc87d01b5d743f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35152025-01-31T04:50:50.637Z Compiling structmeta-derive v0.2.0
35162025-01-31T04:50:50.665Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-derive-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e6550c8a5783f5ed -C extra-filename=-e6550c8a5783f5ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35172025-01-31T04:50:51.121Z Compiling proptest v1.5.0
35182025-01-31T04:50:51.124Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proptest-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 opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="bit-set"' --cfg 'feature="default"' --cfg 'feature="fork"' --cfg 'feature="lazy_static"' --cfg 'feature="regex-syntax"' --cfg 'feature="rusty-fork"' --cfg 'feature="std"' --cfg 'feature="tempfile"' --cfg 'feature="timeout"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "atomic64bit", "attr-macro", "bit-set", "default", "default-code-coverage", "fork", "hardware-rng", "lazy_static", "proptest-macro", "regex-syntax", "rusty-fork", "std", "tempfile", "timeout", "unstable", "x86"))' -C metadata=aef8f06c899bb682 -C extra-filename=-aef8f06c899bb682 --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-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_xorshift=/work/oxidecomputer/omicron/target/debug/deps/librand_xorshift-2cc6b300ffdda822.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern rusty_fork=/work/oxidecomputer/omicron/target/debug/deps/librusty_fork-73ecb5d5af5da3d3.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern unarray=/work/oxidecomputer/omicron/target/debug/deps/libunarray-a3fc87d01b5d743f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35192025-01-31T04:50:51.835Z Compiling camino-tempfile v1.1.1
35202025-01-31T04:50:51.838Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name camino_tempfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/camino-tempfile-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=d27cd9463846dbc2 -C extra-filename=-d27cd9463846dbc2 --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-21ea866390417d2b.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35212025-01-31T04:50:52.297Z Dirty unicode-width v0.1.14: the rustflags changed
35222025-01-31T04:50:52.297Z Compiling unicode-width v0.1.14
35232025-01-31T04:50:52.343Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_width --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cjk", "compiler_builtins", "core", "default", "no_std", "rustc-dep-of-std", "std"))' -C metadata=1509a7905a97075e -C extra-filename=-1509a7905a97075e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35242025-01-31T04:50:52.444Z Dirty proc-macro-error-attr v1.0.4: the rustflags changed
35252025-01-31T04:50:52.444Z Compiling proc-macro-error-attr v1.0.4
35262025-01-31T04:50:52.447Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9872e5055737876c -C extra-filename=-9872e5055737876c --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35272025-01-31T04:50:52.827Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-attr-9872e5055737876c/build-script-build`
35282025-01-31T04:50:52.853Z Dirty proc-macro-error v1.0.4: the rustflags changed
35292025-01-31T04:50:52.853Z Compiling proc-macro-error v1.0.4
35302025-01-31T04:50:52.855Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=ac4dd061fff38ee3 -C extra-filename=-ac4dd061fff38ee3 --out-dir /work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35312025-01-31T04:50:52.879Z Compiling proc-macro-crate v1.3.1
35322025-01-31T04:50:52.883Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=517d360dfd3079af -C extra-filename=-517d360dfd3079af --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-4845f0240c4dfd51.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35332025-01-31T04:50:52.915Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error_attr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4b13dc4771853f45 -C extra-filename=-4b13dc4771853f45 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35342025-01-31T04:50:53.304Z Running `/work/oxidecomputer/omicron/target/debug/build/proc-macro-error-ac4dd061fff38ee3/build-script-build`
35352025-01-31T04:50:53.325Z Dirty parse-display v0.10.0: the rustflags changed
35362025-01-31T04:50:53.325Z Compiling parse-display v0.10.0
35372025-01-31T04:50:53.327Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_display --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "docs", "regex", "regex-syntax", "std"))' -C metadata=4eb5da0ddd5284ed -C extra-filename=-4eb5da0ddd5284ed --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-980b9a64e59a2192.so --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35382025-01-31T04:50:53.404Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35392025-01-31T04:50:53.406Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=db60132de4c72e30 -C extra-filename=-db60132de4c72e30 --out-dir /work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35402025-01-31T04:50:53.429Z Compiling structmeta v0.2.0
35412025-01-31T04:50:53.435Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name structmeta --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/structmeta-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)' --check-cfg 'cfg(feature, values())' -C metadata=1abd586a16391ea7 -C extra-filename=-1abd586a16391ea7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern structmeta_derive=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta_derive-e6550c8a5783f5ed.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35422025-01-31T04:50:53.758Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_error --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "syn", "syn-error"))' -C metadata=196b93b59c768600 -C extra-filename=-196b93b59c768600 --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-4b13dc4771853f45.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg use_fallback`
35432025-01-31T04:50:53.807Z Compiling num_enum_derive v0.5.11
35442025-01-31T04:50:53.831Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "proc-macro-crate", "std"))' -C metadata=b974bc124087f17f -C extra-filename=-b974bc124087f17f --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-517d360dfd3079af.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35452025-01-31T04:50:53.835Z Running `/work/oxidecomputer/omicron/target/debug/build/nvpair-sys-db60132de4c72e30/build-script-build`
35462025-01-31T04:50:53.865Z Compiling test-strategy v0.3.1
35472025-01-31T04:50:53.892Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/test-strategy-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)' --check-cfg 'cfg(feature, values())' -C metadata=e2c12731975477af -C extra-filename=-e2c12731975477af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern structmeta=/work/oxidecomputer/omicron/target/debug/deps/libstructmeta-1abd586a16391ea7.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35482025-01-31T04:50:53.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35492025-01-31T04:50:53.898Z Compiling foreign-types-macros v0.2.3
35502025-01-31T04:50:53.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a8733430c3f8158 -C extra-filename=-0a8733430c3f8158 --out-dir /work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35512025-01-31T04:50:53.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=4745cbf57f41efe3 -C extra-filename=-4745cbf57f41efe3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35522025-01-31T04:50:54.259Z Running `/work/oxidecomputer/omicron/target/debug/build/libdlpi-sys-0a8733430c3f8158/build-script-build`
35532025-01-31T04:50:54.302Z Compiling foreign-types-shared v0.3.1
35542025-01-31T04:50:54.305Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types_shared --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2c69bc34c3f7ee09 -C extra-filename=-2c69bc34c3f7ee09 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35552025-01-31T04:50:54.339Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libdlpi_sys --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/libdlpi-sys/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c9193425d228b3 -C extra-filename=-a0c9193425d228b3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l dlpi`
35562025-01-31T04:50:54.463Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair_sys --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=ca9e62646c0eb85d -C extra-filename=-ca9e62646c0eb85d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l nvpair -l zfs`
35572025-01-31T04:50:54.535Z Compiling tabwriter v1.4.0
35582025-01-31T04:50:54.538Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tabwriter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tabwriter-1.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="ansi_formatting"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi_formatting", "default"))' -C metadata=e9bdf0d414ad0484 -C extra-filename=-e9bdf0d414ad0484 --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-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35592025-01-31T04:50:54.686Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35602025-01-31T04:50:54.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors_macros --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=5d740221566c229d -C extra-filename=-5d740221566c229d --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35612025-01-31T04:50:55.011Z Compiling itertools v0.13.0
35622025-01-31T04:50:55.014Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name itertools --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "use_alloc", "use_std"))' -C metadata=4e1578fe158d10c2 -C extra-filename=-4e1578fe158d10c2 --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-e6d980dfe6eef5ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35632025-01-31T04:50:55.317Z Compiling foreign-types v0.5.0
35642025-01-31T04:50:55.320Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name foreign_types --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=78581b6b1c877b0c -C extra-filename=-78581b6b1c877b0c --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-4745cbf57f41efe3.so --extern foreign_types_shared=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types_shared-2c69bc34c3f7ee09.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35652025-01-31T04:50:55.453Z Compiling cstr-argument v0.1.2
35662025-01-31T04:50:55.456Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cstr_argument --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=f5d9f21cb95490b4 -C extra-filename=-f5d9f21cb95490b4 --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-c23dfb9b1834c42c.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35672025-01-31T04:50:55.699Z Compiling pretty-hex v0.2.1
35682025-01-31T04:50:55.702Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pretty-hex-0.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=32c26041da8ee9a9 -C extra-filename=-32c26041da8ee9a9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35692025-01-31T04:50:55.725Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
35702025-01-31T04:50:55.746Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rusty_doors --edition=2018 /home/build/.cargo/git/checkouts/rusty-doors-f5932c202d734158/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)' --check-cfg 'cfg(feature, values())' -C metadata=f852d6b306b3d11e -C extra-filename=-f852d6b306b3d11e --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-98124fae94d5c163.rmeta --extern rusty_doors_macros=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors_macros-5d740221566c229d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35712025-01-31T04:50:55.928Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
35722025-01-31T04:50:55.931Z Compiling colored v2.1.0
35732025-01-31T04:50:55.931Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nvpair --edition=2018 /home/build/.cargo/git/checkouts/rust-libzfs-f1cb3f43d7b73bd9/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)' --check-cfg 'cfg(feature, values())' -C metadata=56b3c084ad93e757 -C extra-filename=-56b3c084ad93e757 --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-f5d9f21cb95490b4.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-78581b6b1c877b0c.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35742025-01-31T04:50:55.931Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name colored --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/colored-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)' --check-cfg 'cfg(feature, values("no-color"))' -C metadata=f186e0800fc7af5d -C extra-filename=-f186e0800fc7af5d --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-28551293923de3d0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35752025-01-31T04:50:56.425Z Compiling num_enum v0.5.11
35762025-01-31T04:50:56.428Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_enum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("complex-expressions", "default", "external_doc", "std"))' -C metadata=b937aa65052bc743 -C extra-filename=-b937aa65052bc743 --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-b974bc124087f17f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35772025-01-31T04:50:56.450Z Compiling smf v0.2.3
35782025-01-31T04:50:56.450Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smf --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=82d9c274e997c7e2 -C extra-filename=-82d9c274e997c7e2 --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-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35792025-01-31T04:50:56.607Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
35802025-01-31T04:50:56.610Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dlpi --edition=2021 /home/build/.cargo/git/checkouts/dlpi-sys-029573be7cbcde29/1d587ea/dlpi/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcb26e067d357c25 -C extra-filename=-fcb26e067d357c25 --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-98124fae94d5c163.rmeta --extern libdlpi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibdlpi_sys-a0c9193425d228b3.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-32c26041da8ee9a9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35812025-01-31T04:50:56.644Z Compiling typify-impl v0.3.0
35822025-01-31T04:50:56.677Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-impl-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)' --check-cfg 'cfg(feature, values())' -C metadata=11119620c1c3a10d -C extra-filename=-11119620c1c3a10d --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-6782a03443fe5f3d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-125188d671122e9b.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35832025-01-31T04:50:56.976Z Compiling base64 v0.21.7
35842025-01-31T04:50:56.999Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=284d3ffa17b19553 -C extra-filename=-284d3ffa17b19553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35852025-01-31T04:50:57.533Z Compiling crucible-workspace-hack v0.1.0
35862025-01-31T04:50:57.536Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e7873a2e2b34a4cb -C extra-filename=-e7873a2e2b34a4cb --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35872025-01-31T04:50:57.608Z Compiling zerocopy v0.8.10
35882025-01-31T04:50:57.611Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-0.8.10/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=1a1e8b62f62697f5 -C extra-filename=-1a1e8b62f62697f5 --out-dir /work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35892025-01-31T04:50:57.662Z Compiling zerocopy-derive v0.8.10
35902025-01-31T04:50:57.664Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-derive-0.8.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zerocopy_derive_union_into_bytes)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c96dd9f137b03610 -C extra-filename=-c96dd9f137b03610 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35912025-01-31T04:50:57.891Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-workspace-hack-e7873a2e2b34a4cb/build-script-build`
35922025-01-31T04:50:57.934Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab60c520681faecc -C extra-filename=-ab60c520681faecc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35932025-01-31T04:50:57.963Z Compiling termtree v0.4.1
35942025-01-31T04:50:58.003Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/termtree-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)' --check-cfg 'cfg(feature, values())' -C metadata=db91bfb8ddb4dc99 -C extra-filename=-db91bfb8ddb4dc99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35952025-01-31T04:50:58.065Z Compiling heapless v0.8.0
35962025-01-31T04:50:58.091Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=3647a053242f8038 -C extra-filename=-3647a053242f8038 --out-dir /work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35972025-01-31T04:50:58.224Z Compiling predicates-tree v1.0.11
35982025-01-31T04:50:58.227Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name predicates_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/predicates-tree-1.0.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7de97282a9758923 -C extra-filename=-7de97282a9758923 --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-75c4a740e25c3d5a.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-db91bfb8ddb4dc99.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
35992025-01-31T04:50:58.488Z Running `/work/oxidecomputer/omicron/target/debug/build/zerocopy-1a1e8b62f62697f5/build-script-build`
36002025-01-31T04:50:58.582Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36012025-01-31T04:50:58.606Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_macros --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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)' --check-cfg 'cfg(feature, values())' -C metadata=d11e1d02d797f97d -C extra-filename=-d11e1d02d797f97d --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-19c57535f989e5ad.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36022025-01-31T04:50:58.687Z Compiling hash32 v0.3.1
36032025-01-31T04:50:58.687Z Running `/work/oxidecomputer/omicron/target/debug/build/heapless-3647a053242f8038/build-script-build`
36042025-01-31T04:50:58.690Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hash32 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1f99818784e697c4 -C extra-filename=-1f99818784e697c4 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36052025-01-31T04:50:58.951Z Compiling smoltcp v0.11.0
36062025-01-31T04:50:58.953Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=35124d28aae5d6dc -C extra-filename=-35124d28aae5d6dc --out-dir /work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36072025-01-31T04:50:59.044Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name heapless --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8d6ffb9dedbe547b -C extra-filename=-8d6ffb9dedbe547b --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-1f99818784e697c4.rmeta --extern stable_deref_trait=/work/oxidecomputer/omicron/target/debug/deps/libstable_deref_trait-9f26f3088f0bc054.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36082025-01-31T04:50:59.330Z Compiling typify-macro v0.2.0
36092025-01-31T04:50:59.333Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2640822fe18d7d27 -C extra-filename=-2640822fe18d7d27 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-99421f37b05ed47e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36102025-01-31T04:50:59.697Z Running `/work/oxidecomputer/omicron/target/debug/build/smoltcp-35124d28aae5d6dc/build-script-build`
36112025-01-31T04:50:59.738Z Compiling cobs v0.2.3
36122025-01-31T04:50:59.763Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cobs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cobs-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "use_std"))' -C metadata=225f1bbcd5730a91 -C extra-filename=-225f1bbcd5730a91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36132025-01-31T04:50:59.997Z Compiling postcard v1.0.10
36142025-01-31T04:50:59.999Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name postcard --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/postcard-1.0.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crc", "default", "defmt", "embedded-io", "embedded-io-04", "embedded-io-06", "experimental-derive", "heapless", "heapless-cas", "paste", "postcard-derive", "use-crc", "use-defmt", "use-std"))' -C metadata=06792e986c4fdd2d -C extra-filename=-06792e986c4fdd2d --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-225f1bbcd5730a91.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36152025-01-31T04:51:00.062Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smoltcp --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=97e0acc6e07d77e8 -C extra-filename=-97e0acc6e07d77e8 --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern heapless=/work/oxidecomputer/omicron/target/debug/deps/libheapless-8d6ffb9dedbe547b.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36162025-01-31T04:51:00.555Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zerocopy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zerocopy-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 --cfg 'feature="derive"' --cfg 'feature="zerocopy-derive"' --check-cfg 'cfg(docsrs)' --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=fea37e7910e56070 -C extra-filename=-fea37e7910e56070 --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-c96dd9f137b03610.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg zerocopy_aarch64_simd_1_59_0 --cfg zerocopy_core_error_1_81_0 --cfg zerocopy_diagnostic_on_unimplemented_1_78_0 --cfg zerocopy_generic_bounds_in_const_fn_1_61_0 --cfg zerocopy_panic_in_const_and_vec_try_reserve_1_57_0 --cfg zerocopy_target_has_atomics_1_60_0 --check-cfg 'cfg(zerocopy_aarch64_simd_1_59_0)' --check-cfg 'cfg(zerocopy_core_error_1_81_0)' --check-cfg 'cfg(zerocopy_diagnostic_on_unimplemented_1_78_0)' --check-cfg 'cfg(zerocopy_generic_bounds_in_const_fn_1_61_0)' --check-cfg 'cfg(zerocopy_panic_in_const_and_vec_try_reserve_1_57_0)' --check-cfg 'cfg(zerocopy_target_has_atomics_1_60_0)' --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(kani)' --check-cfg 'cfg(__ZEROCOPY_INTERNAL_USE_ONLY_NIGHTLY_FEATURES_IN_TESTS)' --check-cfg 'cfg(coverage_nightly)'`
36172025-01-31T04:51:00.625Z Compiling atomicwrites v0.4.4
36182025-01-31T04:51:00.629Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name atomicwrites --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=419983973448c55f -C extra-filename=-419983973448c55f --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-be2a474d17f5f8c5.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36192025-01-31T04:51:01.004Z Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36202025-01-31T04:51:01.008Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=1ecc9dac31627bfd -C extra-filename=-1ecc9dac31627bfd --out-dir /work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36212025-01-31T04:51:01.398Z Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36222025-01-31T04:51:01.401Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_sys_hdrs --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "kernel"))' -C metadata=da99f7a13d34c36d -C extra-filename=-da99f7a13d34c36d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36232025-01-31T04:51:01.594Z Running `/work/oxidecomputer/omicron/target/debug/build/opte-1ecc9dac31627bfd/build-script-build`
36242025-01-31T04:51:01.681Z Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36252025-01-31T04:51:01.684Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_macro --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=38655ce21ae15292 -C extra-filename=-38655ce21ae15292 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36262025-01-31T04:51:02.739Z Compiling sigpipe v0.1.3
36272025-01-31T04:51:02.742Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sigpipe --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=598d045d9fc6d7a1 -C extra-filename=-598d045d9fc6d7a1 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36282025-01-31T04:51:02.894Z Compiling mockall_derive v0.13.0
36292025-01-31T04:51:02.896Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-0.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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=4b77c1a55c672441 -C extra-filename=-4b77c1a55c672441 --out-dir /work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36302025-01-31T04:51:03.269Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
36312025-01-31T04:51:03.272Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=8260e92bd45a9232 -C extra-filename=-8260e92bd45a9232 --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36322025-01-31T04:51:03.643Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-8260e92bd45a9232/build-script-build`
36332025-01-31T04:51:03.683Z Running `/work/oxidecomputer/omicron/target/debug/build/mockall_derive-4b77c1a55c672441/build-script-build`
36342025-01-31T04:51:03.708Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
36352025-01-31T04:51:03.708Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name poptrie --edition=2021 /home/build/.cargo/git/checkouts/poptrie-46bdf39ddc5f7ef1/ca52bef/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de95ac97914cb668 -C extra-filename=-de95ac97914cb668 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36362025-01-31T04:51:03.735Z Compiling typify v0.2.0
36372025-01-31T04:51:03.738Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=88aeb6fb3a2387ab -C extra-filename=-88aeb6fb3a2387ab --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-99421f37b05ed47e.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-2640822fe18d7d27.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36382025-01-31T04:51:03.738Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall_derive-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)' --check-cfg 'cfg(feature, values("nightly_derive"))' -C metadata=5eb6becb5675542d -C extra-filename=-5eb6becb5675542d --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-c23dfb9b1834c42c.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(reprocheck)'`
36392025-01-31T04:51:03.883Z Compiling progenitor-impl v0.8.0
36402025-01-31T04:51:03.886Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60bb80e10faea123 -C extra-filename=-60bb80e10faea123 --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-88aeb6fb3a2387ab.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36412025-01-31T04:51:04.071Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=ccc6a3d1d3336d3f -C extra-filename=-ccc6a3d1d3336d3f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
36422025-01-31T04:51:04.375Z Compiling zone_cfg_derive v0.3.0
36432025-01-31T04:51:04.378Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=933aeca968ec03de -C extra-filename=-933aeca968ec03de --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36442025-01-31T04:51:05.744Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36452025-01-31T04:51:05.747Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot_types --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot-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 --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=2da94dafa6fdb6d9 -C extra-filename=-2da94dafa6fdb6d9 --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-d11e1d02d797f97d.so --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36462025-01-31T04:51:06.081Z Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36472025-01-31T04:51:06.083Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api_sys --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=3bd13c5f7b2eeb50 -C extra-filename=-3bd13c5f7b2eeb50 --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-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36482025-01-31T04:51:06.511Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
36492025-01-31T04:51:06.514Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ingot --edition=2021 /home/build/.cargo/git/checkouts/ingot-2de03403856ffc31/bff9324/ingot/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("alloc", "default", "serde"))' -C metadata=489cf95b677cda7b -C extra-filename=-489cf95b677cda7b --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-b6414318a57462a7.rmeta --extern ingot_macros=/work/oxidecomputer/omicron/target/debug/deps/libingot_macros-d11e1d02d797f97d.so --extern ingot_types=/work/oxidecomputer/omicron/target/debug/deps/libingot_types-2da94dafa6fdb6d9.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36502025-01-31T04:51:06.539Z Compiling num-derive v0.4.2
36512025-01-31T04:51:06.544Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2c8a302373f77e61 -C extra-filename=-2c8a302373f77e61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36522025-01-31T04:51:07.890Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
36532025-01-31T04:51:07.893Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=773af97ef4f4fb40 -C extra-filename=-773af97ef4f4fb40 --out-dir /work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40 -L dependency=/work/oxidecomputer/omicron/target/debug/deps -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36542025-01-31T04:51:08.258Z Compiling fragile v2.0.0
36552025-01-31T04:51:08.260Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fragile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fragile-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)' --check-cfg 'cfg(feature, values("slab"))' -C metadata=fb5fad9ed8f48925 -C extra-filename=-fb5fad9ed8f48925 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36562025-01-31T04:51:08.842Z Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36572025-01-31T04:51:08.845Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_api --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("default", "ipnetwork", "std"))' -C metadata=e698823bd439373d -C extra-filename=-e698823bd439373d --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-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36582025-01-31T04:51:08.971Z Compiling downcast v0.11.0
36592025-01-31T04:51:08.973Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name downcast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/downcast-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "nightly", "std"))' -C metadata=bacccb56056015e5 -C extra-filename=-bacccb56056015e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36602025-01-31T04:51:09.020Z Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
36612025-01-31T04:51:09.044Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_smf --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=ded7c67b8efda86c -C extra-filename=-ded7c67b8efda86c --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-ab60c520681faecc.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_derive=/work/oxidecomputer/omicron/target/debug/deps/libnum_derive-2c8a302373f77e61.so --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36622025-01-31T04:51:09.226Z Running `/work/oxidecomputer/omicron/target/debug/build/illumos-utils-773af97ef4f4fb40/build-script-build`
36632025-01-31T04:51:09.268Z Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
36642025-01-31T04:51:09.271Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bhyve_api --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=24501828b52fe7fd -C extra-filename=-24501828b52fe7fd --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-3bd13c5f7b2eeb50.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36652025-01-31T04:51:09.722Z Compiling zone v0.3.0
36662025-01-31T04:51:09.745Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-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="async"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "default", "sync"))' -C metadata=fcb8b85083ffb3f5 -C extra-filename=-fcb8b85083ffb3f5 --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-933aeca968ec03de.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36672025-01-31T04:51:09.892Z Compiling same-file v1.0.6
36682025-01-31T04:51:09.895Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name same_file --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=65b4953621811a21 -C extra-filename=-65b4953621811a21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36692025-01-31T04:51:10.247Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=8441f242a3e64d6d -C extra-filename=-8441f242a3e64d6d --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern ingot=/work/oxidecomputer/omicron/target/debug/deps/libingot-489cf95b677cda7b.rmeta --extern kstat_macro=/work/oxidecomputer/omicron/target/debug/deps/libkstat_macro-38655ce21ae15292.so --extern opte_api=/work/oxidecomputer/omicron/target/debug/deps/libopte_api-e698823bd439373d.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --cap-lints allow -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)'`
36702025-01-31T04:51:10.477Z Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36712025-01-31T04:51:10.496Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_vpc --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values("api", "default", "engine", "kernel", "std", "test-help", "usdt"))' -C metadata=e676450898fa8d2f -C extra-filename=-e676450898fa8d2f --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-c23dfb9b1834c42c.rmeta --extern illumos_sys_hdrs=/work/oxidecomputer/omicron/target/debug/deps/libillumos_sys_hdrs-da99f7a13d34c36d.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern poptrie=/work/oxidecomputer/omicron/target/debug/deps/libpoptrie-de95ac97914cb668.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smoltcp=/work/oxidecomputer/omicron/target/debug/deps/libsmoltcp-97e0acc6e07d77e8.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-fea37e7910e56070.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36722025-01-31T04:51:10.782Z Compiling walkdir v2.5.0
36732025-01-31T04:51:10.786Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name walkdir --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d5786bcdd0e8ee10 -C extra-filename=-d5786bcdd0e8ee10 --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-65b4953621811a21.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36742025-01-31T04:51:11.067Z Compiling progenitor-macro v0.8.0
36752025-01-31T04:51:11.120Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba0a7a4e2303462f -C extra-filename=-ba0a7a4e2303462f --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36762025-01-31T04:51:11.162Z Compiling convert_case v0.4.0
36772025-01-31T04:51:11.165Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name convert_case --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("rand", "random"))' -C metadata=7646cae5b52d54fa -C extra-filename=-7646cae5b52d54fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36782025-01-31T04:51:11.450Z Compiling mockall v0.13.0
36792025-01-31T04:51:11.476Z Compiling newline-converter v0.3.0
36802025-01-31T04:51:11.478Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mockall --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mockall-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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=063fe76ec2081fc3 -C extra-filename=-063fe76ec2081fc3 --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-c23dfb9b1834c42c.rmeta --extern downcast=/work/oxidecomputer/omicron/target/debug/deps/libdowncast-bacccb56056015e5.rmeta --extern fragile=/work/oxidecomputer/omicron/target/debug/deps/libfragile-fb5fad9ed8f48925.rmeta --extern mockall_derive=/work/oxidecomputer/omicron/target/debug/deps/libmockall_derive-5eb6becb5675542d.so --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7de97282a9758923.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36812025-01-31T04:51:11.479Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name newline_converter --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6e340ae461086274 -C extra-filename=-6e340ae461086274 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36822025-01-31T04:51:11.665Z Compiling expectorate v1.1.0
36832025-01-31T04:51:11.670Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name expectorate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/expectorate-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)' --check-cfg 'cfg(feature, values("predicates"))' -C metadata=f8d8340fb796e79e -C extra-filename=-f8d8340fb796e79e --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-c84ca6b3c4172a91.rmeta --extern newline_converter=/work/oxidecomputer/omicron/target/debug/deps/libnewline_converter-6e340ae461086274.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36842025-01-31T04:51:11.811Z Compiling tungstenite v0.21.0
36852025-01-31T04:51:11.843Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=df785ed4686a9e71 -C extra-filename=-df785ed4686a9e71 --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36862025-01-31T04:51:11.875Z Dirty xattr v1.3.1: the rustflags changed
36872025-01-31T04:51:11.875Z Compiling xattr v1.3.1
36882025-01-31T04:51:11.878Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xattr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/xattr-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unsupported"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "unsupported"))' -C metadata=fd8940e80bc58d50 -C extra-filename=-fd8940e80bc58d50 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36892025-01-31T04:51:11.993Z Compiling typify-macro v0.3.0
36902025-01-31T04:51:11.996Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-macro-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)' --check-cfg 'cfg(feature, values())' -C metadata=3f9b672bf53524ec -C extra-filename=-3f9b672bf53524ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern typify_impl=/work/oxidecomputer/omicron/target/debug/deps/libtypify_impl-11119620c1c3a10d.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36912025-01-31T04:51:12.014Z Compiling derive_more v0.99.18
36922025-01-31T04:51:12.016Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_more --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/derive_more-0.99.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 --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)' --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=5c825a2351b67d1c -C extra-filename=-5c825a2351b67d1c --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-7646cae5b52d54fa.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36932025-01-31T04:51:12.141Z Dirty filetime v0.2.25: the rustflags changed
36942025-01-31T04:51:12.141Z Compiling filetime v0.2.25
36952025-01-31T04:51:12.145Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name filetime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/filetime-0.2.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)' --check-cfg 'cfg(feature, values())' -C metadata=be8f811f8e1ed44d -C extra-filename=-be8f811f8e1ed44d --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36962025-01-31T04:51:12.487Z Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
36972025-01-31T04:51:12.490Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opte_ioctl --edition=2021 /home/build/.cargo/git/checkouts/opte-c3062ea19cee8fd4/b56afee/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)' --check-cfg 'cfg(feature, values())' -C metadata=0b26054f4e0544cf -C extra-filename=-0b26054f4e0544cf --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-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-ccc6a3d1d3336d3f.rmeta --extern opte=/work/oxidecomputer/omicron/target/debug/deps/libopte-8441f242a3e64d6d.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern postcard=/work/oxidecomputer/omicron/target/debug/deps/libpostcard-06792e986c4fdd2d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
36982025-01-31T04:51:12.515Z Dirty tar v0.4.42: the rustflags changed
36992025-01-31T04:51:12.515Z Compiling tar v0.4.42
37002025-01-31T04:51:12.556Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tar --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tar-0.4.42/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --check-cfg 'cfg(feature, values("default", "xattr"))' -C metadata=6eae3b5fc0d5c96e -C extra-filename=-6eae3b5fc0d5c96e --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-be8f811f8e1ed44d.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern xattr=/work/oxidecomputer/omicron/target/debug/deps/libxattr-fd8940e80bc58d50.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37012025-01-31T04:51:13.753Z Compiling tokio-tungstenite v0.21.0
37022025-01-31T04:51:13.756Z Compiling arc-swap v1.7.1
37032025-01-31T04:51:13.778Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9b8763fa06e777c3 -C extra-filename=-9b8763fa06e777c3 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-df785ed4686a9e71.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37042025-01-31T04:51:13.781Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name arc_swap --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/arc-swap-1.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("experimental-strategies", "experimental-thread-local", "internal-test-strategies", "serde", "weak"))' -C metadata=ef155b131469ec3b -C extra-filename=-ef155b131469ec3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37052025-01-31T04:51:14.320Z Compiling slog-scope v4.4.0
37062025-01-31T04:51:14.326Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_scope --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/slog-scope-4.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60b6cbc2b41dde2c -C extra-filename=-60b6cbc2b41dde2c --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-ef155b131469ec3b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37072025-01-31T04:51:14.403Z Compiling num-rational v0.4.2
37082025-01-31T04:51:14.406Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_rational --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-bigint", "num-bigint-std", "serde", "std"))' -C metadata=690c6d6636ed99a0 -C extra-filename=-690c6d6636ed99a0 --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37092025-01-31T04:51:14.637Z Compiling slog-stdlog v4.1.1
37102025-01-31T04:51:14.640Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_stdlog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "kv_unstable"))' -C metadata=341448759014c29b -C extra-filename=-341448759014c29b --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-9e3a943cb0d1c1f7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37112025-01-31T04:51:14.874Z Compiling slog-envlogger v2.2.0
37122025-01-31T04:51:14.913Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_envlogger --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=2fe90f14680d114a -C extra-filename=-2fe90f14680d114a --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-9e3a943cb0d1c1f7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_scope=/work/oxidecomputer/omicron/target/debug/deps/libslog_scope-60b6cbc2b41dde2c.rmeta --extern slog_stdlog=/work/oxidecomputer/omicron/target/debug/deps/libslog_stdlog-341448759014c29b.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37132025-01-31T04:51:15.039Z Compiling num-complex v0.4.6
37142025-01-31T04:51:15.042Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_complex --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bytecheck", "bytemuck", "default", "libm", "rand", "rkyv", "serde", "std"))' -C metadata=eb7c6fb6a72663ef -C extra-filename=-eb7c6fb6a72663ef --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37152025-01-31T04:51:15.588Z Compiling float-ord v0.3.2
37162025-01-31T04:51:15.591Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name float_ord --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4e4cd8a6489f9b4d -C extra-filename=-4e4cd8a6489f9b4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37172025-01-31T04:51:15.799Z Compiling indent_write v2.2.0
37182025-01-31T04:51:15.802Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indent_write --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e93cb2f8907d664c -C extra-filename=-e93cb2f8907d664c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37192025-01-31T04:51:15.974Z Compiling num v0.4.3
37202025-01-31T04:51:16.016Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "libm", "num-bigint", "rand", "serde", "std"))' -C metadata=49921fe791448ca0 -C extra-filename=-49921fe791448ca0 --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-eb7c6fb6a72663ef.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_rational=/work/oxidecomputer/omicron/target/debug/deps/libnum_rational-690c6d6636ed99a0.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37212025-01-31T04:51:16.039Z Compiling owo-colors v4.1.0
37222025-01-31T04:51:16.042Z Compiling cancel-safe-futures v0.1.5
37232025-01-31T04:51:16.042Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=eba589cf675b8391 -C extra-filename=-eba589cf675b8391 --out-dir /work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37242025-01-31T04:51:16.064Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=eb201e9ce8085c31 -C extra-filename=-eb201e9ce8085c31 --out-dir /work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37252025-01-31T04:51:16.096Z Dirty swrite v0.1.0: the rustflags changed
37262025-01-31T04:51:16.096Z Compiling swrite v0.1.0
37272025-01-31T04:51:16.099Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name swrite --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("osstring"))' -C metadata=a8a58b95ec89c45b -C extra-filename=-a8a58b95ec89c45b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37282025-01-31T04:51:16.257Z Compiling libsw v3.3.1
37292025-01-31T04:51:16.283Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libsw --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsw-3.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --cfg 'feature="std_instant"' --cfg 'feature="std_systemtime"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("coarsetime", "default", "nightly", "quanta", "std", "std_instant", "std_systemtime", "time", "tokio"))' -C metadata=a1978033ecb64b4c -C extra-filename=-a1978033ecb64b4c --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-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37302025-01-31T04:51:16.326Z Compiling typify v0.3.0
37312025-01-31T04:51:16.328Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typify --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/typify-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="default"' --cfg 'feature="macro"' --cfg 'feature="typify-macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro", "typify-macro"))' -C metadata=4b65a412f9aa7e4d -C extra-filename=-4b65a412f9aa7e4d --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-11119620c1c3a10d.rmeta --extern typify_macro=/work/oxidecomputer/omicron/target/debug/deps/libtypify_macro-3f9b672bf53524ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37322025-01-31T04:51:16.377Z Running `/work/oxidecomputer/omicron/target/debug/build/owo-colors-eba589cf675b8391/build-script-build`
37332025-01-31T04:51:16.419Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name owo_colors --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/owo-colors-4.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)' --check-cfg 'cfg(feature, values("alloc", "supports-color", "supports-colors"))' -C metadata=64694bafb6ad8035 -C extra-filename=-64694bafb6ad8035 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(doc_cfg)'`
37342025-01-31T04:51:16.484Z Compiling progenitor-impl v0.9.1
37352025-01-31T04:51:16.487Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-impl-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)' --check-cfg 'cfg(feature, values())' -C metadata=4b75e0dce3a3e49b -C extra-filename=-4b75e0dce3a3e49b --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-6782a03443fe5f3d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern typify=/work/oxidecomputer/omicron/target/debug/deps/libtypify-4b65a412f9aa7e4d.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37362025-01-31T04:51:16.534Z Running `/work/oxidecomputer/omicron/target/debug/build/cancel-safe-futures-eb201e9ce8085c31/build-script-build`
37372025-01-31T04:51:16.552Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cancel_safe_futures --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "internal-docs", "macros", "parking_lot", "std"))' -C metadata=cdfca0087da32257 -C extra-filename=-cdfca0087da32257 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37382025-01-31T04:51:16.588Z Compiling password-hash v0.5.0
37392025-01-31T04:51:16.623Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "rand_core", "std"))' -C metadata=9c9b5fa1de0b3c72 -C extra-filename=-9c9b5fa1de0b3c72 --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-9bf41bc36b79b4aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37402025-01-31T04:51:17.059Z Compiling blake2 v0.10.6
37412025-01-31T04:51:17.061Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "reset", "simd", "simd_asm", "simd_opt", "size_opt", "std"))' -C metadata=8a5fca9ef3e0b7d5 -C extra-filename=-8a5fca9ef3e0b7d5 --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-c1a84befa7c7dca3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37422025-01-31T04:51:17.137Z Compiling linear-map v1.2.0
37432025-01-31T04:51:17.140Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name linear_map --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly", "serde", "serde_impl", "serde_test"))' -C metadata=1f11c1139f7eb68f -C extra-filename=-1f11c1139f7eb68f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37442025-01-31T04:51:17.493Z Compiling pem v3.0.4
37452025-01-31T04:51:17.495Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pem --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pem-3.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "std"))' -C metadata=7c2c35af14fd0477 -C extra-filename=-7c2c35af14fd0477 --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-f429081ea7e2c5aa.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37462025-01-31T04:51:17.523Z Compiling highway v1.2.0
37472025-01-31T04:51:17.525Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name highway --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/highway-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=6985138a14228e53 -C extra-filename=-6985138a14228e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37482025-01-31T04:51:18.206Z Compiling argon2 v0.5.3
37492025-01-31T04:51:18.209Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "password-hash", "rand", "simple", "std", "zeroize"))' -C metadata=8cab06b32ce8b7d9 -C extra-filename=-8cab06b32ce8b7d9 --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-9bf41bc36b79b4aa.rmeta --extern blake2=/work/oxidecomputer/omicron/target/debug/deps/libblake2-8a5fca9ef3e0b7d5.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-9c9b5fa1de0b3c72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37502025-01-31T04:51:18.262Z Compiling lzma-sys v0.1.20
37512025-01-31T04:51:18.265Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=df49a685dd55d770 -C extra-filename=-df49a685dd55d770 --out-dir /work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37522025-01-31T04:51:18.383Z Compiling heck v0.3.3
37532025-01-31T04:51:18.407Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name heck --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/heck-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2dde9b4be76fcf89 -C extra-filename=-2dde9b4be76fcf89 --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-424502f4230a2600.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37542025-01-31T04:51:18.410Z Compiling headers-core v0.3.0
37552025-01-31T04:51:18.410Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name headers_core --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=c683955deb088bb9 -C extra-filename=-c683955deb088bb9 --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-9b9c4cd25ba804a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37562025-01-31T04:51:18.601Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
37572025-01-31T04:51:18.604Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=4af0c8d784b47dff -C extra-filename=-4af0c8d784b47dff --out-dir /work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37582025-01-31T04:51:18.763Z Compiling humantime v2.1.0
37592025-01-31T04:51:18.765Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name humantime --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/humantime-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)' --check-cfg 'cfg(feature, values())' -C metadata=3981a3a9a9cc034a -C extra-filename=-3981a3a9a9cc034a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37602025-01-31T04:51:18.955Z Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
37612025-01-31T04:51:18.958Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=ef99a1b7a88d210c -C extra-filename=-ef99a1b7a88d210c --out-dir /work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37622025-01-31T04:51:19.005Z Running `/work/oxidecomputer/omicron/target/debug/build/libnet-4af0c8d784b47dff/build-script-build`
37632025-01-31T04:51:19.046Z Compiling zone_cfg_derive v0.1.2
37642025-01-31T04:51:19.050Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_cfg_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone_cfg_derive-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e2d789a3a4c6ba4 -C extra-filename=-0e2d789a3a4c6ba4 --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-2dde9b4be76fcf89.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37652025-01-31T04:51:19.092Z Running `/work/oxidecomputer/omicron/target/debug/build/lzma-sys-df49a685dd55d770/build-script-build`
37662025-01-31T04:51:19.143Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lzma_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("static"))' -C metadata=481a76a38b664b9f -C extra-filename=-481a76a38b664b9f --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l lzma`
37672025-01-31T04:51:19.240Z Compiling headers v0.4.0
37682025-01-31T04:51:19.243Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name headers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/headers-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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=5062caf5a63b9cb6 -C extra-filename=-5062caf5a63b9cb6 --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-284d3ffa17b19553.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern headers_core=/work/oxidecomputer/omicron/target/debug/deps/libheaders_core-c683955deb088bb9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37692025-01-31T04:51:19.334Z Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37702025-01-31T04:51:19.337Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cpuid_profile_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/cpuid-profile-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8830304a7b4c8086 -C extra-filename=-8830304a7b4c8086 --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-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37712025-01-31T04:51:19.743Z Compiling yasna v0.5.2
37722025-01-31T04:51:19.768Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yasna --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bit-vec", "default", "num-bigint", "std", "time"))' -C metadata=99d831d22102cc5e -C extra-filename=-99d831d22102cc5e --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-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37732025-01-31T04:51:19.831Z Running `/work/oxidecomputer/omicron/target/debug/build/pq-sys-ef99a1b7a88d210c/build-script-build`
37742025-01-31T04:51:19.906Z Compiling base64 v0.13.1
37752025-01-31T04:51:19.929Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name base64 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/base64-0.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=ad5c1da4c03002a3 -C extra-filename=-ad5c1da4c03002a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37762025-01-31T04:51:20.509Z Compiling ron v0.7.1
37772025-01-31T04:51:20.512Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ron-0.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("indexmap"))' -C metadata=f45754111276867f -C extra-filename=-f45754111276867f --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-ad5c1da4c03002a3.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37782025-01-31T04:51:20.663Z Compiling zone v0.1.8
37792025-01-31T04:51:20.667Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zone-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5c8a6d552d48efef -C extra-filename=-5c8a6d552d48efef --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-eee8d6dc8a04de92.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zone_cfg_derive=/work/oxidecomputer/omicron/target/debug/deps/libzone_cfg_derive-0e2d789a3a4c6ba4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37802025-01-31T04:51:20.963Z Compiling rcgen v0.12.1
37812025-01-31T04:51:20.965Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rcgen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "pem", "ring", "x509-parser", "zeroize"))' -C metadata=232f2a42b2defe38 -C extra-filename=-232f2a42b2defe38 --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-7c2c35af14fd0477.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern yasna=/work/oxidecomputer/omicron/target/debug/deps/libyasna-99d831d22102cc5e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
37822025-01-31T04:51:21.004Z Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
37832025-01-31T04:51:21.007Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_server_config --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/crates/propolis-server-config/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acb2130464c80ceb -C extra-filename=-acb2130464c80ceb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cpuid_profile_config=/work/oxidecomputer/omicron/target/debug/deps/libcpuid_profile_config-8830304a7b4c8086.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37842025-01-31T04:51:21.339Z Compiling xz2 v0.1.7
37852025-01-31T04:51:21.341Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xz2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "static", "tokio", "tokio-io"))' -C metadata=cabb6d12fd264a74 -C extra-filename=-cabb6d12fd264a74 --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-481a76a38b664b9f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
37862025-01-31T04:51:21.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libnet --edition=2021 /home/build/.cargo/git/checkouts/netadm-sys-25ac2db9b1b244c6/e07ad76/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)' --check-cfg 'cfg(feature, values())' -C metadata=566fcf95459e6db0 -C extra-filename=-566fcf95459e6db0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dlpi=/work/oxidecomputer/omicron/target/debug/deps/libdlpi-fcb26e067d357c25.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --extern nvpair=/work/oxidecomputer/omicron/target/debug/deps/libnvpair-56b3c084ad93e757.rmeta --extern nvpair_sys=/work/oxidecomputer/omicron/target/debug/deps/libnvpair_sys-ca9e62646c0eb85d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rusty_doors=/work/oxidecomputer/omicron/target/debug/deps/librusty_doors-f852d6b306b3d11e.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern winnow=/work/oxidecomputer/omicron/target/debug/deps/libwinnow-87e7d00a1847f5b3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l kstat`
37872025-01-31T04:51:21.788Z Compiling subprocess v0.2.9
37882025-01-31T04:51:21.791Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name subprocess --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/subprocess-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=482d25d585d269d2 -C extra-filename=-482d25d585d269d2 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37892025-01-31T04:51:22.053Z Dirty semver v0.1.20: the rustflags changed
37902025-01-31T04:51:22.053Z Compiling semver v0.1.20
37912025-01-31T04:51:22.073Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name semver --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=03906520c1e5ada9 -C extra-filename=-03906520c1e5ada9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37922025-01-31T04:51:22.632Z Dirty rustc_version v0.1.7: the rustflags changed
37932025-01-31T04:51:22.632Z Compiling rustc_version v0.1.7
37942025-01-31T04:51:22.635Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustc_version --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a073eab3ff38bd2e -C extra-filename=-a073eab3ff38bd2e --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-03906520c1e5ada9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37952025-01-31T04:51:22.702Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pq_sys --edition=2015 /home/build/.cargo/git/checkouts/pq-sys-b85381a66dd4f47f/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)' --check-cfg 'cfg(feature, values("pkg-config"))' -C metadata=547349ec06854b85 -C extra-filename=-547349ec06854b85 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -l pq`
37962025-01-31T04:51:22.960Z Compiling half v2.4.1
37972025-01-31T04:51:22.962Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name half --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/half-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "bytemuck", "default", "num-traits", "rand_distr", "rkyv", "serde", "std", "use-intrinsics", "zerocopy"))' -C metadata=2449aba69bdc4ada -C extra-filename=-2449aba69bdc4ada --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-c23dfb9b1834c42c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
37982025-01-31T04:51:23.065Z Compiling ciborium-io v0.2.2
37992025-01-31T04:51:23.067Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=febe2383922cacb8 -C extra-filename=-febe2383922cacb8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38002025-01-31T04:51:23.116Z Dirty newtype_derive v0.1.6: the rustflags changed
38012025-01-31T04:51:23.116Z Compiling newtype_derive v0.1.6
38022025-01-31T04:51:23.119Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=7d706b8f8720f8cf -C extra-filename=-7d706b8f8720f8cf --out-dir /work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-a073eab3ff38bd2e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38032025-01-31T04:51:23.230Z Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
38042025-01-31T04:51:23.254Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=3bbc53a9aa227c57 -C extra-filename=-3bbc53a9aa227c57 --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-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38052025-01-31T04:51:23.364Z Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
38062025-01-31T04:51:23.367Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_client_types --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=c6442b7c73a6ea34 -C extra-filename=-c6442b7c73a6ea34 --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-f429081ea7e2c5aa.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38072025-01-31T04:51:23.493Z Compiling ciborium-ll v0.2.2
38082025-01-31T04:51:23.519Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium_ll --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "std"))' -C metadata=9d725179b86308e3 -C extra-filename=-9d725179b86308e3 --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-febe2383922cacb8.rmeta --extern half=/work/oxidecomputer/omicron/target/debug/deps/libhalf-2449aba69bdc4ada.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38092025-01-31T04:51:23.522Z Running `/work/oxidecomputer/omicron/target/debug/build/newtype_derive-7d706b8f8720f8cf/build-script-build`
38102025-01-31T04:51:23.553Z Compiling progenitor-macro v0.9.1
38112025-01-31T04:51:23.575Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_macro --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-macro-0.9.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)' --check-cfg 'cfg(feature, values())' -C metadata=ac99fd21b6a5c9ec -C extra-filename=-ac99fd21b6a5c9ec --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-9d242d4baaa625b0.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern serde_yaml=/work/oxidecomputer/omicron/target/debug/deps/libserde_yaml-900137705a3c6aa5.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38122025-01-31T04:51:23.581Z Dirty aws-lc-sys v0.22.0: the rustflags changed
38132025-01-31T04:51:23.581Z Compiling aws-lc-sys v0.22.0
38142025-01-31T04:51:23.605Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_main --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/builder/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=4dd1f5ccc338543d -C extra-filename=-4dd1f5ccc338543d --out-dir /work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern cmake=/work/oxidecomputer/omicron/target/debug/deps/libcmake-f651151d3569e2e1.rlib --extern dunce=/work/oxidecomputer/omicron/target/debug/deps/libdunce-9aec59b7c8d162b6.rlib --extern fs_extra=/work/oxidecomputer/omicron/target/debug/deps/libfs_extra-f99428ff14949c71.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38152025-01-31T04:51:23.632Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name newtype_derive --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std", "std-unstable"))' -C metadata=907911c314303ae7 -C extra-filename=-907911c314303ae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg op_assign`
38162025-01-31T04:51:23.747Z Compiling steno v0.4.1
38172025-01-31T04:51:23.750Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name steno --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e8db2a7d47af1b29 -C extra-filename=-e8db2a7d47af1b29 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38182025-01-31T04:51:23.796Z Compiling ciborium v0.2.2
38192025-01-31T04:51:23.798Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ciborium --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=a348374d3d785aec -C extra-filename=-a348374d3d785aec --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-febe2383922cacb8.rmeta --extern ciborium_ll=/work/oxidecomputer/omicron/target/debug/deps/libciborium_ll-9d725179b86308e3.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38202025-01-31T04:51:23.880Z Compiling display-error-chain v0.2.2
38212025-01-31T04:51:23.884Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name display_error_chain --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6f15412de59adf04 -C extra-filename=-6f15412de59adf04 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38222025-01-31T04:51:24.109Z Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
38232025-01-31T04:51:24.152Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_api_types --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=3f7bd3095bf53744 -C extra-filename=-3f7bd3095bf53744 --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-c6442b7c73a6ea34.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3bbc53a9aa227c57.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38242025-01-31T04:51:24.392Z Compiling slog-dtrace v0.3.0
38252025-01-31T04:51:24.395Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f86e451e41119c90 -C extra-filename=-f86e451e41119c90 --out-dir /work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38262025-01-31T04:51:24.576Z Compiling gethostname v0.5.0
38272025-01-31T04:51:24.600Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gethostname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bfd7719f1fae5402 -C extra-filename=-bfd7719f1fae5402 --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-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38282025-01-31T04:51:24.810Z Running `/work/oxidecomputer/omicron/target/debug/build/slog-dtrace-f86e451e41119c90/build-script-build`
38292025-01-31T04:51:24.835Z Compiling nibble_vec v0.1.0
38302025-01-31T04:51:24.838Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nibble_vec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf30e60e2711dd7a -C extra-filename=-bf30e60e2711dd7a --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-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38312025-01-31T04:51:24.891Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name slog_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f78d5c8619bd4e90 -C extra-filename=-f78d5c8619bd4e90 --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-c6e3260a4cbe5cfb.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38322025-01-31T04:51:25.062Z Compiling endian-type v0.1.2
38332025-01-31T04:51:25.087Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name endian_type --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=420bb238198667ce -C extra-filename=-420bb238198667ce --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38342025-01-31T04:51:25.091Z Compiling keccak v0.1.5
38352025-01-31T04:51:25.091Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/keccak-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "no_unroll", "simd"))' -C metadata=e9344e01d05787df -C extra-filename=-e9344e01d05787df --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38362025-01-31T04:51:25.309Z Compiling radix_trie v0.2.1
38372025-01-31T04:51:25.312Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name radix_trie --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=42f5e22c37b42a1d -C extra-filename=-42f5e22c37b42a1d --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-420bb238198667ce.rmeta --extern nibble_vec=/work/oxidecomputer/omicron/target/debug/deps/libnibble_vec-bf30e60e2711dd7a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38382025-01-31T04:51:25.505Z Compiling sha3 v0.10.8
38392025-01-31T04:51:25.508Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sha3 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "default", "oid", "reset", "std"))' -C metadata=7a16ae5557314021 -C extra-filename=-7a16ae5557314021 --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-c1a84befa7c7dca3.rmeta --extern keccak=/work/oxidecomputer/omicron/target/debug/deps/libkeccak-e9344e01d05787df.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38402025-01-31T04:51:25.531Z Compiling arrayvec v0.7.6
38412025-01-31T04:51:25.534Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayvec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("borsh", "default", "serde", "std", "zeroize"))' -C metadata=29b276a2b78a8d5a -C extra-filename=-29b276a2b78a8d5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38422025-01-31T04:51:25.914Z Compiling constant_time_eq v0.3.1
38432025-01-31T04:51:25.918Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name constant_time_eq --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("count_instructions_test"))' -C metadata=5220b84cccc1dea2 -C extra-filename=-5220b84cccc1dea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38442025-01-31T04:51:25.940Z Compiling arrayref v0.3.9
38452025-01-31T04:51:25.943Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name arrayref --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2d656f6620a65b51 -C extra-filename=-2d656f6620a65b51 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38462025-01-31T04:51:26.066Z Compiling universal-hash v0.5.1
38472025-01-31T04:51:26.069Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name universal_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=d912cf2ea6f43439 -C extra-filename=-d912cf2ea6f43439 --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-0dd2958e149b985e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38482025-01-31T04:51:26.121Z Compiling opaque-debug v0.3.1
38492025-01-31T04:51:26.124Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name opaque_debug --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=bf5e609c1193dde6 -C extra-filename=-bf5e609c1193dde6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38502025-01-31T04:51:26.212Z Compiling secrecy v0.8.0
38512025-01-31T04:51:26.215Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name secrecy --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "bytes", "default", "serde"))' -C metadata=97824bc722567bb8 -C extra-filename=-97824bc722567bb8 --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-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38522025-01-31T04:51:26.247Z Compiling blake3 v1.5.4
38532025-01-31T04:51:26.250Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=5f3e247ab4ed22e3 -C extra-filename=-5f3e247ab4ed22e3 --out-dir /work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38542025-01-31T04:51:26.284Z Compiling memmap2 v0.9.5
38552025-01-31T04:51:26.287Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name memmap2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/memmap2-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)' --check-cfg 'cfg(feature, values("stable_deref_trait"))' -C metadata=79050c6d30ef63b9 -C extra-filename=-79050c6d30ef63b9 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38562025-01-31T04:51:26.448Z Compiling aead v0.5.2
38572025-01-31T04:51:26.452Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aead --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "arrayvec", "blobby", "bytes", "default", "dev", "getrandom", "heapless", "rand_core", "std", "stream"))' -C metadata=c5d244ba91c5af8b -C extra-filename=-c5d244ba91c5af8b --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-0dd2958e149b985e.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38582025-01-31T04:51:26.501Z Compiling topological-sort v0.2.2
38592025-01-31T04:51:26.504Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name topological_sort --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d704ffc17eb9a9ea -C extra-filename=-d704ffc17eb9a9ea --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38602025-01-31T04:51:26.708Z Compiling poly1305 v0.8.0
38612025-01-31T04:51:26.712Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=cb0d24dbfe265f4e -C extra-filename=-cb0d24dbfe265f4e --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-102875690d2c1cd3.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-bf5e609c1193dde6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d912cf2ea6f43439.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38622025-01-31T04:51:26.738Z Compiling chacha20 v0.9.1
38632025-01-31T04:51:26.741Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=b208d0fd694a3c26 -C extra-filename=-b208d0fd694a3c26 --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-c23dfb9b1834c42c.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38642025-01-31T04:51:26.839Z Compiling toolchain_find v0.4.0
38652025-01-31T04:51:26.870Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name toolchain_find --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/toolchain_find-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)' --check-cfg 'cfg(feature, values())' -C metadata=09f1869772c12ffc -C extra-filename=-09f1869772c12ffc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38662025-01-31T04:51:26.999Z Running `/work/oxidecomputer/omicron/target/debug/build/blake3-5f3e247ab4ed22e3/build-script-build`
38672025-01-31T04:51:27.213Z Compiling thiserror-impl-no-std v2.0.2
38682025-01-31T04:51:27.245Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_impl_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=85fbac475f17a53c -C extra-filename=-85fbac475f17a53c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38692025-01-31T04:51:27.455Z Compiling rustfmt-wrapper v0.2.1
38702025-01-31T04:51:27.458Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustfmt_wrapper --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustfmt-wrapper-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)' --check-cfg 'cfg(feature, values())' -C metadata=37705b2d523bafbe -C extra-filename=-37705b2d523bafbe --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-b6795449d4b8cccb.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern toolchain_find=/work/oxidecomputer/omicron/target/debug/deps/libtoolchain_find-09f1869772c12ffc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38712025-01-31T04:51:27.651Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name blake3 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake3-1.5.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="mmap"' --cfg 'feature="rayon"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "mmap", "neon", "no_avx2", "no_avx512", "no_neon", "no_sse2", "no_sse41", "prefer_intrinsics", "pure", "rayon", "serde", "std", "traits-preview", "zeroize"))' -C metadata=307701bfaf69bba0 -C extra-filename=-307701bfaf69bba0 --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-2d656f6620a65b51.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-29b276a2b78a8d5a.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --extern memmap2=/work/oxidecomputer/omicron/target/debug/deps/libmemmap2-79050c6d30ef63b9.rmeta --extern rayon_core=/work/oxidecomputer/omicron/target/debug/deps/librayon_core-7437feb4062411e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/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()))'`
38722025-01-31T04:51:28.063Z Compiling async-recursion v1.1.1
38732025-01-31T04:51:28.066Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_recursion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1742ed45344feaaa -C extra-filename=-1742ed45344feaaa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38742025-01-31T04:51:28.368Z Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
38752025-01-31T04:51:28.371Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=2b6978de6be459f7 -C extra-filename=-2b6978de6be459f7 --out-dir /work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38762025-01-31T04:51:28.480Z Compiling chacha20poly1305 v0.10.1
38772025-01-31T04:51:28.483Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chacha20poly1305 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "getrandom", "heapless", "rand_core", "reduced-round", "std", "stream"))' -C metadata=43b89e3eb154da46 -C extra-filename=-43b89e3eb154da46 --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-c5d244ba91c5af8b.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38782025-01-31T04:51:28.741Z Compiling fxhash v0.2.1
38792025-01-31T04:51:28.744Z Running `/work/oxidecomputer/omicron/target/debug/build/libipcc-2b6978de6be459f7/build-script-build`
38802025-01-31T04:51:28.744Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fxhash --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fd0628cfb03422c5 -C extra-filename=-fd0628cfb03422c5 --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-74b89f0a9d262c25.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38812025-01-31T04:51:28.793Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libipcc --edition=2021 /home/build/.cargo/git/checkouts/libipcc-9eb7fd72f4257074/fdffa21/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bc199e2fa413580f -C extra-filename=-bc199e2fa413580f --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-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -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/`
38822025-01-31T04:51:28.819Z Compiling zip v2.1.3
38832025-01-31T04:51:28.822Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.1.3/src/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,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-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=1f199c79d460bacb -C extra-filename=-1f199c79d460bacb --out-dir /work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38842025-01-31T04:51:28.983Z Compiling bumpalo v3.16.0
38852025-01-31T04:51:28.986Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bumpalo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bumpalo-3.16.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("allocator-api2", "allocator_api", "boxed", "collections", "default", "serde", "std"))' -C metadata=c5aa7b73087d6f70 -C extra-filename=-c5aa7b73087d6f70 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38862025-01-31T04:51:29.173Z Compiling simd-adler32 v0.3.7
38872025-01-31T04:51:29.176Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name simd_adler32 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/simd-adler32-0.3.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("const-generics", "default", "nightly", "std"))' -C metadata=809484df09ad0da8 -C extra-filename=-809484df09ad0da8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38882025-01-31T04:51:29.204Z Compiling maplit v1.0.2
38892025-01-31T04:51:29.207Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name maplit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b76ff7a836ea16f2 -C extra-filename=-b76ff7a836ea16f2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38902025-01-31T04:51:29.335Z Compiling lockfree-object-pool v0.1.6
38912025-01-31T04:51:29.338Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lockfree_object_pool --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lockfree-object-pool-0.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=420f5f89258d1541 -C extra-filename=-420f5f89258d1541 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38922025-01-31T04:51:29.479Z Running `/work/oxidecomputer/omicron/target/debug/build/zip-1f199c79d460bacb/build-script-build`
38932025-01-31T04:51:29.517Z Compiling termcolor v1.4.1
38942025-01-31T04:51:29.520Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name termcolor --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=2ede86e2a551bd95 -C extra-filename=-2ede86e2a551bd95 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38952025-01-31T04:51:29.657Z Compiling zopfli v0.8.1
38962025-01-31T04:51:29.659Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zopfli --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zopfli-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="gzip"' --cfg 'feature="std"' --cfg 'feature="zlib"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "gzip", "nightly", "std", "zlib"))' -C metadata=cabc88492a826ac3 -C extra-filename=-cabc88492a826ac3 --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-c5aa7b73087d6f70.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern lockfree_object_pool=/work/oxidecomputer/omicron/target/debug/deps/liblockfree_object_pool-420f5f89258d1541.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern simd_adler32=/work/oxidecomputer/omicron/target/debug/deps/libsimd_adler32-809484df09ad0da8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38972025-01-31T04:51:29.692Z Compiling const_format_proc_macros v0.2.34
38982025-01-31T04:51:29.695Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format_proc_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("all", "debug", "default", "derive", "syn"))' -C metadata=8ed5528f3a92e452 -C extra-filename=-8ed5528f3a92e452 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
38992025-01-31T04:51:29.794Z Compiling radium v0.7.0
39002025-01-31T04:51:29.797Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0495394abefdf7ef -C extra-filename=-0495394abefdf7ef --out-dir /work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39012025-01-31T04:51:30.210Z Compiling thiserror-no-std v2.0.2
39022025-01-31T04:51:30.213Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name thiserror_no_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=2f39842831d9b0b5 -C extra-filename=-2f39842831d9b0b5 --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-85fbac475f17a53c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39032025-01-31T04:51:30.237Z Compiling maybe-uninit v2.0.0
39042025-01-31T04:51:30.239Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=17723fbc7bf15acb -C extra-filename=-17723fbc7bf15acb --out-dir /work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39052025-01-31T04:51:30.284Z Compiling tap v1.0.1
39062025-01-31T04:51:30.286Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1baf0068047987a3 -C extra-filename=-1baf0068047987a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39072025-01-31T04:51:30.333Z Compiling vsss-rs v3.3.4
39082025-01-31T04:51:30.351Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name vsss_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "curve25519", "curve25519-dalek", "default", "hex", "serde", "std"))' -C metadata=835f44df966b6211 -C extra-filename=-835f44df966b6211 --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-296415074f6d0321.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_chacha=/work/oxidecomputer/omicron/target/debug/deps/librand_chacha-3b8940648d2e967c.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern thiserror_no_std=/work/oxidecomputer/omicron/target/debug/deps/libthiserror_no_std-2f39842831d9b0b5.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39092025-01-31T04:51:30.359Z Running `/work/oxidecomputer/omicron/target/debug/build/radium-0495394abefdf7ef/build-script-build`
39102025-01-31T04:51:30.398Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name radium --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eed1163cf182e62a -C extra-filename=-eed1163cf182e62a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
39112025-01-31T04:51:30.480Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zip --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/zip-2.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="_deflate-any"' --cfg 'feature="bzip2"' --cfg 'feature="deflate"' --cfg 'feature="deflate-flate2"' --cfg 'feature="deflate-zopfli"' --cfg 'feature="flate2"' --cfg 'feature="zopfli"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("_all-features", "_deflate-any", "aes", "aes-crypto", "bzip2", "chrono", "constant_time_eq", "default", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "flate2", "hmac", "lzma", "lzma-rs", "pbkdf2", "rand", "sha1", "time", "unreserved", "zeroize", "zopfli", "zstd"))' -C metadata=bcc67991e314c378 -C extra-filename=-bcc67991e314c378 --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-564b4058719b0508.rmeta --extern crc32fast=/work/oxidecomputer/omicron/target/debug/deps/libcrc32fast-8bbe085508e0f085.rmeta --extern displaydoc=/work/oxidecomputer/omicron/target/debug/deps/libdisplaydoc-5f846104cef4c9b4.so --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern zopfli=/work/oxidecomputer/omicron/target/debug/deps/libzopfli-cabc88492a826ac3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
39122025-01-31T04:51:30.811Z Running `/work/oxidecomputer/omicron/target/debug/build/maybe-uninit-17723fbc7bf15acb/build-script-build`
39132025-01-31T04:51:30.846Z Compiling wyz v0.5.1
39142025-01-31T04:51:30.897Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wyz --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "garbage", "once_cell", "std", "typemap"))' -C metadata=59a297f6da8ea8ef -C extra-filename=-59a297f6da8ea8ef --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-1baf0068047987a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39152025-01-31T04:51:30.899Z Compiling funty v2.0.0
39162025-01-31T04:51:30.941Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name funty --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=ccf7e5da67827078 -C extra-filename=-ccf7e5da67827078 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39172025-01-31T04:51:31.207Z Compiling packed_struct v0.10.1
39182025-01-31T04:51:31.210Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=408741803dadc995 -C extra-filename=-408741803dadc995 --out-dir /work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39192025-01-31T04:51:31.243Z Compiling crc-catalog v2.4.0
39202025-01-31T04:51:31.246Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_catalog --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=abbf1a39390de174 -C extra-filename=-abbf1a39390de174 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39212025-01-31T04:51:31.416Z Compiling crc v3.2.1
39222025-01-31T04:51:31.419Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crc-3.2.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4dad916f7a3cd1d7 -C extra-filename=-4dad916f7a3cd1d7 --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-abbf1a39390de174.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39232025-01-31T04:51:31.725Z Running `/work/oxidecomputer/omicron/target/debug/build/packed_struct-408741803dadc995/build-script-build`
39242025-01-31T04:51:31.751Z Compiling const_format v0.2.34
39252025-01-31T04:51:31.753Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name const_format --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/const_format-0.2.34/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --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=e91b7ab987123f1d -C extra-filename=-e91b7ab987123f1d --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-8ed5528f3a92e452.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39262025-01-31T04:51:31.785Z Compiling bitvec v1.0.1
39272025-01-31T04:51:31.787Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bitvec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "atomic", "default", "serde", "std", "testing"))' -C metadata=4b6155786358526e -C extra-filename=-4b6155786358526e --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-ccf7e5da67827078.rmeta --extern radium=/work/oxidecomputer/omicron/target/debug/deps/libradium-eed1163cf182e62a.rmeta --extern tap=/work/oxidecomputer/omicron/target/debug/deps/libtap-1baf0068047987a3.rmeta --extern wyz=/work/oxidecomputer/omicron/target/debug/deps/libwyz-59a297f6da8ea8ef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39282025-01-31T04:51:32.145Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name maybe_uninit --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=03d166afac653f39 -C extra-filename=-03d166afac653f39 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg derive_copy --cfg repr_transparent --cfg native_uninit`
39292025-01-31T04:51:32.269Z Compiling packed_struct_codegen v0.10.1
39302025-01-31T04:51:32.271Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct_codegen --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=568be8160840ed4d -C extra-filename=-568be8160840ed4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39312025-01-31T04:51:32.296Z Compiling indexmap v1.9.3
39322025-01-31T04:51:32.324Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=224171d735c428dd -C extra-filename=-224171d735c428dd --out-dir /work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39332025-01-31T04:51:32.426Z Compiling nodrop v0.1.14
39342025-01-31T04:51:32.429Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nodrop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "nodrop-union", "std", "use_needs_drop", "use_union"))' -C metadata=d96e813c2ab020ca -C extra-filename=-d96e813c2ab020ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39352025-01-31T04:51:32.574Z Compiling array-init v0.0.4
39362025-01-31T04:51:32.577Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name array_init --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=c6211ef6ffed8b60 -C extra-filename=-c6211ef6ffed8b60 --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-d96e813c2ab020ca.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39372025-01-31T04:51:32.599Z Compiling smallvec v0.6.14
39382025-01-31T04:51:32.602Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smallvec --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "may_dangle", "serde", "specialization", "std", "union"))' -C metadata=512e0cdbb258b826 -C extra-filename=-512e0cdbb258b826 --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-03d166afac653f39.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39392025-01-31T04:51:32.685Z Running `/work/oxidecomputer/omicron/target/debug/build/indexmap-224171d735c428dd/build-script-build`
39402025-01-31T04:51:32.727Z Compiling vte_generate_state_changes v0.1.2
39412025-01-31T04:51:32.729Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name vte_generate_state_changes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte_generate_state_changes-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=892d4fbed2430dd4 -C extra-filename=-892d4fbed2430dd4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39422025-01-31T04:51:33.001Z Compiling bitfield v0.14.0
39432025-01-31T04:51:33.060Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bitfield-0.14.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c0ab4043e8aa729 -C extra-filename=-1c0ab4043e8aa729 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39442025-01-31T04:51:33.335Z Compiling hashbrown v0.12.3
39452025-01-31T04:51:33.337Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=9a112bc893b47b7f -C extra-filename=-9a112bc893b47b7f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39462025-01-31T04:51:33.475Z Compiling vte v0.11.1
39472025-01-31T04:51:33.478Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name vte --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vte-0.11.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("ansi", "arrayvec", "default", "log", "nightly", "no_std", "serde"))' -C metadata=46f62b86694017a2 -C extra-filename=-46f62b86694017a2 --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-a9e9441fe1d54e72.rmeta --extern vte_generate_state_changes=/work/oxidecomputer/omicron/target/debug/deps/libvte_generate_state_changes-892d4fbed2430dd4.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39482025-01-31T04:51:33.615Z Compiling serde-hex v0.1.0
39492025-01-31T04:51:33.620Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_hex --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=df2b64298647f6d7 -C extra-filename=-df2b64298647f6d7 --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-c6211ef6ffed8b60.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-512e0cdbb258b826.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39502025-01-31T04:51:34.358Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indexmap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "quickcheck", "rayon", "rustc-rayon", "serde", "serde-1", "std", "test_debug", "test_low_transition_point"))' -C metadata=9da52d222a125051 -C extra-filename=-9da52d222a125051 --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-9a112bc893b47b7f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg has_std`
39512025-01-31T04:51:34.382Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
39522025-01-31T04:51:34.415Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=96e60ef702325449 -C extra-filename=-96e60ef702325449 --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39532025-01-31T04:51:34.721Z Compiling env_logger v0.10.2
39542025-01-31T04:51:34.721Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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="auto-color"' --cfg 'feature="color"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex"))' -C metadata=323aa012b622cd0a -C extra-filename=-323aa012b622cd0a --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-7fcf105a31e0f4a8.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39552025-01-31T04:51:34.956Z Compiling ron v0.8.1
39562025-01-31T04:51:34.975Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ron --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "indexmap", "integer128"))' -C metadata=19d2c3a85ca79068 -C extra-filename=-19d2c3a85ca79068 --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-284d3ffa17b19553.rmeta --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39572025-01-31T04:51:34.988Z Compiling fd-lock v4.0.2
39582025-01-31T04:51:34.990Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fd_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fd-lock-4.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6d1727f39167a54a -C extra-filename=-6d1727f39167a54a --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-c23dfb9b1834c42c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39592025-01-31T04:51:35.122Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name packed_struct --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "byte_types_256", "byte_types_64", "default", "serde", "serde_derive", "std", "use_serde"))' -C metadata=cf12361f6d370838 -C extra-filename=-cf12361f6d370838 --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-4b6155786358526e.rmeta --extern packed_struct_codegen=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct_codegen-568be8160840ed4d.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39602025-01-31T04:51:35.189Z Compiling hashbrown v0.13.2
39612025-01-31T04:51:35.191Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashbrown --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=508298ba917f7296 -C extra-filename=-508298ba917f7296 --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-6f081ff1d53178a3.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39622025-01-31T04:51:35.215Z Compiling kstat-rs v0.2.4
39632025-01-31T04:51:35.222Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name kstat_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=0a7730f882e244fa -C extra-filename=-0a7730f882e244fa --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-98124fae94d5c163.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39642025-01-31T04:51:35.751Z Compiling crc-any v2.5.0
39652025-01-31T04:51:35.754Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crc_any --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "debug-helper", "default", "development", "heapless", "std"))' -C metadata=49a20e66afaa8a5f -C extra-filename=-49a20e66afaa8a5f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39662025-01-31T04:51:35.794Z Compiling strip-ansi-escapes v0.2.0
39672025-01-31T04:51:35.797Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strip_ansi_escapes --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/strip-ansi-escapes-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1818fd9c72365642 -C extra-filename=-1818fd9c72365642 --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-46f62b86694017a2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39682025-01-31T04:51:36.168Z Compiling object v0.30.4
39692025-01-31T04:51:36.209Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name object --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=acff79d7e68d0ffa -C extra-filename=-acff79d7e68d0ffa --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-8bbe085508e0f085.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-508298ba917f7296.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-9da52d222a125051.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39702025-01-31T04:51:36.212Z Compiling libefi-sys v0.1.0
39712025-01-31T04:51:36.212Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=aa81e9d157942b3c -C extra-filename=-aa81e9d157942b3c --out-dir /work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39722025-01-31T04:51:36.277Z Compiling nu-ansi-term v0.50.1
39732025-01-31T04:51:36.280Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nu_ansi_term --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/nu-ansi-term-0.50.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("derive_serde_style", "gnu_legacy", "serde"))' -C metadata=8e86866786615006 -C extra-filename=-8e86866786615006 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39742025-01-31T04:51:36.565Z Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
39752025-01-31T04:51:36.567Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc_text --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values())' -C metadata=79c3d69b5e3a9564 -C extra-filename=-79c3d69b5e3a9564 --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-19d2c3a85ca79068.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39762025-01-31T04:51:36.913Z Compiling path-slash v0.1.5
39772025-01-31T04:51:36.915Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name path_slash --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=d36cafea61a466fc -C extra-filename=-d36cafea61a466fc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39782025-01-31T04:51:37.050Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-4dd1f5ccc338543d/build-script-main`
39792025-01-31T04:51:37.078Z Compiling reedline v0.35.0
39802025-01-31T04:51:37.100Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name reedline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reedline-0.35.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arboard", "bashisms", "crossbeam", "external_printer", "rusqlite", "serde_json", "sqlite", "sqlite-dynlib", "system_clipboard"))' -C metadata=2fb1608fcd35e692 -C extra-filename=-2fb1608fcd35e692 --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-c6e3260a4cbe5cfb.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern nu_ansi_term=/work/oxidecomputer/omicron/target/debug/deps/libnu_ansi_term-8e86866786615006.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strip_ansi_escapes=/work/oxidecomputer/omicron/target/debug/deps/libstrip_ansi_escapes-1818fd9c72365642.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8472f9b9b4402c84.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39812025-01-31T04:51:37.168Z Running `/work/oxidecomputer/omicron/target/debug/build/libefi-sys-aa81e9d157942b3c/build-script-build`
39822025-01-31T04:51:37.171Z Compiling phf_generator v0.11.2
39832025-01-31T04:51:37.171Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_generator --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_generator-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)' --check-cfg 'cfg(feature, values("criterion"))' -C metadata=3254404e6daa6263 -C extra-filename=-3254404e6daa6263 --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-65d0301f5bcb2ce7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39842025-01-31T04:51:37.213Z Compiling bitfield-struct v0.6.2
39852025-01-31T04:51:37.216Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bitfield_struct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=a2ae4810299494f7 -C extra-filename=-a2ae4810299494f7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39862025-01-31T04:51:37.253Z Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
39872025-01-31T04:51:37.304Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/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)' --check-cfg 'cfg(feature, values())' -C metadata=c3833454a5b351fc -C extra-filename=-c3833454a5b351fc --out-dir /work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39882025-01-31T04:51:37.362Z Compiling parking_lot_core v0.8.6
39892025-01-31T04:51:37.365Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=8b5f573569c26f97 -C extra-filename=-8b5f573569c26f97 --out-dir /work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39902025-01-31T04:51:37.747Z Running `/work/oxidecomputer/omicron/target/debug/build/tofino-c3833454a5b351fc/build-script-build`
39912025-01-31T04:51:37.858Z Compiling phf_codegen v0.11.2
39922025-01-31T04:51:37.860Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name phf_codegen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/phf_codegen-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)' --check-cfg 'cfg(feature, values())' -C metadata=a7673d9b61921b13 -C extra-filename=-a7673d9b61921b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern phf_generator=/work/oxidecomputer/omicron/target/debug/deps/libphf_generator-3254404e6daa6263.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39932025-01-31T04:51:37.884Z Running `/work/oxidecomputer/omicron/target/debug/build/parking_lot_core-8b5f573569c26f97/build-script-build`
39942025-01-31T04:51:37.907Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f7f1ae527325c4cd -C extra-filename=-f7f1ae527325c4cd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -l efi`
39952025-01-31T04:51:37.939Z Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
39962025-01-31T04:51:37.942Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_devinfo --edition=2021 /home/build/.cargo/git/checkouts/illumos-devinfo-af88cd6aebd8ce54/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)' --check-cfg 'cfg(feature, values())' -C metadata=63f98ee0b7a95dd0 -C extra-filename=-63f98ee0b7a95dd0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern num_enum=/work/oxidecomputer/omicron/target/debug/deps/libnum_enum-b937aa65052bc743.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39972025-01-31T04:51:38.068Z Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
39982025-01-31T04:51:38.071Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_areas --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values())' -C metadata=73896085a852f803 -C extra-filename=-73896085a852f803 --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-1c0ab4043e8aa729.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
39992025-01-31T04:51:38.274Z Compiling parse-zoneinfo v0.3.1
40002025-01-31T04:51:38.276Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_zoneinfo --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/parse-zoneinfo-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)' --check-cfg 'cfg(feature, values())' -C metadata=df37b33b4ce2d54e -C extra-filename=-df37b33b4ce2d54e --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-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40012025-01-31T04:51:38.429Z Compiling cfg_aliases v0.1.1
40022025-01-31T04:51:38.432Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=21f3ce1508281586 -C extra-filename=-21f3ce1508281586 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40032025-01-31T04:51:38.558Z Dirty bytecount v0.6.8: the rustflags changed
40042025-01-31T04:51:38.558Z Compiling bytecount v0.6.8
40052025-01-31T04:51:38.561Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bytecount --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bytecount-0.6.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("generic-simd", "html_report", "runtime-dispatch-simd"))' -C metadata=a5dd987946a94b3b -C extra-filename=-a5dd987946a94b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40062025-01-31T04:51:38.593Z Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40072025-01-31T04:51:38.596Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f695601a50c1c2a3 -C extra-filename=-f695601a50c1c2a3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40082025-01-31T04:51:38.728Z Dirty papergrid v0.11.0: the rustflags changed
40092025-01-31T04:51:38.728Z Compiling papergrid v0.11.0
40102025-01-31T04:51:38.731Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name papergrid --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "std"))' -C metadata=d441d8ba93711c26 -C extra-filename=-d441d8ba93711c26 --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-a5dd987946a94b3b.rmeta --extern fnv=/work/oxidecomputer/omicron/target/debug/deps/libfnv-b60aa3e5c1a51a0c.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40112025-01-31T04:51:38.752Z Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40122025-01-31T04:51:38.757Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme_sys --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=e3a7932d8e109838 -C extra-filename=-e3a7932d8e109838 --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-a2ae4810299494f7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40132025-01-31T04:51:38.779Z Compiling nix v0.28.0
40142025-01-31T04:51:38.782Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=8f1d3e7080392bbc -C extra-filename=-8f1d3e7080392bbc --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-21f3ce1508281586.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40152025-01-31T04:51:39.447Z Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
40162025-01-31T04:51:39.449Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libnvme --edition=2021 /home/build/.cargo/git/checkouts/libnvme-229f89f3b0fb637f/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)' --check-cfg 'cfg(feature, values())' -C metadata=8245a22decf78967 -C extra-filename=-8245a22decf78967 --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-e3a7932d8e109838.rmeta --extern nvme=/work/oxidecomputer/omicron/target/debug/deps/libnvme-f695601a50c1c2a3.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40172025-01-31T04:51:39.617Z Compiling chrono-tz-build v0.4.0
40182025-01-31T04:51:39.700Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-build-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)' --check-cfg 'cfg(feature, values("case-insensitive", "filter-by-regex", "phf_shared", "regex", "uncased"))' -C metadata=fa557f782e4b7b21 -C extra-filename=-fa557f782e4b7b21 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern parse_zoneinfo=/work/oxidecomputer/omicron/target/debug/deps/libparse_zoneinfo-df37b33b4ce2d54e.rmeta --extern phf_codegen=/work/oxidecomputer/omicron/target/debug/deps/libphf_codegen-a7673d9b61921b13.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40192025-01-31T04:51:40.077Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tofino --edition=2021 /home/build/.cargo/git/checkouts/tofino-58dffaaa92c7532b/1b66b89/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)' --check-cfg 'cfg(feature, values())' -C metadata=1920daece27d0665 -C extra-filename=-1920daece27d0665 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -l static=pci`
40202025-01-31T04:51:40.483Z Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
40212025-01-31T04:51:40.486Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libefi_illumos --edition=2021 /home/build/.cargo/git/checkouts/libefi-illumos-957749dcb6b6e5a2/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)' --check-cfg 'cfg(feature, values())' -C metadata=51ffcf2ce03b08bf -C extra-filename=-51ffcf2ce03b08bf --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-98124fae94d5c163.rmeta --extern libefi_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_sys-f7f1ae527325c4cd.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40222025-01-31T04:51:40.519Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("backtrace", "deadlock_detection", "nightly", "petgraph", "thread-id"))' -C metadata=cc94aed65592f799 -C extra-filename=-cc94aed65592f799 --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-c23dfb9b1834c42c.rmeta --extern instant=/work/oxidecomputer/omicron/target/debug/deps/libinstant-addff6408e8f04c3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40232025-01-31T04:51:40.765Z Compiling tabled_derive v0.7.0
40242025-01-31T04:51:40.768Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=76472966233443db -C extra-filename=-76472966233443db --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-7c318abee26cc297.rlib --extern proc_macro_error=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_error-196b93b59c768600.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40252025-01-31T04:51:40.945Z Compiling chrono-tz v0.10.1
40262025-01-31T04:51:40.948Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=ce89a0957124c9e9 -C extra-filename=-ce89a0957124c9e9 --out-dir /work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern chrono_tz_build=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz_build-fa557f782e4b7b21.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40272025-01-31T04:51:41.106Z Compiling parking_lot v0.11.2
40282025-01-31T04:51:41.109Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parking_lot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arc_lock", "deadlock_detection", "default", "nightly", "owning_ref", "send_guard", "serde", "stdweb", "wasm-bindgen"))' -C metadata=e4e6ba3c4e0cba81 -C extra-filename=-e4e6ba3c4e0cba81 --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-addff6408e8f04c3.rmeta --extern lock_api=/work/oxidecomputer/omicron/target/debug/deps/liblock_api-1fd3eced1389565d.rmeta --extern parking_lot_core=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot_core-cc94aed65592f799.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40292025-01-31T04:51:41.805Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-8f1d3e7080392bbc/build-script-build`
40302025-01-31T04:51:41.841Z Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
40312025-01-31T04:51:41.844Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickward --edition=2021 /home/build/.cargo/git/checkouts/clickward-55585085c2a3fa20/242fd81/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5138e4463caf453d -C extra-filename=-5138e4463caf453d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40322025-01-31T04:51:41.972Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ee1a2417c2f5077e -C extra-filename=-ee1a2417c2f5077e --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg illumos --cfg solarish`
40332025-01-31T04:51:42.538Z Running `/work/oxidecomputer/omicron/target/debug/build/chrono-tz-ce89a0957124c9e9/build-script-build`
40342025-01-31T04:51:43.220Z Compiling tabled v0.15.0
40352025-01-31T04:51:43.241Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tabled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ansi", "ansi-str", "ansitok", "default", "derive", "macros", "std", "tabled_derive"))' -C metadata=9f8ec8dd763c65f8 -C extra-filename=-9f8ec8dd763c65f8 --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-d441d8ba93711c26.rmeta --extern tabled_derive=/work/oxidecomputer/omicron/target/debug/deps/libtabled_derive-76472966233443db.so --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40362025-01-31T04:51:43.556Z Compiling sled v0.34.7
40372025-01-31T04:51:43.558Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=6da45c3a09d9f5a4 -C extra-filename=-6da45c3a09d9f5a4 --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-8bbe085508e0f085.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-e4e6ba3c4e0cba81.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40382025-01-31T04:51:43.616Z Running `/work/oxidecomputer/omicron/target/debug/build/aws-lc-rs-cbe750b39f7d2c77/build-script-build`
40392025-01-31T04:51:43.640Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-sys-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="prebuilt-nasm"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asan", "bindgen", "prebuilt-nasm", "ssl"))' -C metadata=bb67bed1d3eec97a -C extra-filename=-bb67bed1d3eec97a --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-98124fae94d5c163.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -l static=aws_lc_0_22_0_crypto -l static=aws_lc_0_22_0_rust_wrapper --cfg use_bindgen_generated`
40402025-01-31T04:51:43.650Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-bc7610f533623f01/build-script-build`
40412025-01-31T04:51:43.691Z Compiling hickory-client v0.24.2
40422025-01-31T04:51:43.693Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-client-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-https", "dns-over-https-openssl", "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", "mdns", "native-certs", "rustls", "serde", "serde-config", "webpki-roots"))' -C metadata=552d2b4f335a3e2e -C extra-filename=-552d2b4f335a3e2e --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-c23dfb9b1834c42c.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40432025-01-31T04:51:43.787Z Compiling peg-macros v0.8.4
40442025-01-31T04:51:43.791Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name peg_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-macros-0.8.4/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("trace"))' -C metadata=8f1bee72fa9028d9 -C extra-filename=-8f1bee72fa9028d9 --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-30228406606bb75f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40452025-01-31T04:51:44.783Z Compiling hickory-server v0.24.2
40462025-01-31T04:51:44.786Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hickory_server --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hickory-server-0.24.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(nightly)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "dns-over-h3", "dns-over-https", "dns-over-https-rustls", "dns-over-openssl", "dns-over-quic", "dns-over-rustls", "dns-over-tls", "dnssec", "dnssec-openssl", "dnssec-ring", "h2", "h3", "h3-quinn", "hickory-recursor", "hickory-resolver", "http", "native-certs", "openssl", "recursor", "resolver", "rusqlite", "rustls", "sqlite", "testing", "tls", "tls-openssl", "tokio-openssl", "tokio-rustls", "toml", "webpki-roots"))' -C metadata=a122e83caaee3a4b -C extra-filename=-a122e83caaee3a4b --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-5f4f76c4c9bff107.so --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern enum_as_inner=/work/oxidecomputer/omicron/target/debug/deps/libenum_as_inner-3ba9f5e50c34310e.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40472025-01-31T04:51:45.116Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
40482025-01-31T04:51:45.157Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=36f857d602fefb04 -C extra-filename=-36f857d602fefb04 --out-dir /work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40492025-01-31T04:51:45.483Z Compiling sqlparser_derive v0.2.2
40502025-01-31T04:51:45.485Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser_derive-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=acc4a967689c5399 -C extra-filename=-acc4a967689c5399 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40512025-01-31T04:51:46.032Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aws_lc_rs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-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="aws-lc-sys"' --cfg 'feature="default"' --cfg 'feature="prebuilt-nasm"' --cfg 'feature="ring-io"' --cfg 'feature="ring-sig-verify"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "asan", "aws-lc-sys", "bindgen", "default", "fips", "non-fips", "prebuilt-nasm", "ring-io", "ring-sig-verify", "test_logging", "unstable"))' -C metadata=464c383d3926c626 -C extra-filename=-464c383d3926c626 --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-bb67bed1d3eec97a.rmeta --extern mirai_annotations=/work/oxidecomputer/omicron/target/debug/deps/libmirai_annotations-36027d088c06f27a.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40522025-01-31T04:51:46.289Z Compiling unicode_categories v0.1.1
40532025-01-31T04:51:46.297Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_categories --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=7bc62e09afcedf7e -C extra-filename=-7bc62e09afcedf7e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40542025-01-31T04:51:46.660Z Compiling sqlformat v0.2.6
40552025-01-31T04:51:46.663Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlformat --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlformat-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8857801670162545 -C extra-filename=-8857801670162545 --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-16454c047756183f.rmeta --extern unicode_categories=/work/oxidecomputer/omicron/target/debug/deps/libunicode_categories-7bc62e09afcedf7e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40562025-01-31T04:51:46.741Z Compiling sqlparser v0.45.0
40572025-01-31T04:51:46.744Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sqlparser --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sqlparser-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="sqlparser_derive"' --cfg 'feature="std"' --cfg 'feature="visitor"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bigdecimal", "default", "json_example", "serde", "serde_json", "sqlparser_derive", "std", "visitor"))' -C metadata=29e954919b145b3b -C extra-filename=-29e954919b145b3b --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-9e3a943cb0d1c1f7.rmeta --extern sqlparser_derive=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser_derive-acc4a967689c5399.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40582025-01-31T04:51:47.429Z Compiling peg v0.8.4
40592025-01-31T04:51:47.432Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name peg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/peg-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 embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "trace", "unstable"))' -C metadata=de7a960634921721 -C extra-filename=-de7a960634921721 --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-8f1bee72fa9028d9.so --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40602025-01-31T04:51:47.596Z Running `/work/oxidecomputer/omicron/target/debug/build/oximeter-db-36f857d602fefb04/build-script-build`
40612025-01-31T04:51:47.599Z Compiling rustyline v14.0.0
40622025-01-31T04:51:47.599Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustyline --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=48a55ac4bc77f690 -C extra-filename=-48a55ac4bc77f690 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern fd_lock=/work/oxidecomputer/omicron/target/debug/deps/libfd_lock-6d1727f39167a54a.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-ee1a2417c2f5077e.rmeta --extern radix_trie=/work/oxidecomputer/omicron/target/debug/deps/libradix_trie-42f5e22c37b42a1d.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern utf8parse=/work/oxidecomputer/omicron/target/debug/deps/libutf8parse-a9e9441fe1d54e72.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40632025-01-31T04:51:48.964Z Dirty rustls-webpki v0.102.8: the rustflags changed
40642025-01-31T04:51:48.964Z Compiling rustls-webpki v0.102.8
40652025-01-31T04:51:48.967Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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="aws_lc_rs"' --cfg 'feature="ring"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "aws_lc_rs", "default", "ring", "std"))' -C metadata=4f12113565f4a1cf -C extra-filename=-4f12113565f4a1cf --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-464c383d3926c626.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
40662025-01-31T04:51:48.993Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name chrono_tz --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/chrono-tz-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arbitrary", "case-insensitive", "default", "filter-by-regex", "serde", "std"))' -C metadata=fa59eafc317a1228 -C extra-filename=-fa59eafc317a1228 --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-c6e3260a4cbe5cfb.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40672025-01-31T04:51:49.080Z Compiling bcs v0.1.6
40682025-01-31T04:51:49.083Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bcs --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=771a13a3d1f5508a -C extra-filename=-771a13a3d1f5508a --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-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40692025-01-31T04:51:49.745Z Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
40702025-01-31T04:51:49.748Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lpc55_sign --edition=2021 /home/build/.cargo/git/checkouts/lpc55_support-19f1da7b60efd927/131520f/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)' --check-cfg 'cfg(feature, values("clap"))' -C metadata=371f3a75b1ea921a -C extra-filename=-371f3a75b1ea921a --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-74b89f0a9d262c25.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern crc_any=/work/oxidecomputer/omicron/target/debug/deps/libcrc_any-49a20e66afaa8a5f.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-323aa012b622cd0a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern packed_struct=/work/oxidecomputer/omicron/target/debug/deps/libpacked_struct-cf12361f6d370838.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_hex=/work/oxidecomputer/omicron/target/debug/deps/libserde_hex-df2b64298647f6d7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40712025-01-31T04:51:50.873Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-0.23.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="aws_lc_rs"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="std"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "brotli", "custom-provider", "default", "fips", "hashbrown", "log", "logging", "read_buf", "ring", "rustversion", "std", "tls12", "zlib"))' -C metadata=63f204e0d14d0d4b -C extra-filename=-63f204e0d14d0d4b --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-464c383d3926c626.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out --check-cfg 'cfg(bench)' --check-cfg 'cfg(read_buf)'`
40722025-01-31T04:51:51.396Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aws_lc_rs", "default", "log", "logging", "read_buf", "ring", "rustversion", "tls12"))' -C metadata=51f6988d13588e67 -C extra-filename=-51f6988d13588e67 --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-9e3a943cb0d1c1f7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40732025-01-31T04:51:52.894Z Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
40742025-01-31T04:51:52.897Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hubtools --edition=2021 /home/build/.cargo/git/checkouts/hubtools-660036efb99a0cd0/f48e2da/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)' --check-cfg 'cfg(feature, values())' -C metadata=75358ae53f79cad5 -C extra-filename=-75358ae53f79cad5 --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-084c2445d08cf99b.rmeta --extern lpc55_areas=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_areas-73896085a852f803.rmeta --extern lpc55_sign=/work/oxidecomputer/omicron/target/debug/deps/liblpc55_sign-371f3a75b1ea921a.rmeta --extern object=/work/oxidecomputer/omicron/target/debug/deps/libobject-acff79d7e68d0ffa.rmeta --extern path_slash=/work/oxidecomputer/omicron/target/debug/deps/libpath_slash-d36cafea61a466fc.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-96e60ef702325449.rmeta --extern tlvc_text=/work/oxidecomputer/omicron/target/debug/deps/libtlvc_text-79c3d69b5e3a9564.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
40752025-01-31T04:51:53.299Z Compiling termtree v0.5.1
40762025-01-31T04:51:53.342Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name termtree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=dc1de6165dca1f4c -C extra-filename=-dc1de6165dca1f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40772025-01-31T04:51:53.547Z Compiling diff v0.1.13
40782025-01-31T04:51:53.550Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diff --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f6f1673ca51154de -C extra-filename=-f6f1673ca51154de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40792025-01-31T04:51:53.569Z Compiling unicase v2.7.0
40802025-01-31T04:51:53.570Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-2.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)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=fa6eb0c0015db397 -C extra-filename=-fa6eb0c0015db397 --out-dir /work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40812025-01-31T04:51:53.958Z Compiling buf-list v1.0.3
40822025-01-31T04:51:53.961Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=30ae872ab46eb810 -C extra-filename=-30ae872ab46eb810 --out-dir /work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40832025-01-31T04:51:54.142Z Running `/work/oxidecomputer/omicron/target/debug/build/unicase-fa6eb0c0015db397/build-script-build`
40842025-01-31T04:51:54.370Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicase --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/unicase-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("nightly"))' -C metadata=2f9258dec02e8c58 -C extra-filename=-2f9258dec02e8c58 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg __unicase__iter_cmp --cfg __unicase__default_hasher --cfg __unicase__const_fns --cfg __unicase__core_and_alloc`
40852025-01-31T04:51:54.698Z Running `/work/oxidecomputer/omicron/target/debug/build/buf-list-30ae872ab46eb810/build-script-build`
40862025-01-31T04:51:54.789Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name buf_list --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/buf-list-1.0.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="tokio"' --cfg 'feature="tokio1"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("futures-io-03", "futures03", "tokio", "tokio1"))' -C metadata=ec58c0eb0ad957dc -C extra-filename=-ec58c0eb0ad957dc --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-03e029f2a415749e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg seek_convenience --cfg const_fn_trait_bounds`
40872025-01-31T04:51:54.789Z Compiling dsl_auto_type v0.1.2
40882025-01-31T04:51:54.789Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dsl_auto_type --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dsl_auto_type-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=278f33b06aa37111 -C extra-filename=-278f33b06aa37111 --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-19c57535f989e5ad.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40892025-01-31T04:51:55.315Z Dirty tokio-rustls v0.25.0: the rustflags changed
40902025-01-31T04:51:55.315Z Compiling tokio-rustls v0.25.0
40912025-01-31T04:51:55.318Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "early-data", "logging", "ring", "tls12"))' -C metadata=f203f604d8370e04 -C extra-filename=-f203f604d8370e04 --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-51f6988d13588e67.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40922025-01-31T04:51:55.756Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-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 '--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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=4b8681c4aa7be668 -C extra-filename=-4b8681c4aa7be668 --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-0b0c7055b035f2c0.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40932025-01-31T04:51:56.245Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dropshot --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/dropshot-0.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 '--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)' --check-cfg 'cfg(feature, values("internal-docs", "simple-mermaid", "usdt", "usdt-probes"))' -C metadata=6b4e4344d3200318 -C extra-filename=-6b4e4344d3200318 --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-a7f54b158cf34dc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern dropshot_endpoint=/work/oxidecomputer/omicron/target/debug/deps/libdropshot_endpoint-e37055ff60838ff4.so --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hostname=/work/oxidecomputer/omicron/target/debug/deps/libhostname-2bac53e90809e60a.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern multer=/work/oxidecomputer/omicron/target/debug/deps/libmulter-9adf881abd615794.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_json=/work/oxidecomputer/omicron/target/debug/deps/libslog_json-15a1144bdbd391e6.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-c4581ab18b510733.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern waitgroup=/work/oxidecomputer/omicron/target/debug/deps/libwaitgroup-447c77785d319677.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
40942025-01-31T04:51:56.563Z Compiling primeorder v0.13.6
40952025-01-31T04:51:56.565Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name primeorder --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "dev", "serde", "serdect", "std"))' -C metadata=662ff0f20248bf6f -C extra-filename=-662ff0f20248bf6f --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-65da72310a89d62c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40962025-01-31T04:51:57.103Z Compiling diesel_table_macro_syntax v0.2.0
40972025-01-31T04:51:57.106Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_table_macro_syntax --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_table_macro_syntax-0.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=66e90a3855259734 -C extra-filename=-66e90a3855259734 --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-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
40982025-01-31T04:51:57.518Z Dirty tokio-rustls v0.26.0: the rustflags changed
40992025-01-31T04:51:57.518Z Compiling tokio-rustls v0.26.0
41002025-01-31T04:51:57.552Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tokio-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="logging"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("aws-lc-rs", "aws_lc_rs", "default", "early-data", "fips", "logging", "ring", "tls12"))' -C metadata=598c038a13284b92 -C extra-filename=-598c038a13284b92 --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-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
41012025-01-31T04:51:58.003Z Dirty hyper-rustls v0.27.3: the rustflags changed
41022025-01-31T04:51:58.003Z Compiling hyper-rustls v0.27.3
41032025-01-31T04:51:58.029Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-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="http1"' --cfg 'feature="http2"' --cfg 'feature="ring"' --cfg 'feature="tls12"' --cfg 'feature="webpki-roots"' --cfg 'feature="webpki-tokio"' --check-cfg 'cfg(docsrs)' --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=c24309c4e383db57 -C extra-filename=-c24309c4e383db57 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
41042025-01-31T04:51:58.624Z Dirty reqwest v0.12.9: the rustflags changed
41052025-01-31T04:51:58.624Z Compiling reqwest v0.12.9
41062025-01-31T04:51:58.627Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name reqwest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/reqwest-0.12.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(reqwest_unstable)' --cfg 'feature="__rustls"' --cfg 'feature="__rustls-ring"' --cfg 'feature="__tls"' --cfg 'feature="blocking"' --cfg 'feature="charset"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="default-tls"' --cfg 'feature="h2"' --cfg 'feature="http2"' --cfg 'feature="json"' --cfg 'feature="macos-system-configuration"' --cfg 'feature="rustls-tls"' --cfg 'feature="rustls-tls-webpki-roots"' --cfg 'feature="rustls-tls-webpki-roots-no-provider"' --cfg 'feature="stream"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__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", "trust-dns", "zstd"))' -C metadata=b04018c0e71806ac -C extra-filename=-b04018c0e71806ac --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-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern cookie_crate=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern cookie_store=/work/oxidecomputer/omicron/target/debug/deps/libcookie_store-680892f67459c227.rmeta --extern encoding_rs=/work/oxidecomputer/omicron/target/debug/deps/libencoding_rs-cee50d503b677855.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern h2=/work/oxidecomputer/omicron/target/debug/deps/libh2-0cf197d91dfe7fb0.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_tls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_tls-ec204347dc16e713.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern mime=/work/oxidecomputer/omicron/target/debug/deps/libmime-e93d7a4231ab1bfa.rmeta --extern native_tls_crate=/work/oxidecomputer/omicron/target/debug/deps/libnative_tls-d338a731ce3ef0ed.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern rustls_pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sync_wrapper=/work/oxidecomputer/omicron/target/debug/deps/libsync_wrapper-b42a5e084cc55ab1.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_native_tls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_native_tls-e175f35eaa681f30.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern webpki_roots=/work/oxidecomputer/omicron/target/debug/deps/libwebpki_roots-75d657805dc2dbec.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41072025-01-31T04:51:59.996Z Compiling scheduled-thread-pool v0.2.7
41082025-01-31T04:51:59.998Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name scheduled_thread_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=89913ab8dcda3d61 -C extra-filename=-89913ab8dcda3d61 --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-d0a2976a5e19212f.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41092025-01-31T04:52:00.562Z Dirty qorb v0.2.1: the rustflags changed
41102025-01-31T04:52:00.562Z Compiling qorb v0.2.1
41112025-01-31T04:52:00.605Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name qorb --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/qorb-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="default"' --cfg 'feature="probes"' --cfg 'feature="qtop"' --cfg 'feature="serde"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("all", "default", "diesel_pg", "probes", "qtop", "serde"))' -C metadata=97cd7cd66bd426c0 -C extra-filename=-97cd7cd66bd426c0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-caa641f495cf9aa0.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
41122025-01-31T04:52:01.350Z Compiling crunchy v0.2.2
41132025-01-31T04:52:01.352Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=2a312878b9668b18 -C extra-filename=-2a312878b9668b18 --out-dir /work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41142025-01-31T04:52:01.900Z Compiling progenitor-client v0.9.1
41152025-01-31T04:52:01.903Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-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)' --check-cfg 'cfg(feature, values())' -C metadata=302018df0c5cc2fa -C extra-filename=-302018df0c5cc2fa --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41162025-01-31T04:52:02.459Z Compiling progenitor-client v0.8.0
41172025-01-31T04:52:02.462Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor_client --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-client-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bf110c85ca928f9e -C extra-filename=-bf110c85ca928f9e --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-03e029f2a415749e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41182025-01-31T04:52:02.955Z Compiling progenitor v0.8.0
41192025-01-31T04:52:02.960Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2bcce9c48b349369 -C extra-filename=-2bcce9c48b349369 --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-bf110c85ca928f9e.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-60bb80e10faea123.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ba0a7a4e2303462f.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41202025-01-31T04:52:03.176Z Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41212025-01-31T04:52:03.179Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mg_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=2b264225e184d537 -C extra-filename=-2b264225e184d537 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2bcce9c48b349369.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41222025-01-31T04:52:03.304Z Compiling progenitor v0.9.1
41232025-01-31T04:52:03.342Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name progenitor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/progenitor-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"' --cfg 'feature="macro"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "macro"))' -C metadata=e48dba71fed8e428 -C extra-filename=-e48dba71fed8e428 --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-302018df0c5cc2fa.rmeta --extern progenitor_impl=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_impl-4b75e0dce3a3e49b.rmeta --extern progenitor_macro=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_macro-ac99fd21b6a5c9ec.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41242025-01-31T04:52:03.536Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
41252025-01-31T04:52:03.538Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/fae5334/lib/propolis-client/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "falcon"))' -C metadata=228da2994c672b4a -C extra-filename=-228da2994c672b4a --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-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2bcce9c48b349369.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41262025-01-31T04:52:04.165Z Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
41272025-01-31T04:52:04.168Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_client --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=da15ef38c5fe557a -C extra-filename=-da15ef38c5fe557a --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-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern crucible_client_types=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_client_types-c6442b7c73a6ea34.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41282025-01-31T04:52:04.200Z Compiling omicron-zone-package v0.12.0
41292025-01-31T04:52:04.203Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_zone_package --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/omicron-zone-package-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b3e3a54c3a2f404 -C extra-filename=-2b3e3a54c3a2f404 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern blake3=/work/oxidecomputer/omicron/target/debug/deps/libblake3-307701bfaf69bba0.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern topological_sort=/work/oxidecomputer/omicron/target/debug/deps/libtopological_sort-d704ffc17eb9a9ea.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41302025-01-31T04:52:05.381Z Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
41312025-01-31T04:52:05.383Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ddm_admin_client --edition=2021 /home/build/.cargo/git/checkouts/maghemite-de41bdd6c14939ab/93cd0d6/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)' --check-cfg 'cfg(feature, values())' -C metadata=ab1f1c1b28a8ad91 -C extra-filename=-ab1f1c1b28a8ad91 --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-650e8a88cdad11b4.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2bcce9c48b349369.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41322025-01-31T04:52:06.440Z Running `/work/oxidecomputer/omicron/target/debug/build/crunchy-2a312878b9668b18/build-script-build`
41332025-01-31T04:52:06.484Z Compiling r2d2 v0.8.10
41342025-01-31T04:52:06.505Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name r2d2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=025fbfb201900250 -C extra-filename=-025fbfb201900250 --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-9e3a943cb0d1c1f7.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern scheduled_thread_pool=/work/oxidecomputer/omicron/target/debug/deps/libscheduled_thread_pool-89913ab8dcda3d61.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41352025-01-31T04:52:06.811Z Compiling diesel_derives v2.2.3
41362025-01-31T04:52:06.844Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_derives --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel_derives-2.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="32-column-tables"' --cfg 'feature="chrono"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("128-column-tables", "32-column-tables", "64-column-tables", "chrono", "default", "mysql", "nightly", "postgres", "r2d2", "sqlite", "time", "with-deprecated", "without-deprecated"))' -C metadata=509386a99c0ea01a -C extra-filename=-509386a99c0ea01a --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-66e90a3855259734.rlib --extern dsl_auto_type=/work/oxidecomputer/omicron/target/debug/deps/libdsl_auto_type-278f33b06aa37111.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41372025-01-31T04:52:06.855Z Compiling mime_guess v2.0.5
41382025-01-31T04:52:06.898Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=06c72473db9981b7 -C extra-filename=-06c72473db9981b7 --out-dir /work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41392025-01-31T04:52:08.087Z Compiling nanorand v0.7.0
41402025-01-31T04:52:08.090Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nanorand --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chacha", "default", "getrandom", "pcg64", "rdseed", "std", "tls", "wyrand", "zeroize"))' -C metadata=dc576cf8e63d6a5f -C extra-filename=-dc576cf8e63d6a5f --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-3f8adeb94da17152.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41412025-01-31T04:52:08.592Z Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
41422025-01-31T04:52:08.595Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libfalcon --edition=2018 /home/build/.cargo/git/checkouts/falcon-c754111a71d466df/651fb58/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)' --check-cfg 'cfg(feature, values())' -C metadata=f15b4e13b566436d -C extra-filename=-f15b4e13b566436d --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-5a89573be83a4361.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libnet=/work/oxidecomputer/omicron/target/debug/deps/liblibnet-566fcf95459e6db0.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-228da2994c672b4a.rmeta --extern propolis_server_config=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_server_config-acb2130464c80ceb.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern ron=/work/oxidecomputer/omicron/target/debug/deps/libron-f45754111276867f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern xz2=/work/oxidecomputer/omicron/target/debug/deps/libxz2-cabb6d12fd264a74.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-5c8a6d552d48efef.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
41432025-01-31T04:52:09.448Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
41442025-01-31T04:52:09.452Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9c8c36d03f296de -C extra-filename=-b9c8c36d03f296de --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b9c8c36d03f296de -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern ahash=/work/oxidecomputer/omicron/target/debug/deps/libahash-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern time_macros=/work/oxidecomputer/omicron/target/debug/deps/libtime_macros-235a21a73c4d059e.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41452025-01-31T04:52:09.503Z Compiling http-range v0.1.5
41462025-01-31T04:52:09.506Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name http_range --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=28a10331078af03b -C extra-filename=-28a10331078af03b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41472025-01-31T04:52:09.851Z Compiling tiny-keccak v2.0.2
41482025-01-31T04:52:09.854Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=eb7f94edab2e1f6d -C extra-filename=-eb7f94edab2e1f6d --out-dir /work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41492025-01-31T04:52:09.882Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-workspace-hack-b9c8c36d03f296de/build-script-build`
41502025-01-31T04:52:09.929Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f8b024b654fd3d8d -C extra-filename=-f8b024b654fd3d8d --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-6f081ff1d53178a3.rmeta --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rmeta --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rmeta --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rmeta --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rmeta --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rmeta --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rmeta --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rmeta --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rmeta --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41512025-01-31T04:52:10.068Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
41522025-01-31T04:52:10.071Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4278d551359dedf0 -C extra-filename=-4278d551359dedf0 --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-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41532025-01-31T04:52:10.100Z Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
41542025-01-31T04:52:10.135Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=99fa330b600d3f6f -C extra-filename=-99fa330b600d3f6f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41552025-01-31T04:52:10.219Z Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
41562025-01-31T04:52:10.222Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a848f468e0315253 -C extra-filename=-a848f468e0315253 --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-f8b024b654fd3d8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41572025-01-31T04:52:10.245Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
41582025-01-31T04:52:10.275Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1cdd3c542308381b -C extra-filename=-1cdd3c542308381b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rmeta --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41592025-01-31T04:52:10.521Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
41602025-01-31T04:52:10.524Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=193cd19fd18d8d6c -C extra-filename=-193cd19fd18d8d6c --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-8cab06b32ce8b7d9.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41612025-01-31T04:52:10.617Z Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
41622025-01-31T04:52:10.620Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=301390a2742baa54 -C extra-filename=-301390a2742baa54 --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-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41632025-01-31T04:52:10.940Z Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
41642025-01-31T04:52:10.943Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7320f4c8666054d6 -C extra-filename=-7320f4c8666054d6 --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-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41652025-01-31T04:52:10.981Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
41662025-01-31T04:52:10.984Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=be683721c30d44ec -C extra-filename=-be683721c30d44ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41672025-01-31T04:52:11.079Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=264cc03c3d5487f8 -C extra-filename=-264cc03c3d5487f8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41682025-01-31T04:52:12.196Z Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
41692025-01-31T04:52:12.202Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 bootstore/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=68174e6664beddeb -C extra-filename=-68174e6664beddeb --out-dir /work/oxidecomputer/omicron/target/debug/build/bootstore-68174e6664beddeb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41702025-01-31T04:52:12.627Z Running `/work/oxidecomputer/omicron/target/debug/build/bootstore-68174e6664beddeb/build-script-build`
41712025-01-31T04:52:12.640Z Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
41722025-01-31T04:52:12.678Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 clients/dpd-client/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b62dceb150ef99ee -C extra-filename=-b62dceb150ef99ee --out-dir /work/oxidecomputer/omicron/target/debug/build/dpd-client-b62dceb150ef99ee -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustfmt_wrapper=/work/oxidecomputer/omicron/target/debug/deps/librustfmt_wrapper-37705b2d523bafbe.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41732025-01-31T04:52:12.802Z Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
41742025-01-31T04:52:12.805Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bbb1fb6f1f091484 -C extra-filename=-bbb1fb6f1f091484 --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-f8b024b654fd3d8d.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41752025-01-31T04:52:13.112Z Running `/work/oxidecomputer/omicron/target/debug/build/tiny-keccak-eb7f94edab2e1f6d/build-script-build`
41762025-01-31T04:52:13.115Z Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
41772025-01-31T04:52:13.115Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0500a7133a8116e4 -C extra-filename=-0500a7133a8116e4 --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-c23dfb9b1834c42c.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41782025-01-31T04:52:13.926Z Compiling flume v0.11.1
41792025-01-31T04:52:13.942Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name flume --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("async", "default", "eventual-fairness", "futures-core", "futures-sink", "nanorand", "select", "spin"))' -C metadata=e67cde400b5ffad5 -C extra-filename=-e67cde400b5ffad5 --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-c05ca62951efc497.rmeta --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rmeta --extern nanorand=/work/oxidecomputer/omicron/target/debug/deps/libnanorand-dc576cf8e63d6a5f.rmeta --extern spin1=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41802025-01-31T04:52:14.182Z Running `/work/oxidecomputer/omicron/target/debug/build/mime_guess-06c72473db9981b7/build-script-build`
41812025-01-31T04:52:14.206Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crunchy --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/crunchy-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="limit_128"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "limit_1024", "limit_128", "limit_2048", "limit_256", "limit_512", "limit_64", "std"))' -C metadata=fdd6da093fbf5e52 -C extra-filename=-fdd6da093fbf5e52 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41822025-01-31T04:52:14.249Z Compiling atty v0.2.14
41832025-01-31T04:52:14.279Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name atty --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=99ef1ae1cc2bfe77 -C extra-filename=-99ef1ae1cc2bfe77 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41842025-01-31T04:52:14.341Z Compiling salty v0.3.0
41852025-01-31T04:52:14.347Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=8e36d1b4fd0c4dbe -C extra-filename=-8e36d1b4fd0c4dbe --out-dir /work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41862025-01-31T04:52:14.413Z Compiling ref-cast v1.0.23
41872025-01-31T04:52:14.416Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-1.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=95d7b5526d7da51e -C extra-filename=-95d7b5526d7da51e --out-dir /work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41882025-01-31T04:52:14.593Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tiny_keccak --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cshake", "default", "fips202", "k12", "keccak", "kmac", "parallel_hash", "sha3", "shake", "sp800", "tuple_hash"))' -C metadata=a09f2f603b06e5fa -C extra-filename=-a09f2f603b06e5fa --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-fdd6da093fbf5e52.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41892025-01-31T04:52:14.837Z Running `/work/oxidecomputer/omicron/target/debug/build/salty-8e36d1b4fd0c4dbe/build-script-build`
41902025-01-31T04:52:14.879Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mime_guess --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "rev-mappings"))' -C metadata=b11cdcee53c72b64 -C extra-filename=-b11cdcee53c72b64 --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-e93d7a4231ab1bfa.rmeta --extern unicase=/work/oxidecomputer/omicron/target/debug/deps/libunicase-2f9258dec02e8c58.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41912025-01-31T04:52:15.052Z Running `/work/oxidecomputer/omicron/target/debug/build/ref-cast-95d7b5526d7da51e/build-script-build`
41922025-01-31T04:52:15.142Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
41932025-01-31T04:52:15.144Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0c7aa8509c981db0 -C extra-filename=-0c7aa8509c981db0 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0c7aa8509c981db0 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
41942025-01-31T04:52:15.294Z Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
41952025-01-31T04:52:15.297Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_agent_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=92a4e63772353812 -C extra-filename=-92a4e63772353812 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
41962025-01-31T04:52:15.516Z Compiling p384 v0.13.0
41972025-01-31T04:52:15.519Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name p384 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/p384-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"' --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)' --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=e32b52ae485c6bca -C extra-filename=-e32b52ae485c6bca --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-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
41982025-01-31T04:52:15.897Z Compiling ascii-canvas v3.0.0
41992025-01-31T04:52:15.899Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ascii_canvas --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=497e44dd8dc8f409 -C extra-filename=-497e44dd8dc8f409 --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-fab8dacee8d89414.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42002025-01-31T04:52:16.406Z Compiling ref-cast-impl v1.0.23
42012025-01-31T04:52:16.409Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast_impl --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-impl-1.0.23/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcef9a0c21b0da60 -C extra-filename=-bcef9a0c21b0da60 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42022025-01-31T04:52:16.806Z Compiling ena v0.14.3
42032025-01-31T04:52:16.809Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ena --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ena-0.14.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bench", "dogged", "persistent"))' -C metadata=b108376c450530be -C extra-filename=-b108376c450530be --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42042025-01-31T04:52:16.914Z Compiling regex-syntax v0.6.29
42052025-01-31T04:52:16.917Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name regex_syntax --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unicode", "unicode-age", "unicode-bool", "unicode-case", "unicode-gencat", "unicode-perl", "unicode-script", "unicode-segment"))' -C metadata=275208a05b7ea819 -C extra-filename=-275208a05b7ea819 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42062025-01-31T04:52:17.015Z Compiling hyper-staticfile v0.10.1
42072025-01-31T04:52:17.018Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_staticfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=767cfb3a8d4ffcb7 -C extra-filename=-767cfb3a8d4ffcb7 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern httpdate=/work/oxidecomputer/omicron/target/debug/deps/libhttpdate-b3b65872e6a30349.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern mime_guess=/work/oxidecomputer/omicron/target/debug/deps/libmime_guess-b11cdcee53c72b64.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42082025-01-31T04:52:17.199Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-model-0c7aa8509c981db0/build-script-build`
42092025-01-31T04:52:17.271Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name salty --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cose", "cosey", "default", "ed25519", "rustcrypto", "slow-motion"))' -C metadata=2fc8d06d44a1b24e -C extra-filename=-2fc8d06d44a1b24e --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-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg tweetnacl`
42102025-01-31T04:52:17.707Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ref_cast --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ref-cast-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)' --check-cfg 'cfg(feature, values())' -C metadata=6451e3b124762787 -C extra-filename=-6451e3b124762787 --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-bcef9a0c21b0da60.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(no_intrinsic_type_name)' --check-cfg 'cfg(no_phantom_pinned)'`
42112025-01-31T04:52:17.888Z Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
42122025-01-31T04:52:17.890Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4a2ea1f924abd84 -C extra-filename=-a4a2ea1f924abd84 --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42132025-01-31T04:52:18.059Z Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
42142025-01-31T04:52:18.068Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c292daac5d6d1c4a -C extra-filename=-c292daac5d6d1c4a --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-03e029f2a415749e.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42152025-01-31T04:52:18.259Z Compiling env_filter v0.1.2
42162025-01-31T04:52:18.270Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name env_filter --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_filter-0.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "regex"))' -C metadata=6fa8ec3be71c925f -C extra-filename=-6fa8ec3be71c925f --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42172025-01-31T04:52:18.637Z Compiling env_logger v0.11.5
42182025-01-31T04:52:18.643Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name env_logger --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/env_logger-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 '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::single_match_else' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' --warn=rust_2018_idioms '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::match_wildcard_for_single_variants' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("auto-color", "color", "default", "humantime", "regex", "unstable-kv"))' -C metadata=c5badfdb07ef5cfa -C extra-filename=-c5badfdb07ef5cfa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern env_filter=/work/oxidecomputer/omicron/target/debug/deps/libenv_filter-6fa8ec3be71c925f.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42192025-01-31T04:52:18.721Z Compiling diesel v2.2.6
42202025-01-31T04:52:18.735Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-2.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="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)' --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=a70a2b9bf7872994 -C extra-filename=-a70a2b9bf7872994 --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-b6414318a57462a7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern diesel_derives=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_derives-509386a99c0ea01a.so --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern r2d2=/work/oxidecomputer/omicron/target/debug/deps/libr2d2-025fbfb201900250.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
42212025-01-31T04:52:18.916Z Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42222025-01-31T04:52:18.956Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name attest_data --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/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="getrandom"' --cfg 'feature="std"' --cfg 'feature="thiserror"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("getrandom", "std", "thiserror"))' -C metadata=20c3288f2c6379ce -C extra-filename=-20c3288f2c6379ce --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-3f8adeb94da17152.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern salty=/work/oxidecomputer/omicron/target/debug/deps/libsalty-2fc8d06d44a1b24e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42232025-01-31T04:52:19.329Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
42242025-01-31T04:52:19.359Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71908a21d5c0d8cf -C extra-filename=-71908a21d5c0d8cf --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-71908a21d5c0d8cf -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42252025-01-31T04:52:19.729Z Compiling derive_builder_core v0.20.2
42262025-01-31T04:52:19.732Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=4c5e4f1ab6f0dc31 -C extra-filename=-4c5e4f1ab6f0dc31 --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-19c57535f989e5ad.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42272025-01-31T04:52:19.780Z Compiling libxml v0.3.3
42282025-01-31T04:52:19.803Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=b103e743549c11b8 -C extra-filename=-b103e743549c11b8 --out-dir /work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42292025-01-31T04:52:20.233Z Compiling lalrpop v0.19.12
42302025-01-31T04:52:20.237Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lalrpop --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "test"))' -C metadata=6cef74bb32bb8c33 -C extra-filename=-6cef74bb32bb8c33 --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-497e44dd8dc8f409.rmeta --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rmeta --extern diff=/work/oxidecomputer/omicron/target/debug/deps/libdiff-f6f1673ca51154de.rmeta --extern ena=/work/oxidecomputer/omicron/target/debug/deps/libena-b108376c450530be.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7fcf105a31e0f4a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-275208a05b7ea819.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rmeta --extern tiny_keccak=/work/oxidecomputer/omicron/target/debug/deps/libtiny_keccak-a09f2f603b06e5fa.rmeta --extern unicode_xid=/work/oxidecomputer/omicron/target/debug/deps/libunicode_xid-a24a36993c6f403e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42312025-01-31T04:52:21.212Z Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
42322025-01-31T04:52:21.215Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e79d3aa55f485d6 -C extra-filename=-3e79d3aa55f485d6 --out-dir /work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42332025-01-31T04:52:21.635Z Running `/work/oxidecomputer/omicron/target/debug/build/sprockets-tls-3e79d3aa55f485d6/build-script-build`
42342025-01-31T04:52:21.640Z Running `/work/oxidecomputer/omicron/target/debug/build/libxml-b103e743549c11b8/build-script-build`
42352025-01-31T04:52:21.690Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-fixed-data-71908a21d5c0d8cf/build-script-build`
42362025-01-31T04:52:21.730Z Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
42372025-01-31T04:52:21.734Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dice_verifier --edition=2021 /home/build/.cargo/git/checkouts/dice-util-fc0d2d9189ba0c5a/3cc953c/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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=41c5157ae471af4d -C extra-filename=-41c5157ae471af4d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern const_oid=/work/oxidecomputer/omicron/target/debug/deps/libconst_oid-dedac17a1c4aee37.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern env_logger=/work/oxidecomputer/omicron/target/debug/deps/libenv_logger-c5badfdb07ef5cfa.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42382025-01-31T04:52:21.885Z Compiling derive_builder_macro v0.20.2
42392025-01-31T04:52:21.927Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "lib_has_std"))' -C metadata=d52a2c2144c5b4ed -C extra-filename=-d52a2c2144c5b4ed --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-4c5e4f1ab6f0dc31.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
42402025-01-31T04:52:22.217Z Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
42412025-01-31T04:52:22.220Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6835b13d36c19fe1 -C extra-filename=-6835b13d36c19fe1 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-264cc03c3d5487f8.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42422025-01-31T04:52:22.754Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=45519e63ab20ca53 -C extra-filename=-45519e63ab20ca53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rmeta --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-99fa330b600d3f6f.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
42432025-01-31T04:52:22.983Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
42442025-01-31T04:52:22.986Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1bd5eb9900642abb -C extra-filename=-1bd5eb9900642abb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42452025-01-31T04:52:25.867Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04adf0f0d26d9c42 -C extra-filename=-04adf0f0d26d9c42 --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-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42462025-01-31T04:52:26.119Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
42472025-01-31T04:52:26.121Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=27dbd674a6c32a49 -C extra-filename=-27dbd674a6c32a49 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42482025-01-31T04:52:29.298Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
42492025-01-31T04:52:29.301Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e58fd6fe7dc4f0e4 -C extra-filename=-e58fd6fe7dc4f0e4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42502025-01-31T04:52:30.885Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
42512025-01-31T04:52:30.888Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=11630263fea19f8c -C extra-filename=-11630263fea19f8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42522025-01-31T04:52:30.965Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
42532025-01-31T04:52:31.004Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=a56579ccd8de633f -C extra-filename=-a56579ccd8de633f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f15b4e13b566436d.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42542025-01-31T04:52:31.318Z Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
42552025-01-31T04:52:31.321Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9159a09caefddd7 -C extra-filename=-b9159a09caefddd7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6835b13d36c19fe1.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42562025-01-31T04:52:32.027Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40983d0ceb53959c -C extra-filename=-40983d0ceb53959c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rmeta --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42572025-01-31T04:52:32.899Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
42582025-01-31T04:52:32.944Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2591a5e221dc3fac -C extra-filename=-2591a5e221dc3fac --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-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42592025-01-31T04:52:33.884Z Running `/work/oxidecomputer/omicron/target/debug/build/dpd-client-b62dceb150ef99ee/build-script-build`
42602025-01-31T04:52:34.393Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
42612025-01-31T04:52:34.396Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ca1b0fc0680023ae -C extra-filename=-ca1b0fc0680023ae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42622025-01-31T04:52:34.793Z Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
42632025-01-31T04:52:34.796Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04cdfdfc10949d2d -C extra-filename=-04cdfdfc10949d2d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42642025-01-31T04:52:34.891Z Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
42652025-01-31T04:52:34.894Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3aba2203aff832a5 -C extra-filename=-3aba2203aff832a5 --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-f8b024b654fd3d8d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b9159a09caefddd7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6835b13d36c19fe1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42662025-01-31T04:52:35.435Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
42672025-01-31T04:52:35.488Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fec7f7033de48575 -C extra-filename=-fec7f7033de48575 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42682025-01-31T04:52:35.593Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=febaf899b2d4c016 -C extra-filename=-febaf899b2d4c016 --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-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42692025-01-31T04:52:35.763Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/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 '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=996fb58173196808 -C extra-filename=-996fb58173196808 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42702025-01-31T04:52:36.498Z Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
42712025-01-31T04:52:36.501Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=887803ae4ae231c0 -C extra-filename=-887803ae4ae231c0 --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-c6e3260a4cbe5cfb.rmeta --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42722025-01-31T04:52:37.452Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
42732025-01-31T04:52:37.455Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ed08c38c1c88e19e -C extra-filename=-ed08c38c1c88e19e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42742025-01-31T04:52:37.783Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
42752025-01-31T04:52:37.786Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4ceb9b3311b3ea9 -C extra-filename=-c4ceb9b3311b3ea9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42762025-01-31T04:52:42.441Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
42772025-01-31T04:52:42.444Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98d9395cf2598609 -C extra-filename=-98d9395cf2598609 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-40983d0ceb53959c.rmeta --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3aba2203aff832a5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rmeta --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rmeta --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42782025-01-31T04:52:42.856Z Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
42792025-01-31T04:52:42.859Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e429e41633958ebf -C extra-filename=-e429e41633958ebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
42802025-01-31T04:52:45.219Z Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
42812025-01-31T04:52:45.222Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=3e6576794147af0b -C extra-filename=-3e6576794147af0b --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-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42822025-01-31T04:52:50.726Z Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
42832025-01-31T04:52:50.728Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f658bdfbbdab2f0b -C extra-filename=-f658bdfbbdab2f0b --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42842025-01-31T04:52:50.902Z Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
42852025-01-31T04:52:50.905Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a2a3d5f9c553c0c -C extra-filename=-0a2a3d5f9c553c0c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rmeta --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
42862025-01-31T04:52:52.174Z Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
42872025-01-31T04:52:52.177Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=804d15645f0dbfcd -C extra-filename=-804d15645f0dbfcd --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-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42882025-01-31T04:52:52.900Z Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
42892025-01-31T04:52:52.906Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b5912de4bc96e700 -C extra-filename=-b5912de4bc96e700 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42902025-01-31T04:52:54.282Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=bff8971802872b7a -C extra-filename=-bff8971802872b7a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rmeta --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rmeta --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rmeta --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rmeta --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rmeta --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42912025-01-31T04:52:54.366Z Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
42922025-01-31T04:52:54.389Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a76fd90f0efe928f -C extra-filename=-a76fd90f0efe928f --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-ab1f1c1b28a8ad91.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42932025-01-31T04:52:56.908Z Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
42942025-01-31T04:52:56.912Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fc1a2639b6b62beb -C extra-filename=-fc1a2639b6b62beb --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-5f4f76c4c9bff107.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42952025-01-31T04:52:56.953Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
42962025-01-31T04:52:56.960Z Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
42972025-01-31T04:52:56.960Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=54f7eea7e3777ad3 -C extra-filename=-54f7eea7e3777ad3 --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-6f15412de59adf04.rmeta --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rmeta --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42982025-01-31T04:52:56.961Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5f82aedeccdca5ae -C extra-filename=-5f82aedeccdca5ae --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-a348374d3d785aec.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
42992025-01-31T04:52:57.079Z Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
43002025-01-31T04:52:57.114Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c09901c1258bbf9 -C extra-filename=-7c09901c1258bbf9 --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-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43012025-01-31T04:52:57.666Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
43022025-01-31T04:52:57.668Z Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
43032025-01-31T04:52:57.690Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=71bdc3801af9cff3 -C extra-filename=-71bdc3801af9cff3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
43042025-01-31T04:52:57.693Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5121ca0a5655a310 -C extra-filename=-5121ca0a5655a310 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43052025-01-31T04:52:57.822Z Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
43062025-01-31T04:52:57.825Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=23826459db4944fa -C extra-filename=-23826459db4944fa --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43072025-01-31T04:52:58.158Z Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
43082025-01-31T04:52:58.161Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0037fcdf55c619e4 -C extra-filename=-0037fcdf55c619e4 --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-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43092025-01-31T04:52:59.984Z Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
43102025-01-31T04:52:59.988Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=983677a3ef5ee659 -C extra-filename=-983677a3ef5ee659 --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-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43112025-01-31T04:53:01.180Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
43122025-01-31T04:53:01.184Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba1a4f7c40a9e0a5 -C extra-filename=-ba1a4f7c40a9e0a5 --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-6706430bd93b8bc6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43132025-01-31T04:53:01.512Z Compiling samael v0.0.17
43142025-01-31T04:53:01.515Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_bindings --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=6a30773df62628f6 -C extra-filename=-6a30773df62628f6 --out-dir /work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bindgen=/work/oxidecomputer/omicron/target/debug/deps/libbindgen-130251e32071527c.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43152025-01-31T04:53:01.538Z Compiling strum_macros v0.24.3
43162025-01-31T04:53:01.541Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name strum_macros --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=89c31bd695e9bc36 -C extra-filename=-89c31bd695e9bc36 --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-7c318abee26cc297.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43172025-01-31T04:53:02.080Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ef3170ce2df43b61 -C extra-filename=-ef3170ce2df43b61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
43182025-01-31T04:53:02.627Z Compiling pin-project-internal v1.1.6
43192025-01-31T04:53:02.630Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project_internal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-internal-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=242e940f6ea01e64 -C extra-filename=-242e940f6ea01e64 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43202025-01-31T04:53:03.970Z Compiling indoc v1.0.9
43212025-01-31T04:53:03.972Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f95ff61e5403be08 -C extra-filename=-f95ff61e5403be08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43222025-01-31T04:53:04.987Z Compiling derive_builder v0.20.2
43232025-01-31T04:53:04.990Z Running `/work/oxidecomputer/omicron/target/debug/build/samael-6a30773df62628f6/build-script-bindings`
43242025-01-31T04:53:05.011Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name derive_builder --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "clippy", "default", "std"))' -C metadata=fe91bb7295040066 -C extra-filename=-fe91bb7295040066 --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-d52a2c2144c5b4ed.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43252025-01-31T04:53:05.229Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sprockets_tls --edition=2021 /home/build/.cargo/git/checkouts/sprockets-82488b5b61bf00db/cc13773/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)' --check-cfg 'cfg(feature, values())' -C metadata=b2de152879a52fdb -C extra-filename=-b2de152879a52fdb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern attest_data=/work/oxidecomputer/omicron/target/debug/deps/libattest_data-20c3288f2c6379ce.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dice_verifier=/work/oxidecomputer/omicron/target/debug/deps/libdice_verifier-41c5157ae471af4d.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rmeta --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -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/ -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
43262025-01-31T04:53:05.756Z Compiling pin-project v1.1.6
43272025-01-31T04:53:05.778Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pin_project --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pin-project-1.1.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unreachable_pub --warn=unexpected_cfgs '--warn=clippy::undocumented_unsafe_blocks' '--warn=clippy::transmute_undefined_repr' '--warn=clippy::trailing_empty_array' --warn=single_use_lifetimes --warn=rust_2018_idioms '--warn=clippy::pedantic' --warn=non_ascii_idents '--warn=clippy::inline_asm_x86_att_syntax' --warn=improper_ctypes_definitions --warn=improper_ctypes --warn=deprecated_safe '--warn=clippy::default_union_representation' '--warn=clippy::as_underscore' '--warn=clippy::as_ptr_cast_mut' '--warn=clippy::all' '--allow=clippy::unreadable_literal' '--allow=clippy::type_complexity' '--allow=clippy::too_many_lines' '--allow=clippy::too_many_arguments' '--allow=clippy::struct_field_names' '--allow=clippy::struct_excessive_bools' '--allow=clippy::single_match_else' '--allow=clippy::single_match' '--allow=clippy::similar_names' '--allow=clippy::range_plus_one' '--allow=clippy::nonminimal_bool' '--allow=clippy::naive_bytecount' '--allow=clippy::module_name_repetitions' '--allow=clippy::missing_errors_doc' '--allow=clippy::manual_range_contains' '--allow=clippy::manual_assert' '--allow=clippy::lint_groups_priority' '--allow=clippy::incompatible_msrv' '--allow=clippy::float_cmp' '--allow=clippy::doc_markdown' '--allow=clippy::declare_interior_mutable_const' '--allow=clippy::cast_lossless' '--allow=clippy::borrow_as_ptr' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3577c58acec85ce9 -C extra-filename=-3577c58acec85ce9 --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-242e940f6ea01e64.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43282025-01-31T04:53:05.918Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libxml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ed25bae723faeaa8 -C extra-filename=-ed25bae723faeaa8 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l xml2`
43292025-01-31T04:53:07.068Z Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
43302025-01-31T04:53:07.071Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name propolis_mock_server --edition=2021 /home/build/.cargo/git/checkouts/propolis-12517f89d3d9f483/99251f8/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)' --check-cfg 'cfg(feature, values())' -C metadata=29a34c2564c93b13 -C extra-filename=-29a34c2564c93b13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99ef1ae1cc2bfe77.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-284d3ffa17b19553.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern propolis_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_types-3bbc53a9aa227c57.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-9b8763fa06e777c3.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64`
43312025-01-31T04:53:07.340Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
43322025-01-31T04:53:07.342Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=61fec979ec41dda8 -C extra-filename=-61fec979ec41dda8 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-auth-61fec979ec41dda8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43332025-01-31T04:53:07.725Z Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
43342025-01-31T04:53:07.728Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1b9bf5d2901a788 -C extra-filename=-d1b9bf5d2901a788 --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-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43352025-01-31T04:53:08.309Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
43362025-01-31T04:53:08.342Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3fc1025c92d31071 -C extra-filename=-3fc1025c92d31071 --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43372025-01-31T04:53:08.561Z Compiling quick-xml v0.33.0
43382025-01-31T04:53:08.564Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name quick_xml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/quick-xml-0.33.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,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)' --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=d85365e35a8007c9 -C extra-filename=-d85365e35a8007c9 --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-9e2df5937f592b1b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43392025-01-31T04:53:10.167Z Compiling oso-derive v0.27.3
43402025-01-31T04:53:10.180Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oso_derive --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=1dbf56af12146b19 -C extra-filename=-1dbf56af12146b19 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43412025-01-31T04:53:11.351Z Compiling impl-trait-for-tuples v0.2.2
43422025-01-31T04:53:11.354Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name impl_trait_for_tuples --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/impl-trait-for-tuples-0.2.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b6215130afde6010 -C extra-filename=-b6215130afde6010 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43432025-01-31T04:53:11.799Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name samael --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/samael-0.0.17/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="lazy_static"' --cfg 'feature="libc"' --cfg 'feature="libxml"' --cfg 'feature="xmlsec"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("lazy_static", "libc", "libxml", "xmlsec"))' -C metadata=37514bf05d0090cb -C extra-filename=-37514bf05d0090cb --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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rlib --extern derive_builder=/work/oxidecomputer/omicron/target/debug/deps/libderive_builder-fe91bb7295040066.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libxml=/work/oxidecomputer/omicron/target/debug/deps/liblibxml-ed25bae723faeaa8.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern openssl_probe=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_probe-19e68c2f6b84a5f5.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rlib --extern quick_xml=/work/oxidecomputer/omicron/target/debug/deps/libquick_xml-d85365e35a8007c9.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/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 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 --cfg xmlsec_dynamic`
43442025-01-31T04:53:13.155Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-auth-61fec979ec41dda8/build-script-build`
43452025-01-31T04:53:13.195Z Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
43462025-01-31T04:53:13.198Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2a42682f4875394a -C extra-filename=-2a42682f4875394a --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-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43472025-01-31T04:53:15.020Z Compiling signal-hook-tokio v0.3.1
43482025-01-31T04:53:15.022Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name signal_hook_tokio --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures-core-0_3", "futures-v0_3"))' -C metadata=53763d61a8806621 -C extra-filename=-53763d61a8806621 --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-c05ca62951efc497.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43492025-01-31T04:53:15.247Z Dirty cargo-platform v0.1.8: the rustflags changed
43502025-01-31T04:53:15.247Z Compiling cargo-platform v0.1.8
43512025-01-31T04:53:15.250Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_platform --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo-platform-0.1.8/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::all' '--warn=clippy::self_named_module_files' --warn=rust_2018_idioms '--allow=rustdoc::private_intra_doc_links' '--warn=clippy::print_stdout' '--warn=clippy::print_stderr' '--warn=clippy::disallowed_methods' '--warn=clippy::dbg_macro' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fcc56552e2453983 -C extra-filename=-fcc56552e2453983 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43522025-01-31T04:53:15.793Z Compiling snafu-derive v0.8.5
43532025-01-31T04:53:15.816Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu_derive --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-derive-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="rust_1_61"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("rust_1_61", "unstable-provider-api"))' -C metadata=24b982dfc4b2ad90 -C extra-filename=-24b982dfc4b2ad90 --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-6782a03443fe5f3d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43542025-01-31T04:53:15.979Z Compiling memoffset v0.9.1
43552025-01-31T04:53:15.982Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=ed57a94a016157c3 -C extra-filename=-ed57a94a016157c3 --out-dir /work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern autocfg=/work/oxidecomputer/omicron/target/debug/deps/libautocfg-29ea5ae14448e27c.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43562025-01-31T04:53:16.283Z Compiling diesel-dtrace v0.4.2
43572025-01-31T04:53:16.287Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=648c8fc029df323d -C extra-filename=-648c8fc029df323d --out-dir /work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43582025-01-31T04:53:16.394Z Running `/work/oxidecomputer/omicron/target/debug/build/memoffset-ed57a94a016157c3/build-script-build`
43592025-01-31T04:53:16.569Z Dirty cargo_metadata v0.18.1: the rustflags changed
43602025-01-31T04:53:16.569Z Compiling cargo_metadata v0.18.1
43612025-01-31T04:53:16.572Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_metadata --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_metadata-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="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("builder", "default", "derive_builder", "unstable"))' -C metadata=416b7d29eda50df3 -C extra-filename=-416b7d29eda50df3 --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-21ea866390417d2b.rmeta --extern cargo_platform=/work/oxidecomputer/omicron/target/debug/deps/libcargo_platform-fcc56552e2453983.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43622025-01-31T04:53:16.718Z Running `/work/oxidecomputer/omicron/target/debug/build/diesel-dtrace-648c8fc029df323d/build-script-build`
43632025-01-31T04:53:16.767Z Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
43642025-01-31T04:53:16.769Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=82d2918577cddfd1 -C extra-filename=-82d2918577cddfd1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rmeta --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rmeta --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rmeta --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rmeta --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rmeta --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
43652025-01-31T04:53:18.652Z Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
43662025-01-31T04:53:18.655Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9768eec9c308325 -C extra-filename=-a9768eec9c308325 --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-6b4e4344d3200318.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43672025-01-31T04:53:19.780Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
43682025-01-31T04:53:19.785Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=5886866df376ce10 -C extra-filename=-5886866df376ce10 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5886866df376ce10 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
43692025-01-31T04:53:20.177Z Compiling olpc-cjson v0.1.4
43702025-01-31T04:53:20.183Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name olpc_cjson --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=9c05bae0ee50a5df -C extra-filename=-9c05bae0ee50a5df --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern unicode_normalization=/work/oxidecomputer/omicron/target/debug/deps/libunicode_normalization-a0b87c413fd50c2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43712025-01-31T04:53:20.478Z Compiling globset v0.4.15
43722025-01-31T04:53:20.480Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name globset --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/globset-0.4.15/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="log"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "log", "serde", "serde1", "simd-accel"))' -C metadata=3be9331f458cf70a -C extra-filename=-3be9331f458cf70a --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-de1c658e28500186.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43732025-01-31T04:53:20.948Z Compiling snafu v0.8.5
43742025-01-31T04:53:20.951Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name snafu --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/snafu-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="futures-core-crate"' --cfg 'feature="pin-project"' --cfg 'feature="rust_1_61"' --cfg 'feature="rust_1_65"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("backtrace", "backtraces-impl-backtrace-crate", "default", "futures", "futures-core-crate", "futures-crate", "guide", "internal-dev-dependencies", "pin-project", "rust_1_61", "rust_1_65", "rust_1_81", "std", "unstable-core-error", "unstable-provider-api", "unstable-try-trait"))' -C metadata=a541325424e07563 -C extra-filename=-a541325424e07563 --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-c05ca62951efc497.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3577c58acec85ce9.rmeta --extern snafu_derive=/work/oxidecomputer/omicron/target/debug/deps/libsnafu_derive-24b982dfc4b2ad90.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43752025-01-31T04:53:21.467Z Compiling bb8 v0.8.5
43762025-01-31T04:53:21.528Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bb8 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/bb8-0.8.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="parking_lot"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "parking_lot"))' -C metadata=b4850af301cf8de5 -C extra-filename=-b4850af301cf8de5 --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-5f4f76c4c9bff107.so --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern parking_lot=/work/oxidecomputer/omicron/target/debug/deps/libparking_lot-d0a2976a5e19212f.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43772025-01-31T04:53:21.716Z Compiling serde_plain v1.0.2
43782025-01-31T04:53:21.719Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_plain --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=be1c86f3141d0527 -C extra-filename=-be1c86f3141d0527 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43792025-01-31T04:53:22.041Z Compiling typed-path v0.9.3
43802025-01-31T04:53:22.044Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=e381b5fba8be94da -C extra-filename=-e381b5fba8be94da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43812025-01-31T04:53:22.097Z Compiling async-bb8-diesel v0.2.1
43822025-01-31T04:53:22.103Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_bb8_diesel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("cockroach", "default"))' -C metadata=8790b6b56c2b0630 -C extra-filename=-8790b6b56c2b0630 --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-5f4f76c4c9bff107.so --extern bb8=/work/oxidecomputer/omicron/target/debug/deps/libbb8-b4850af301cf8de5.rmeta --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43832025-01-31T04:53:22.124Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-db-queries-5886866df376ce10/build-script-build`
43842025-01-31T04:53:22.165Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name diesel_dtrace --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/diesel-dtrace-0.4.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ace0c43601e781c7 -C extra-filename=-ace0c43601e781c7 --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-a70a2b9bf7872994.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
43852025-01-31T04:53:22.627Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name memoffset --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "unstable_const", "unstable_offset_of"))' -C metadata=679d7c4a4835ec73 -C extra-filename=-679d7c4a4835ec73 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -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`
43862025-01-31T04:53:22.784Z Compiling tungstenite v0.23.0
43872025-01-31T04:53:22.787Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ad432a8924134ffe -C extra-filename=-ad432a8924134ffe --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-74b89f0a9d262c25.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern httparse=/work/oxidecomputer/omicron/target/debug/deps/libhttparse-2f2374c7eda5427d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern utf8=/work/oxidecomputer/omicron/target/debug/deps/libutf8-3634facfa3f7e4c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43882025-01-31T04:53:22.869Z Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
43892025-01-31T04:53:22.871Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/gateway-sp-comms/build.rs --error-format=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)' --check-cfg 'cfg(feature, values())' -C metadata=7c8b503a1109ab5b -C extra-filename=-7c8b503a1109ab5b --out-dir /work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern version_check=/work/oxidecomputer/omicron/target/debug/deps/libversion_check-651510dbe869226e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43902025-01-31T04:53:23.278Z Compiling parse-size v1.1.0
43912025-01-31T04:53:23.281Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parse_size --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=3a8455d0babb9473 -C extra-filename=-3a8455d0babb9473 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43922025-01-31T04:53:23.567Z Running `/work/oxidecomputer/omicron/target/debug/build/gateway-sp-comms-7c8b503a1109ab5b/build-script-build`
43932025-01-31T04:53:23.659Z Compiling nix v0.27.1
43942025-01-31T04:53:23.681Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=18d8fca15150b8e4 -C extra-filename=-18d8fca15150b8e4 --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern memoffset=/work/oxidecomputer/omicron/target/debug/deps/libmemoffset-679d7c4a4835ec73.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43952025-01-31T04:53:24.797Z Compiling tough v0.19.0
43962025-01-31T04:53:24.800Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tough --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.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 --cfg 'feature="http"' --cfg 'feature="reqwest"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("fips", "http", "integ", "reqwest"))' -C metadata=20103c38e78c05bf -C extra-filename=-20103c38e78c05bf --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-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern globset=/work/oxidecomputer/omicron/target/debug/deps/libglobset-3be9331f458cf70a.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern olpc_cjson=/work/oxidecomputer/omicron/target/debug/deps/libolpc_cjson-9c05bae0ee50a5df.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_plain=/work/oxidecomputer/omicron/target/debug/deps/libserde_plain-be1c86f3141d0527.rmeta --extern snafu=/work/oxidecomputer/omicron/target/debug/deps/libsnafu-a541325424e07563.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern typed_path=/work/oxidecomputer/omicron/target/debug/deps/libtyped_path-e381b5fba8be94da.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-91dfaba15fcff121.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
43972025-01-31T04:53:24.830Z Compiling tokio-tungstenite v0.23.1
43982025-01-31T04:53:24.854Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_tungstenite --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=da406722965b6ad4 -C extra-filename=-da406722965b6ad4 --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-4a9c8f39d18c879d.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtungstenite-ad432a8924134ffe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
43992025-01-31T04:53:25.146Z Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
44002025-01-31T04:53:25.148Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tlvc --edition=2021 /home/build/.cargo/git/checkouts/tlvc-747b6a86320a4fa5/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)' --check-cfg 'cfg(feature, values("alloc", "default"))' -C metadata=4db4cb0f699b428d -C extra-filename=-4db4cb0f699b428d --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-74b89f0a9d262c25.rmeta --extern crc=/work/oxidecomputer/omicron/target/debug/deps/libcrc-4dad916f7a3cd1d7.rmeta --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-6a168a4dea1a447b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44012025-01-31T04:53:25.365Z Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
44022025-01-31T04:53:25.425Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ba3062ff982fb5a -C extra-filename=-7ba3062ff982fb5a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44032025-01-31T04:53:25.498Z Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
44042025-01-31T04:53:25.501Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_sp_comms --edition=2021 /home/build/.cargo/git/checkouts/management-gateway-service-749acba834b73294/9bbac47/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)' --check-cfg 'cfg(feature, values())' -C metadata=81ad566444918143 -C extra-filename=-81ad566444918143 --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-5f4f76c4c9bff107.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern fxhash=/work/oxidecomputer/omicron/target/debug/deps/libfxhash-fd0628cfb03422c5.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubpack=/work/oxidecomputer/omicron/target/debug/deps/libhubpack-4f6fad6ec8e4be10.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern lru_cache=/work/oxidecomputer/omicron/target/debug/deps/liblru_cache-ce02e10d0a05c24d.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-18d8fca15150b8e4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_big_array=/work/oxidecomputer/omicron/target/debug/deps/libserde_big_array-03d24edac4fb4365.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tlvc=/work/oxidecomputer/omicron/target/debug/deps/libtlvc-4db4cb0f699b428d.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44052025-01-31T04:53:25.501Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bec5c14a0d8c6e93 -C extra-filename=-bec5c14a0d8c6e93 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44062025-01-31T04:53:25.644Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
44072025-01-31T04:53:25.647Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=975fec16de02b90c -C extra-filename=-975fec16de02b90c --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44082025-01-31T04:53:27.705Z Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
44092025-01-31T04:53:27.708Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=57243fb477a38fe7 -C extra-filename=-57243fb477a38fe7 --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-c6e3260a4cbe5cfb.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44102025-01-31T04:53:27.966Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
44112025-01-31T04:53:27.968Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f3c8b2c8e0d18294 -C extra-filename=-f3c8b2c8e0d18294 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44122025-01-31T04:53:29.310Z Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
44132025-01-31T04:53:29.313Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8393c3836a1c0802 -C extra-filename=-8393c3836a1c0802 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rmeta --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44142025-01-31T04:53:29.898Z Compiling rand_seeder v0.3.0
44152025-01-31T04:53:29.901Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_seeder --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_seeder-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)' --check-cfg 'cfg(feature, values())' -C metadata=0d999b005479a69b -C extra-filename=-0d999b005479a69b --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-eee51480251de44e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44162025-01-31T04:53:30.231Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
44172025-01-31T04:53:30.235Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9cf0c5bee0fe8832 -C extra-filename=-9cf0c5bee0fe8832 --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44182025-01-31T04:53:31.504Z Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
44192025-01-31T04:53:31.508Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=234e8e15881125eb -C extra-filename=-234e8e15881125eb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
44202025-01-31T04:53:31.674Z Compiling openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
44212025-01-31T04:53:31.677Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_lint --edition=2021 /home/build/.cargo/git/checkouts/openapi-lint-42a90d71bc44c8c6/ef442ee/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8d0c34aa8adcd804 -C extra-filename=-8d0c34aa8adcd804 --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-7c318abee26cc297.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44222025-01-31T04:53:32.860Z Compiling assert_matches v1.5.0
44232025-01-31T04:53:32.863Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_matches --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=6beec77675286bc9 -C extra-filename=-6beec77675286bc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44242025-01-31T04:53:32.998Z Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
44252025-01-31T04:53:33.000Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8cc8fd1fb1bd7b81 -C extra-filename=-8cc8fd1fb1bd7b81 --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-5ad72f64385d87dc.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44262025-01-31T04:53:33.246Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
44272025-01-31T04:53:33.251Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85ee58e7de1cdbd3 -C extra-filename=-85ee58e7de1cdbd3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44282025-01-31T04:53:33.514Z Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
44292025-01-31T04:53:33.518Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7e3684490436b10b -C extra-filename=-7e3684490436b10b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44302025-01-31T04:53:34.922Z Compiling libz-sys v1.1.20
44312025-01-31T04:53:34.925Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=8d4439c9eb66cfa9 -C extra-filename=-8d4439c9eb66cfa9 --out-dir /work/oxidecomputer/omicron/target/debug/build/libz-sys-8d4439c9eb66cfa9 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44322025-01-31T04:53:35.760Z Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
44332025-01-31T04:53:35.763Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=76b90fbe9b788a36 -C extra-filename=-76b90fbe9b788a36 --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-21ea866390417d2b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rmeta --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
44342025-01-31T04:53:38.228Z Running `/work/oxidecomputer/omicron/target/debug/build/libz-sys-8d4439c9eb66cfa9/build-script-build`
44352025-01-31T04:53:38.347Z Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
44362025-01-31T04:53:38.351Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2983d0b4e3cc5552 -C extra-filename=-2983d0b4e3cc5552 --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-5f4f76c4c9bff107.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44372025-01-31T04:53:38.372Z Compiling libgit2-sys v0.17.0+1.8.1
44382025-01-31T04:53:38.413Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=bdc4eaee582e1094 -C extra-filename=-bdc4eaee582e1094 --out-dir /work/oxidecomputer/omicron/target/debug/build/libgit2-sys-bdc4eaee582e1094 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cc=/work/oxidecomputer/omicron/target/debug/deps/libcc-d29a84348bd9210f.rlib --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44392025-01-31T04:53:38.914Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libz_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libz-sys-1.1.20/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(zng)' --cfg 'feature="libc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("asm", "cmake", "default", "libc", "static", "stock-zlib", "zlib-ng", "zlib-ng-no-cmake-experimental-community-maintained"))' -C metadata=869e8c7994f0f63a -C extra-filename=-869e8c7994f0f63a --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l z -l z`
44402025-01-31T04:53:39.116Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
44412025-01-31T04:53:39.118Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a0c009fbc2e23672 -C extra-filename=-a0c009fbc2e23672 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rmeta --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44422025-01-31T04:53:39.258Z Running `/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-bdc4eaee582e1094/build-script-build`
44432025-01-31T04:53:39.357Z Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
44442025-01-31T04:53:39.360Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d4a08122930dcce0 -C extra-filename=-d4a08122930dcce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44452025-01-31T04:53:44.230Z Compiling castaway v0.2.3
44462025-01-31T04:53:44.233Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name castaway --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/castaway-0.2.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=817c7fbfe0ffa72b -C extra-filename=-817c7fbfe0ffa72b --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-a66aa9a6ac3f975d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44472025-01-31T04:53:44.428Z Compiling compact_str v0.8.0
44482025-01-31T04:53:44.431Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name compact_str --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/compact_str-0.8.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --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=f1dd407ca9e9489f -C extra-filename=-f1dd407ca9e9489f --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-817c7fbfe0ffa72b.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44492025-01-31T04:53:45.771Z Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
44502025-01-31T04:53:45.774Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a40311c88bea207 -C extra-filename=-0a40311c88bea207 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/ssl-3/lib/amd64`
44512025-01-31T04:53:47.584Z Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
44522025-01-31T04:53:47.587Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f0fb78d16f1934de -C extra-filename=-f0fb78d16f1934de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44532025-01-31T04:53:47.768Z Compiling unicode-truncate v1.1.0
44542025-01-31T04:53:47.771Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_truncate --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cb6a26274cf758bd -C extra-filename=-cb6a26274cf758bd --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-4e1578fe158d10c2.rmeta --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44552025-01-31T04:53:47.938Z Compiling vergen v8.3.2
44562025-01-31T04:53:47.941Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.3.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=2243acd7e8654d02 -C extra-filename=-2243acd7e8654d02 --out-dir /work/oxidecomputer/omicron/target/debug/build/vergen-2243acd7e8654d02 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustversion=/work/oxidecomputer/omicron/target/debug/deps/librustversion-a66aa9a6ac3f975d.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44572025-01-31T04:53:48.021Z Compiling instability v0.3.2
44582025-01-31T04:53:48.024Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name instability --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/instability-0.3.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=816f3a1c96dda008 -C extra-filename=-816f3a1c96dda008 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44592025-01-31T04:53:48.313Z Compiling lru v0.12.5
44602025-01-31T04:53:48.336Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lru --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hashbrown", "nightly"))' -C metadata=927872925ffefc51 -C extra-filename=-927872925ffefc51 --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-31ee59d8d287bfdb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44612025-01-31T04:53:48.646Z Compiling cassowary v0.3.0
44622025-01-31T04:53:48.649Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cassowary --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=706a784ec9504d47 -C extra-filename=-706a784ec9504d47 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44632025-01-31T04:53:49.206Z Compiling is_ci v1.2.0
44642025-01-31T04:53:49.209Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name is_ci --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=ec80517378223dfe -C extra-filename=-ec80517378223dfe --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44652025-01-31T04:53:49.479Z Compiling supports-color v3.0.1
44662025-01-31T04:53:49.483Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name supports_color --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/supports-color-3.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)' --check-cfg 'cfg(feature, values())' -C metadata=6bf922cca7279d83 -C extra-filename=-6bf922cca7279d83 --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-ec80517378223dfe.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44672025-01-31T04:53:49.820Z Compiling ratatui v0.28.1
44682025-01-31T04:53:49.823Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ratatui --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ratatui-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 '--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)' --check-cfg 'cfg(feature, values("all-widgets", "crossterm", "default", "document-features", "macros", "palette", "serde", "termion", "termwiz", "underline-color", "unstable", "unstable-rendered-line-info", "unstable-widget-ref", "widget-calendar"))' -C metadata=9ee9647e3dc02bda -C extra-filename=-9ee9647e3dc02bda --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-b6414318a57462a7.rmeta --extern cassowary=/work/oxidecomputer/omicron/target/debug/deps/libcassowary-706a784ec9504d47.rmeta --extern compact_str=/work/oxidecomputer/omicron/target/debug/deps/libcompact_str-f1dd407ca9e9489f.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern instability=/work/oxidecomputer/omicron/target/debug/deps/libinstability-816f3a1c96dda008.so --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern lru=/work/oxidecomputer/omicron/target/debug/deps/liblru-927872925ffefc51.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-8472f9b9b4402c84.so --extern unicode_segmentation=/work/oxidecomputer/omicron/target/debug/deps/libunicode_segmentation-424502f4230a2600.rmeta --extern unicode_truncate=/work/oxidecomputer/omicron/target/debug/deps/libunicode_truncate-cb6a26274cf758bd.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44692025-01-31T04:53:49.823Z Running `/work/oxidecomputer/omicron/target/debug/build/vergen-2243acd7e8654d02/build-script-build`
44702025-01-31T04:53:49.884Z Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
44712025-01-31T04:53:49.888Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a1052b2301c3831 -C extra-filename=-8a1052b2301c3831 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8a1052b2301c3831 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44722025-01-31T04:53:50.267Z Compiling libsqlite3-sys v0.30.1
44732025-01-31T04:53:50.271Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=7bfb0b3452769d75 -C extra-filename=-7bfb0b3452769d75 --out-dir /work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7bfb0b3452769d75 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern pkg_config=/work/oxidecomputer/omicron/target/debug/deps/libpkg_config-d02968f2dd606dcf.rlib --extern vcpkg=/work/oxidecomputer/omicron/target/debug/deps/libvcpkg-7dbf9c9cbde54d96.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44742025-01-31T04:53:50.328Z Compiling rustls v0.21.12
44752025-01-31T04:53:50.331Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=4d8f4ed7f4b66e64 -C extra-filename=-4d8f4ed7f4b66e64 --out-dir /work/oxidecomputer/omicron/target/debug/build/rustls-4d8f4ed7f4b66e64 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44762025-01-31T04:53:50.696Z Compiling cfg_aliases v0.2.1
44772025-01-31T04:53:50.699Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_aliases --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=eff6fe3e169c75a5 -C extra-filename=-eff6fe3e169c75a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44782025-01-31T04:53:50.821Z Compiling nix v0.29.0
44792025-01-31T04:53:50.824Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=15a6e7e4bcb73edd -C extra-filename=-15a6e7e4bcb73edd --out-dir /work/oxidecomputer/omicron/target/debug/build/nix-15a6e7e4bcb73edd -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cfg_aliases=/work/oxidecomputer/omicron/target/debug/deps/libcfg_aliases-eff6fe3e169c75a5.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44802025-01-31T04:53:50.847Z Running `/work/oxidecomputer/omicron/target/debug/build/libsqlite3-sys-7bfb0b3452769d75/build-script-build`
44812025-01-31T04:53:50.898Z Running `/work/oxidecomputer/omicron/target/debug/build/rustls-4d8f4ed7f4b66e64/build-script-build`
44822025-01-31T04:53:50.940Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-saga-recovery-8a1052b2301c3831/build-script-build`
44832025-01-31T04:53:50.982Z Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
44842025-01-31T04:53:50.986Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=38b25b6aaeb7061c -C extra-filename=-38b25b6aaeb7061c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44852025-01-31T04:53:51.673Z Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
44862025-01-31T04:53:51.678Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7edee47e40029ba -C extra-filename=-b7edee47e40029ba --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-6b4e4344d3200318.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44872025-01-31T04:53:51.731Z Compiling nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
44882025-01-31T04:53:51.734Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bd95d4c83160e5c2 -C extra-filename=-bd95d4c83160e5c2 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bd95d4c83160e5c2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44892025-01-31T04:53:52.109Z Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
44902025-01-31T04:53:52.111Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=737ac4a2c91d4a15 -C extra-filename=-737ac4a2c91d4a15 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-737ac4a2c91d4a15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
44912025-01-31T04:53:52.481Z Compiling rustls-webpki v0.101.7
44922025-01-31T04:53:52.485Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name webpki --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=19d4ca87edd7eff2 -C extra-filename=-19d4ca87edd7eff2 --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-cd9908d7336bb6cb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
44932025-01-31T04:53:54.196Z Compiling sct v0.7.1
44942025-01-31T04:53:54.199Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sct --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=91931a5ce51a46e4 -C extra-filename=-91931a5ce51a46e4 --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-cd9908d7336bb6cb.rmeta --extern untrusted=/work/oxidecomputer/omicron/target/debug/deps/libuntrusted-c20225e387013351.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
44952025-01-31T04:53:54.531Z Compiling concurrent-queue v2.5.0
44962025-01-31T04:53:54.534Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name concurrent_queue --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/concurrent-queue-2.5.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "portable-atomic", "std"))' -C metadata=166a7b205de3bd64 -C extra-filename=-166a7b205de3bd64 --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-a8673a2dc205af2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44972025-01-31T04:53:54.973Z Compiling parking v2.2.1
44982025-01-31T04:53:54.975Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name parking --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("loom"))' -C metadata=88112e2e144ac3ef -C extra-filename=-88112e2e144ac3ef --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
44992025-01-31T04:53:55.331Z Dirty unicode-linebreak v0.1.5: the rustflags changed
45002025-01-31T04:53:55.331Z Compiling unicode-linebreak v0.1.5
45012025-01-31T04:53:55.334Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name unicode_linebreak --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=39ee5052618e1cb5 -C extra-filename=-39ee5052618e1cb5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45022025-01-31T04:53:55.698Z Dirty smawk v0.3.2: the rustflags changed
45032025-01-31T04:53:55.698Z Compiling smawk v0.3.2
45042025-01-31T04:53:55.701Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name smawk --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("ndarray"))' -C metadata=788b04f512863ebb -C extra-filename=-788b04f512863ebb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45052025-01-31T04:53:55.881Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "secret_extraction", "tls12"))' -C metadata=774b45d0ebf8483e -C extra-filename=-774b45d0ebf8483e --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-9e3a943cb0d1c1f7.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-19d4ca87edd7eff2.rmeta --extern sct=/work/oxidecomputer/omicron/target/debug/deps/libsct-91931a5ce51a46e4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
45062025-01-31T04:53:55.943Z Dirty textwrap v0.16.1: the rustflags changed
45072025-01-31T04:53:55.943Z Compiling textwrap v0.16.1
45082025-01-31T04:53:55.946Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name textwrap --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/textwrap-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="default"' --cfg 'feature="smawk"' --cfg 'feature="unicode-linebreak"' --cfg 'feature="unicode-width"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "hyphenation", "smawk", "terminal_size", "unicode-linebreak", "unicode-width"))' -C metadata=08777c298bd24633 -C extra-filename=-08777c298bd24633 --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-788b04f512863ebb.rmeta --extern unicode_linebreak=/work/oxidecomputer/omicron/target/debug/deps/libunicode_linebreak-39ee5052618e1cb5.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45092025-01-31T04:53:55.965Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-metrics-producer-gc-737ac4a2c91d4a15/build-script-build`
45102025-01-31T04:53:56.001Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-rendezvous-bd95d4c83160e5c2/build-script-build`
45112025-01-31T04:53:56.040Z Running `/work/oxidecomputer/omicron/target/debug/build/nix-15a6e7e4bcb73edd/build-script-build`
45122025-01-31T04:53:56.081Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libsqlite3_sys --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libsqlite3-sys-0.30.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="min_sqlite_version_3_14_0"' --cfg 'feature="pkg-config"' --cfg 'feature="vcpkg"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("bindgen", "buildtime_bindgen", "bundled", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "bundled_bindings", "cc", "default", "in_gecko", "loadable_extension", "min_sqlite_version_3_14_0", "openssl-sys", "pkg-config", "prettyplease", "preupdate_hook", "quote", "session", "sqlcipher", "syn", "unlock_notify", "vcpkg", "wasm32-wasi-vfs", "with-asan"))' -C metadata=1ad0eec5178b65e9 -C extra-filename=-1ad0eec5178b65e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64 -l sqlite3`
45132025-01-31T04:53:56.592Z Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
45142025-01-31T04:53:56.596Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e17137ad5679711 -C extra-filename=-5e17137ad5679711 --out-dir /work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5e17137ad5679711 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45152025-01-31T04:53:56.983Z Compiling hashlink v0.9.1
45162025-01-31T04:53:56.986Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hashlink --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hashlink-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)' --check-cfg 'cfg(feature, values("serde", "serde_impl"))' -C metadata=fd7e51d74515d046 -C extra-filename=-fd7e51d74515d046 --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-0069aadc5e941971.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45172025-01-31T04:53:57.038Z Compiling fallible-streaming-iterator v0.1.9
45182025-01-31T04:53:57.041Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_streaming_iterator --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-streaming-iterator-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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=94d26c2d8f7cb583 -C extra-filename=-94d26c2d8f7cb583 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45192025-01-31T04:53:57.285Z Compiling fallible-iterator v0.3.0
45202025-01-31T04:53:57.288Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fallible_iterator --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fallible-iterator-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="alloc"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "std"))' -C metadata=148a55a66897718b -C extra-filename=-148a55a66897718b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45212025-01-31T04:53:57.617Z Running `/work/oxidecomputer/omicron/target/debug/build/nexus-reconfigurator-execution-5e17137ad5679711/build-script-build`
45222025-01-31T04:53:57.657Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nix --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=299c308faf57bd3e -C extra-filename=-299c308faf57bd3e --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-b6414318a57462a7.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --cap-lints allow -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)'`
45232025-01-31T04:53:57.950Z Compiling rusqlite v0.32.1
45242025-01-31T04:53:57.953Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rusqlite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rusqlite-0.32.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("array", "backup", "blob", "buildtime_bindgen", "bundled", "bundled-full", "bundled-sqlcipher", "bundled-sqlcipher-vendored-openssl", "bundled-windows", "chrono", "collation", "column_decltype", "csv", "csvtab", "extra_check", "functions", "hooks", "i128_blob", "in_gecko", "limits", "load_extension", "loadable_extension", "modern-full", "modern_sqlite", "preupdate_hook", "release_memory", "rusqlite-macros", "serde_json", "serialize", "series", "session", "sqlcipher", "time", "trace", "unlock_notify", "url", "uuid", "vtab", "wasm32-wasi-vfs", "window", "with-asan"))' -C metadata=eee6ae6493299a3e -C extra-filename=-eee6ae6493299a3e --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-b6414318a57462a7.rmeta --extern fallible_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_iterator-148a55a66897718b.rmeta --extern fallible_streaming_iterator=/work/oxidecomputer/omicron/target/debug/deps/libfallible_streaming_iterator-94d26c2d8f7cb583.rmeta --extern hashlink=/work/oxidecomputer/omicron/target/debug/deps/libhashlink-fd7e51d74515d046.rmeta --extern libsqlite3_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibsqlite3_sys-1ad0eec5178b65e9.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/usr/lib/amd64`
45252025-01-31T04:53:58.319Z Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
45262025-01-31T04:53:58.322Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7b2a7988456d95e -C extra-filename=-f7b2a7988456d95e --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-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45272025-01-31T04:53:59.379Z Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
45282025-01-31T04:53:59.382Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356adc75dbf10bb8 -C extra-filename=-356adc75dbf10bb8 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-nexus-356adc75dbf10bb8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45292025-01-31T04:53:59.750Z Compiling tokio-rustls v0.24.1
45302025-01-31T04:53:59.753Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tokio_rustls --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "early-data", "logging", "secret_extraction", "tls12"))' -C metadata=21f03891a7a00582 -C extra-filename=-21f03891a7a00582 --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-774b45d0ebf8483e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out`
45312025-01-31T04:54:00.180Z Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
45322025-01-31T04:54:00.183Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=95765e84c3ef6f73 -C extra-filename=-95765e84c3ef6f73 --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-c6e3260a4cbe5cfb.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45332025-01-31T04:54:00.497Z Compiling rustls-pemfile v1.0.4
45342025-01-31T04:54:00.500Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_pemfile --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=38ff84c8b2c31b7d -C extra-filename=-38ff84c8b2c31b7d --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-284d3ffa17b19553.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45352025-01-31T04:54:00.938Z Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45362025-01-31T04:54:00.941Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name common --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/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)' --check-cfg 'cfg(feature, values())' -C metadata=76b90d80f7b2ee2f -C extra-filename=-76b90d80f7b2ee2f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45372025-01-31T04:54:01.655Z Compiling twox-hash v2.1.0
45382025-01-31T04:54:01.658Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name twox_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/twox-hash-2.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(_internal_xxhash3_force_scalar)' --check-cfg 'cfg(_internal_xxhash3_force_neon)' --check-cfg 'cfg(_internal_xxhash3_force_sse2)' --check-cfg 'cfg(_internal_xxhash3_force_avx2)' --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="random"' --cfg 'feature="std"' --cfg 'feature="xxhash32"' --cfg 'feature="xxhash3_128"' --cfg 'feature="xxhash3_64"' --cfg 'feature="xxhash64"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "random", "serialize", "std", "xxhash32", "xxhash3_128", "xxhash3_64", "xxhash64"))' -C metadata=2a9e2047041b0543 -C extra-filename=-2a9e2047041b0543 --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-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45392025-01-31T04:54:02.328Z Compiling shell-words v1.1.0
45402025-01-31T04:54:02.332Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name shell_words --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/shell-words-1.1.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=211658a13f1e36e5 -C extra-filename=-211658a13f1e36e5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45412025-01-31T04:54:02.528Z Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
45422025-01-31T04:54:02.532Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name lldpd_client --edition=2021 /home/build/.cargo/git/checkouts/lldp-982950f872b0674e/ce952e6/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)' --check-cfg 'cfg(feature, values())' -C metadata=60e49720045d4ca1 -C extra-filename=-60e49720045d4ca1 --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-c6e3260a4cbe5cfb.rmeta --extern common=/work/oxidecomputer/omicron/target/debug/deps/libcommon-76b90d80f7b2ee2f.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-2bcce9c48b349369.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
45432025-01-31T04:54:02.657Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-nexus-356adc75dbf10bb8/build-script-build`
45442025-01-31T04:54:02.696Z Compiling event-listener v5.3.1
45452025-01-31T04:54:02.699Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-5.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="parking"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "parking", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=2edbded808a5f7e4 -C extra-filename=-2edbded808a5f7e4 --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-166a7b205de3bd64.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45462025-01-31T04:54:02.740Z Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
45472025-01-31T04:54:02.743Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_pantry_client --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=e68117fd5c5fa80a -C extra-filename=-e68117fd5c5fa80a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64`
45482025-01-31T04:54:03.235Z Compiling fatfs v0.3.6
45492025-01-31T04:54:03.238Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fatfs --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "chrono", "core_io", "default", "std"))' -C metadata=95d33895ff403aee -C extra-filename=-95d33895ff403aee --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-3656ba0bdfaef672.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45502025-01-31T04:54:03.331Z Compiling event-listener-strategy v0.5.2
45512025-01-31T04:54:03.334Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener_strategy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-strategy-0.5.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=cc223c8364377365 -C extra-filename=-cc223c8364377365 --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-2edbded808a5f7e4.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45522025-01-31T04:54:03.587Z Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
45532025-01-31T04:54:03.590Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6266530e0d2309af -C extra-filename=-6266530e0d2309af --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-c6e3260a4cbe5cfb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
45542025-01-31T04:54:04.787Z Compiling csv-core v0.1.11
45552025-01-31T04:54:04.790Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name csv_core --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-core-0.1.11/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "libc"))' -C metadata=70a0fe54b3dd1545 -C extra-filename=-70a0fe54b3dd1545 --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-9e2df5937f592b1b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45562025-01-31T04:54:05.239Z Compiling csv v1.3.1
45572025-01-31T04:54:05.242Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name csv --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/csv-1.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a282315da6532c01 -C extra-filename=-a282315da6532c01 --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-70a0fe54b3dd1545.rmeta --extern itoa=/work/oxidecomputer/omicron/target/debug/deps/libitoa-9a423a21109b8870.rmeta --extern ryu=/work/oxidecomputer/omicron/target/debug/deps/libryu-e1e604a67354d101.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45582025-01-31T04:54:05.303Z Compiling futures-lite v2.3.0
45592025-01-31T04:54:05.306Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_lite --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/futures-lite-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="fastrand"' --cfg 'feature="futures-io"' --cfg 'feature="parking"' --cfg 'feature="race"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "fastrand", "futures-io", "memchr", "parking", "race", "std"))' -C metadata=2e3d2ecfffc6c7f4 -C extra-filename=-2e3d2ecfffc6c7f4 --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-6d59732b8af0ca7e.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45602025-01-31T04:54:06.165Z Compiling rtoolbox v0.0.2
45612025-01-31T04:54:06.168Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rtoolbox --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rtoolbox-0.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=bda78fc6ad4e5fc5 -C extra-filename=-bda78fc6ad4e5fc5 --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45622025-01-31T04:54:06.385Z Compiling hex-literal v0.4.1
45632025-01-31T04:54:06.388Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hex_literal --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=66837036371702f5 -C extra-filename=-66837036371702f5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45642025-01-31T04:54:06.575Z Compiling plotters-backend v0.3.7
45652025-01-31T04:54:06.578Z Compiling rpassword v7.3.1
45662025-01-31T04:54:06.578Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_backend --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f25ac1c8de9926c4 -C extra-filename=-f25ac1c8de9926c4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45672025-01-31T04:54:06.578Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rpassword --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rpassword-7.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)' --check-cfg 'cfg(feature, values())' -C metadata=682637eee1f55b5e -C extra-filename=-682637eee1f55b5e --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-98124fae94d5c163.rmeta --extern rtoolbox=/work/oxidecomputer/omicron/target/debug/deps/librtoolbox-bda78fc6ad4e5fc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45682025-01-31T04:54:06.841Z Compiling tui-tree-widget v0.22.0
45692025-01-31T04:54:06.848Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tui_tree_widget --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tui-tree-widget-0.22.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --forbid=unsafe_code '--warn=clippy::pedantic' '--warn=clippy::nursery' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=de3bc059eb4ac312 -C extra-filename=-de3bc059eb4ac312 --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-9ee9647e3dc02bda.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45702025-01-31T04:54:06.891Z Compiling tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
45712025-01-31T04:54:06.895Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=030ab1eb6a328534 -C extra-filename=-030ab1eb6a328534 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45722025-01-31T04:54:07.134Z Compiling plotters-svg v0.3.7
45732025-01-31T04:54:07.139Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters_svg --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitmap_encoder", "debug", "image"))' -C metadata=92c6f2d6f426c07d -C extra-filename=-92c6f2d6f426c07d --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-f25ac1c8de9926c4.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45742025-01-31T04:54:07.190Z Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
45752025-01-31T04:54:07.193Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e241b504c249d23 -C extra-filename=-5e241b504c249d23 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45762025-01-31T04:54:07.556Z Compiling cast v0.3.0
45772025-01-31T04:54:07.560Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cast --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std"))' -C metadata=dc3b2b232a7af7ac -C extra-filename=-dc3b2b232a7af7ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45782025-01-31T04:54:07.878Z Compiling yansi v1.0.1
45792025-01-31T04:54:07.881Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name yansi --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("_nightly", "alloc", "default", "detect-env", "detect-tty", "hyperlink", "is-terminal", "std"))' -C metadata=750a3e17c742f492 -C extra-filename=-750a3e17c742f492 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45802025-01-31T04:54:08.619Z Compiling pretty_assertions v1.4.1
45812025-01-31T04:54:08.621Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pretty_assertions --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "unstable"))' -C metadata=0bcbe60bf0f8d012 -C extra-filename=-0bcbe60bf0f8d012 --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-f6f1673ca51154de.rmeta --extern yansi=/work/oxidecomputer/omicron/target/debug/deps/libyansi-750a3e17c742f492.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45822025-01-31T04:54:08.723Z Compiling criterion-plot v0.5.0
45832025-01-31T04:54:08.726Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion_plot --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-plot-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)' --check-cfg 'cfg(feature, values())' -C metadata=58236f337c301fac -C extra-filename=-58236f337c301fac --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-dc3b2b232a7af7ac.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45842025-01-31T04:54:08.890Z Compiling plotters v0.3.7
45852025-01-31T04:54:08.895Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name plotters --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=ee6022bd2aa4c6a9 -C extra-filename=-ee6022bd2aa4c6a9 --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-2208e32e65bcc912.rmeta --extern plotters_backend=/work/oxidecomputer/omicron/target/debug/deps/libplotters_backend-f25ac1c8de9926c4.rmeta --extern plotters_svg=/work/oxidecomputer/omicron/target/debug/deps/libplotters_svg-92c6f2d6f426c07d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45862025-01-31T04:54:09.105Z Compiling async-lock v3.4.0
45872025-01-31T04:54:09.108Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_lock --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-lock-3.4.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "loom", "std"))' -C metadata=81d03f2a2c9591b5 -C extra-filename=-81d03f2a2c9591b5 --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-2edbded808a5f7e4.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cc223c8364377365.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45882025-01-31T04:54:09.754Z Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
45892025-01-31T04:54:09.757Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2859da1645b359f0 -C extra-filename=-2859da1645b359f0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
45902025-01-31T04:54:10.264Z Compiling polyval v0.6.2
45912025-01-31T04:54:10.267Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name polyval --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=445ad93743ed7452 -C extra-filename=-445ad93743ed7452 --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-c23dfb9b1834c42c.rmeta --extern cpufeatures=/work/oxidecomputer/omicron/target/debug/deps/libcpufeatures-102875690d2c1cd3.rmeta --extern opaque_debug=/work/oxidecomputer/omicron/target/debug/deps/libopaque_debug-bf5e609c1193dde6.rmeta --extern universal_hash=/work/oxidecomputer/omicron/target/debug/deps/libuniversal_hash-d912cf2ea6f43439.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45922025-01-31T04:54:10.592Z Compiling polling v3.7.3
45932025-01-31T04:54:10.595Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name polling --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/polling-3.7.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(polling_test_epoll_pipe)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e95a6ad3e37147a -C extra-filename=-5e95a6ad3e37147a --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-c23dfb9b1834c42c.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45942025-01-31T04:54:11.158Z Compiling tinytemplate v1.2.1
45952025-01-31T04:54:11.160Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tinytemplate --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=38685a1a3e327b7e -C extra-filename=-38685a1a3e327b7e --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45962025-01-31T04:54:11.268Z Compiling anes v0.1.6
45972025-01-31T04:54:11.271Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name anes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bitflags", "default", "parser"))' -C metadata=1d4d4b80ca6770b6 -C extra-filename=-1d4d4b80ca6770b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
45982025-01-31T04:54:11.747Z Compiling oorandom v11.1.4
45992025-01-31T04:54:11.750Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oorandom --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/oorandom-11.1.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=18901514e11ed148 -C extra-filename=-18901514e11ed148 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46002025-01-31T04:54:11.994Z Compiling criterion v0.5.1
46012025-01-31T04:54:11.997Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name criterion --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/criterion-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="async"' --cfg 'feature="async_tokio"' --cfg 'feature="cargo_bench_support"' --cfg 'feature="default"' --cfg 'feature="futures"' --cfg 'feature="plotters"' --cfg 'feature="rayon"' --cfg 'feature="tokio"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async", "async-std", "async_futures", "async_smol", "async_std", "async_tokio", "cargo_bench_support", "csv", "csv_output", "default", "futures", "html_reports", "plotters", "rayon", "real_blackbox", "smol", "stable", "tokio"))' -C metadata=7990f0e5767ed173 -C extra-filename=-7990f0e5767ed173 --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-1d4d4b80ca6770b6.rmeta --extern cast=/work/oxidecomputer/omicron/target/debug/deps/libcast-dc3b2b232a7af7ac.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern criterion_plot=/work/oxidecomputer/omicron/target/debug/deps/libcriterion_plot-58236f337c301fac.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern is_terminal=/work/oxidecomputer/omicron/target/debug/deps/libis_terminal-7fcf105a31e0f4a8.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oorandom=/work/oxidecomputer/omicron/target/debug/deps/liboorandom-18901514e11ed148.rmeta --extern plotters=/work/oxidecomputer/omicron/target/debug/deps/libplotters-ee6022bd2aa4c6a9.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern tinytemplate=/work/oxidecomputer/omicron/target/debug/deps/libtinytemplate-38685a1a3e327b7e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46022025-01-31T04:54:12.153Z Compiling async-io v2.3.4
46032025-01-31T04:54:12.156Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-io-2.3.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(polling_test_poll_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2eb1a88724eee6c4 -C extra-filename=-2eb1a88724eee6c4 --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-81d03f2a2c9591b5.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-166a7b205de3bd64.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern parking=/work/oxidecomputer/omicron/target/debug/deps/libparking-88112e2e144ac3ef.rmeta --extern polling=/work/oxidecomputer/omicron/target/debug/deps/libpolling-5e95a6ad3e37147a.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46042025-01-31T04:54:13.868Z Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
46052025-01-31T04:54:13.871Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0255296ae962fb92 -C extra-filename=-0255296ae962fb92 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rmeta --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rmeta --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rmeta --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46062025-01-31T04:54:14.232Z Compiling ghash v0.5.1
46072025-01-31T04:54:14.269Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ghash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("std", "zeroize"))' -C metadata=9b96054af682bfc9 -C extra-filename=-9b96054af682bfc9 --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-bf5e609c1193dde6.rmeta --extern polyval=/work/oxidecomputer/omicron/target/debug/deps/libpolyval-445ad93743ed7452.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46082025-01-31T04:54:14.428Z Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
46092025-01-31T04:54:14.431Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=301cc6e146637edb -C extra-filename=-301cc6e146637edb --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-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46102025-01-31T04:54:15.920Z Compiling ctr v0.9.2
46112025-01-31T04:54:15.923Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ctr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "block-padding", "std", "zeroize"))' -C metadata=5e9406831757e24e -C extra-filename=-5e9406831757e24e --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46122025-01-31T04:54:16.248Z Compiling target-lexicon v0.12.16
46132025-01-31T04:54:16.250Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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 --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=04603f701d70e00f -C extra-filename=-04603f701d70e00f --out-dir /work/oxidecomputer/omicron/target/debug/build/target-lexicon-04603f701d70e00f -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46142025-01-31T04:54:17.226Z Compiling async-task v4.7.1
46152025-01-31T04:54:17.228Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_task --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-task-4.7.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "portable-atomic", "std"))' -C metadata=9a53ab6544d9f8bb -C extra-filename=-9a53ab6544d9f8bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46162025-01-31T04:54:17.726Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2f28e153897e8d24 -C extra-filename=-2f28e153897e8d24 --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-ef3170ce2df43b61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
46172025-01-31T04:54:19.138Z Compiling doc-comment v0.3.3
46182025-01-31T04:54:19.141Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=69e191ef3a001bff -C extra-filename=-69e191ef3a001bff --out-dir /work/oxidecomputer/omicron/target/debug/build/doc-comment-69e191ef3a001bff -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46192025-01-31T04:54:19.763Z Running `/work/oxidecomputer/omicron/target/debug/build/doc-comment-69e191ef3a001bff/build-script-build`
46202025-01-31T04:54:19.950Z Running `/work/oxidecomputer/omicron/target/debug/build/target-lexicon-04603f701d70e00f/build-script-build`
46212025-01-31T04:54:20.041Z Compiling aes-gcm v0.10.3
46222025-01-31T04:54:20.044Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name aes_gcm --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes", "alloc", "arrayvec", "default", "getrandom", "heapless", "rand_core", "std", "stream", "zeroize"))' -C metadata=a014eae9612d578a -C extra-filename=-a014eae9612d578a --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-c5d244ba91c5af8b.rmeta --extern aes=/work/oxidecomputer/omicron/target/debug/deps/libaes-708b609aec160fbb.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern ghash=/work/oxidecomputer/omicron/target/debug/deps/libghash-9b96054af682bfc9.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46232025-01-31T04:54:20.386Z Compiling async-channel v2.3.1
46242025-01-31T04:54:20.389Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-2.3.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=feb21fbb6e25d809 -C extra-filename=-feb21fbb6e25d809 --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-166a7b205de3bd64.rmeta --extern event_listener_strategy=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener_strategy-cc223c8364377365.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46252025-01-31T04:54:20.755Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
46262025-01-31T04:54:20.758Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7c6c4cee544d922a -C extra-filename=-7c6c4cee544d922a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rmeta --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46272025-01-31T04:54:22.461Z Compiling piper v0.2.4
46282025-01-31T04:54:22.490Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name piper --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/piper-0.2.4/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="futures-io"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "futures-io", "portable-atomic", "portable-atomic-util", "portable_atomic_crate", "std"))' -C metadata=6cae4a3306b7d2d7 -C extra-filename=-6cae4a3306b7d2d7 --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-51ef279ec708937a.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46292025-01-31T04:54:22.866Z Compiling ssh-encoding v0.2.0
46302025-01-31T04:54:22.869Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_encoding --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "base64", "bytes", "pem", "sha2", "std"))' -C metadata=14f36300a7c46954 -C extra-filename=-14f36300a7c46954 --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-9bf41bc36b79b4aa.rmeta --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46312025-01-31T04:54:23.208Z Compiling blowfish v0.9.1
46322025-01-31T04:54:23.208Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name blowfish --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bcrypt", "zeroize"))' -C metadata=7c9646a3a5d75124 -C extra-filename=-7c9646a3a5d75124 --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-74b89f0a9d262c25.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46332025-01-31T04:54:23.361Z Compiling assert_cmd v2.0.16
46342025-01-31T04:54:23.361Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=31c5e845c8f392f8 -C extra-filename=-31c5e845c8f392f8 --out-dir /work/oxidecomputer/omicron/target/debug/build/assert_cmd-31c5e845c8f392f8 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46352025-01-31T04:54:23.686Z Compiling guppy-workspace-hack v0.1.0
46362025-01-31T04:54:23.689Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=3e47488a90fe4284 -C extra-filename=-3e47488a90fe4284 --out-dir /work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3e47488a90fe4284 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46372025-01-31T04:54:23.824Z Running `/work/oxidecomputer/omicron/target/debug/build/assert_cmd-31c5e845c8f392f8/build-script-build`
46382025-01-31T04:54:23.863Z Compiling bcrypt-pbkdf v0.10.0
46392025-01-31T04:54:23.866Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bcrypt_pbkdf --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "std", "zeroize"))' -C metadata=de10c362724ddf0a -C extra-filename=-de10c362724ddf0a --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-7c9646a3a5d75124.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-d3f05e90bd681634.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46402025-01-31T04:54:24.048Z Running `/work/oxidecomputer/omicron/target/debug/build/guppy-workspace-hack-3e47488a90fe4284/build-script-build`
46412025-01-31T04:54:24.086Z Compiling ssh-cipher v0.2.0
46422025-01-31T04:54:24.089Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_cipher --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("aes-cbc", "aes-ctr", "aes-gcm", "chacha20poly1305", "std", "tdes"))' -C metadata=75a8d6d73a900d11 -C extra-filename=-75a8d6d73a900d11 --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-708b609aec160fbb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a014eae9612d578a.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46432025-01-31T04:54:24.476Z Compiling blocking v1.6.1
46442025-01-31T04:54:24.484Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name blocking --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blocking-1.6.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("tracing"))' -C metadata=beb1fe73b98a8594 -C extra-filename=-beb1fe73b98a8594 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-feb21fbb6e25d809.rmeta --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9a53ab6544d9f8bb.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern piper=/work/oxidecomputer/omicron/target/debug/deps/libpiper-6cae4a3306b7d2d7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46452025-01-31T04:54:25.085Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name target_lexicon --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-lexicon-0.12.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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("arch_zkasm", "default", "serde", "serde_support", "std"))' -C metadata=67f9d5ef8a1a7d6a -C extra-filename=-67f9d5ef8a1a7d6a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --cfg 'feature="rust_1_40"'`
46462025-01-31T04:54:25.445Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name doc_comment --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/doc-comment-0.3.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("no_core", "old_macros"))' -C metadata=3ead9a76bbdc7278 -C extra-filename=-3ead9a76bbdc7278 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46472025-01-31T04:54:25.576Z Compiling async-executor v1.13.1
46482025-01-31T04:54:25.580Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-executor-1.13.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("static"))' -C metadata=875c3f9f437101c6 -C extra-filename=-875c3f9f437101c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_task=/work/oxidecomputer/omicron/target/debug/deps/libasync_task-9a53ab6544d9f8bb.rmeta --extern concurrent_queue=/work/oxidecomputer/omicron/target/debug/deps/libconcurrent_queue-166a7b205de3bd64.rmeta --extern fastrand=/work/oxidecomputer/omicron/target/debug/deps/libfastrand-6d59732b8af0ca7e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46492025-01-31T04:54:25.819Z Compiling async-signal v0.2.10
46502025-01-31T04:54:25.822Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_signal --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-signal-0.2.10/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce2df464dfd62c38 -C extra-filename=-ce2df464dfd62c38 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern signal_hook_registry=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_registry-5ef8bd89a825837a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46512025-01-31T04:54:26.187Z Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
46522025-01-31T04:54:26.190Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d260e9530a41c311 -C extra-filename=-d260e9530a41c311 --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-c6e3260a4cbe5cfb.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46532025-01-31T04:54:26.371Z Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
46542025-01-31T04:54:26.409Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f35f2de16cd66b96 -C extra-filename=-f35f2de16cd66b96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46552025-01-31T04:54:27.470Z Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
46562025-01-31T04:54:27.474Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a429d65999225a9c -C extra-filename=-a429d65999225a9c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46572025-01-31T04:54:29.775Z Compiling password-hash v0.4.2
46582025-01-31T04:54:29.778Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name password_hash --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("alloc", "default", "rand_core", "std"))' -C metadata=a934b381ba812fe1 -C extra-filename=-a934b381ba812fe1 --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-9bf41bc36b79b4aa.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46592025-01-31T04:54:30.668Z Compiling futures-timer v3.0.3
46602025-01-31T04:54:30.674Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name futures_timer --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("gloo-timers", "send_wrapper", "wasm-bindgen"))' -C metadata=4b440d1209cd2361 -C extra-filename=-4b440d1209cd2361 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46612025-01-31T04:54:30.857Z Compiling target-spec v3.2.2
46622025-01-31T04:54:30.866Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=a89adb18041406bb -C extra-filename=-a89adb18041406bb --out-dir /work/oxidecomputer/omicron/target/debug/build/target-spec-a89adb18041406bb -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46632025-01-31T04:54:31.394Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libgit2_sys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libgit2-sys-0.17.0+1.8.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)' --check-cfg 'cfg(feature, values("https", "libssh2-sys", "openssl-sys", "ssh", "ssh_key_from_memory", "vendored", "vendored-openssl", "zlib-ng-compat"))' -C metadata=c65572b28dbd4ee1 -C extra-filename=-c65572b28dbd4ee1 --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-98124fae94d5c163.rmeta --extern libz_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibz_sys-869e8c7994f0f63a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -l static=git2 -L native=/usr/lib/amd64 --cfg libgit2_vendored`
46642025-01-31T04:54:31.457Z Compiling event-listener v2.5.3
46652025-01-31T04:54:31.460Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name event_listener --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/event-listener-2.5.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dcda6e630b3ba15 -C extra-filename=-6dcda6e630b3ba15 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46662025-01-31T04:54:31.500Z Running `/work/oxidecomputer/omicron/target/debug/build/target-spec-a89adb18041406bb/build-script-build`
46672025-01-31T04:54:31.517Z Compiling pbkdf2 v0.11.0
46682025-01-31T04:54:31.519Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pbkdf2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "hmac", "parallel", "password-hash", "rayon", "sha1", "sha2", "simple", "std"))' -C metadata=eed6576b69bdeba9 -C extra-filename=-eed6576b69bdeba9 --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-c1a84befa7c7dca3.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern password_hash=/work/oxidecomputer/omicron/target/debug/deps/libpassword_hash-a934b381ba812fe1.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46692025-01-31T04:54:31.914Z Compiling git2 v0.19.0
46702025-01-31T04:54:31.916Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name git2 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/git2-0.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)' --check-cfg 'cfg(feature, values("default", "https", "openssl-probe", "openssl-sys", "ssh", "ssh_key_from_memory", "unstable", "vendored-libgit2", "vendored-openssl", "zlib-ng-compat"))' -C metadata=f342368611f91395 -C extra-filename=-f342368611f91395 --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-b6414318a57462a7.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern libgit2_sys=/work/oxidecomputer/omicron/target/debug/deps/liblibgit2_sys-c65572b28dbd4ee1.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/usr/lib/amd64`
46712025-01-31T04:54:31.939Z Compiling async-channel v1.9.0
46722025-01-31T04:54:31.942Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_channel --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-channel-1.9.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b7d36bcc9abd3927 -C extra-filename=-b7d36bcc9abd3927 --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-166a7b205de3bd64.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-6dcda6e630b3ba15.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46732025-01-31T04:54:32.030Z Compiling async-process v2.3.0
46742025-01-31T04:54:32.033Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_process --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-process-2.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --warn=unexpected_cfgs --check-cfg 'cfg(async_process_force_signal_backend)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa18be3e166f33c6 -C extra-filename=-aa18be3e166f33c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern async_signal=/work/oxidecomputer/omicron/target/debug/deps/libasync_signal-ce2df464dfd62c38.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern event_listener=/work/oxidecomputer/omicron/target/debug/deps/libevent_listener-2edbded808a5f7e4.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46752025-01-31T04:54:32.280Z Compiling async-global-executor v2.4.1
46762025-01-31T04:54:32.337Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_global_executor --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-global-executor-2.4.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="async-io"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-io", "default", "tokio", "tokio-crate", "tokio02", "tokio02-crate", "tokio03", "tokio03-crate"))' -C metadata=ffeafdb99c7a634c -C extra-filename=-ffeafdb99c7a634c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-feb21fbb6e25d809.rmeta --extern async_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_executor-875c3f9f437101c6.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern blocking=/work/oxidecomputer/omicron/target/debug/deps/libblocking-beb1fe73b98a8594.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46772025-01-31T04:54:33.336Z Compiling cfg-expr v0.17.0
46782025-01-31T04:54:33.341Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cfg_expr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cfg-expr-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="default"' --cfg 'feature="target-lexicon"' --cfg 'feature="targets"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "target-lexicon", "targets"))' -C metadata=136b1514f1806203 -C extra-filename=-136b1514f1806203 --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-523e7ace5c258ae5.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-67f9d5ef8a1a7d6a.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46792025-01-31T04:54:33.806Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_cmd --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.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=rust_2018_idioms '--warn=clippy::zero_sized_map_values' '--warn=clippy::wildcard_imports' '--warn=clippy::verbose_file_reads' --warn=unused_qualifications --warn=unused_macro_rules --warn=unused_lifetimes --warn=unsafe_op_in_unsafe_fn --warn=unreachable_pub '--warn=clippy::trait_duplication_in_bounds' '--warn=clippy::todo' '--warn=clippy::string_to_string' '--warn=clippy::string_lit_as_bytes' '--warn=clippy::string_add_assign' '--warn=clippy::string_add' '--warn=clippy::str_to_string' '--warn=clippy::semicolon_if_nothing_returned' '--warn=clippy::self_named_module_files' '--warn=clippy::same_functions_in_if_condition' '--warn=clippy::rest_pat_in_fully_bound_structs' '--warn=clippy::ref_option_ref' '--warn=clippy::redundant_feature_names' '--warn=clippy::rc_mutex' '--warn=clippy::ptr_as_ptr' '--warn=clippy::path_buf_push_overwrite' '--warn=clippy::negative_feature_names' '--warn=clippy::needless_for_each' '--warn=clippy::needless_continue' '--warn=clippy::mutex_integer' '--warn=clippy::mem_forget' '--warn=clippy::macro_use_imports' '--warn=clippy::lossy_float_literal' '--warn=clippy::linkedlist' '--allow=clippy::let_and_return' '--warn=clippy::large_types_passed_by_value' '--warn=clippy::large_stack_arrays' '--warn=clippy::large_digit_groups' '--warn=clippy::invalid_upcast_comparisons' '--warn=clippy::infinite_loop' '--warn=clippy::inefficient_to_string' '--warn=clippy::inconsistent_struct_constructor' '--warn=clippy::imprecise_flops' '--warn=clippy::implicit_clone' '--allow=clippy::if_same_then_else' '--warn=clippy::from_iter_instead_of_collect' '--warn=clippy::fn_params_excessive_bools' '--warn=clippy::float_cmp_const' '--warn=clippy::flat_map_option' '--warn=clippy::filter_map_next' '--warn=clippy::fallible_impl_from' '--warn=clippy::explicit_into_iter_loop' '--warn=clippy::explicit_deref_methods' '--warn=clippy::expl_impl_clone_on_copy' '--warn=clippy::enum_glob_use' '--warn=clippy::empty_enum' '--warn=clippy::doc_markdown' '--warn=clippy::debug_assert_with_mut_call' '--warn=clippy::dbg_macro' '--warn=clippy::create_dir' '--allow=clippy::collapsible_else_if' '--warn=clippy::checked_conversions' '--allow=clippy::branches_sharing_code' '--allow=clippy::bool_assert_comparison' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("color", "color-auto"))' -C metadata=242b389340f5bb7a -C extra-filename=-242b389340f5bb7a --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-5a89573be83a4361.rmeta --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rmeta --extern doc_comment=/work/oxidecomputer/omicron/target/debug/deps/libdoc_comment-3ead9a76bbdc7278.rmeta --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rmeta --extern predicates_core=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_core-75c4a740e25c3d5a.rmeta --extern predicates_tree=/work/oxidecomputer/omicron/target/debug/deps/libpredicates_tree-7de97282a9758923.rmeta --extern wait_timeout=/work/oxidecomputer/omicron/target/debug/deps/libwait_timeout-b861fe3c5651ae15.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46802025-01-31T04:54:34.697Z Compiling ssh-key v0.6.6
46812025-01-31T04:54:34.700Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ssh_key --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ssh-key-0.6.6/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="ecdsa"' --cfg 'feature="ed25519"' --cfg 'feature="encryption"' --cfg 'feature="rand_core"' --cfg 'feature="rsa"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "crypto", "default", "dsa", "ecdsa", "ed25519", "encryption", "getrandom", "p256", "p384", "p521", "rand_core", "rsa", "serde", "std", "tdes"))' -C metadata=f63de91cf3567bd5 -C extra-filename=-f63de91cf3567bd5 --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-de10c362724ddf0a.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern signature=/work/oxidecomputer/omicron/target/debug/deps/libsignature-1412253b75507a5a.rmeta --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libssh_cipher-75a8d6d73a900d11.rmeta --extern encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46822025-01-31T04:54:35.129Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy_workspace_hack --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=39cd2f39de6895e6 -C extra-filename=-39cd2f39de6895e6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46832025-01-31T04:54:35.280Z Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
46842025-01-31T04:54:35.284Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=15f20e364ade0119 -C extra-filename=-15f20e364ade0119 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
46852025-01-31T04:54:36.188Z Compiling p256 v0.13.2
46862025-01-31T04:54:36.196Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name p256 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e5da7e4123d03559 -C extra-filename=-e5da7e4123d03559 --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-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46872025-01-31T04:54:36.979Z Compiling p521 v0.13.3
46882025-01-31T04:54:36.984Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name p521 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=19f5b7097469bf6f -C extra-filename=-19f5b7097469bf6f --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-2bae47673a4d3340.rmeta --extern ecdsa_core=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern primeorder=/work/oxidecomputer/omicron/target/debug/deps/libprimeorder-662ff0f20248bf6f.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46892025-01-31T04:54:38.900Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name vergen --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/vergen-8.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="cargo"' --cfg 'feature="cargo_metadata"' --cfg 'feature="cfg-if"' --cfg 'feature="default"' --cfg 'feature="git"' --cfg 'feature="git2"' --cfg 'feature="git2-rs"' --cfg 'feature="regex"' --cfg 'feature="rustc"' --cfg 'feature="rustc_version"' --cfg 'feature="time"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("build", "cargo", "cargo_metadata", "cfg-if", "default", "git", "git2", "git2-rs", "gitcl", "gitoxide", "gix", "regex", "rustc", "rustc_version", "si", "sysinfo", "time", "unstable"))' -C metadata=0df9da7f7e3ea8e3 -C extra-filename=-0df9da7f7e3ea8e3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern git2_rs=/work/oxidecomputer/omicron/target/debug/deps/libgit2-f342368611f91395.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rmeta --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/usr/lib/amd64 --cfg stable --check-cfg 'cfg(coverage_nightly)' --check-cfg 'cfg(nightly)' --check-cfg 'cfg(beta)' --check-cfg 'cfg(stable)'`
46902025-01-31T04:54:39.347Z Compiling petname v2.0.2
46912025-01-31T04:54:39.351Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=d190bf43fa526a15 -C extra-filename=-d190bf43fa526a15 --out-dir /work/oxidecomputer/omicron/target/debug/build/petname-d190bf43fa526a15 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46922025-01-31T04:54:40.560Z Compiling async-attributes v1.1.2
46932025-01-31T04:54:40.563Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_attributes --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-attributes-1.1.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d2c353ec52211b22 -C extra-filename=-d2c353ec52211b22 --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-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-354642de07ee916c.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46942025-01-31T04:54:40.619Z Compiling num_cpus v1.16.0
46952025-01-31T04:54:40.755Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_cpus --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/num_cpus-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2891beb9d0a9e92c -C extra-filename=-2891beb9d0a9e92c --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
46962025-01-31T04:54:40.758Z Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
46972025-01-31T04:54:40.781Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=febcb9d6a5195327 -C extra-filename=-febcb9d6a5195327 --out-dir /work/oxidecomputer/omicron/target/debug/build/crucible-common-febcb9d6a5195327 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern vergen=/work/oxidecomputer/omicron/target/debug/deps/libvergen-0df9da7f7e3ea8e3.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/usr/lib/amd64`
46982025-01-31T04:54:40.784Z Compiling russh-cryptovec v0.7.3
46992025-01-31T04:54:40.784Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_cryptovec --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=fca66fdd75b0b60b -C extra-filename=-fca66fdd75b0b60b --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47002025-01-31T04:54:41.128Z Compiling kv-log-macro v1.0.7
47012025-01-31T04:54:41.130Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name kv_log_macro --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/kv-log-macro-1.0.7/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=667c39cb33671cad -C extra-filename=-667c39cb33671cad --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-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47022025-01-31T04:54:41.376Z Compiling md5 v0.7.0
47032025-01-31T04:54:41.379Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name md5 --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "std"))' -C metadata=de936ac0e1cac2de -C extra-filename=-de936ac0e1cac2de --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47042025-01-31T04:54:41.600Z Compiling async-std v1.13.0
47052025-01-31T04:54:41.602Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_std --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-std-1.13.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="alloc"' --cfg 'feature="async-attributes"' --cfg 'feature="async-channel"' --cfg 'feature="async-global-executor"' --cfg 'feature="async-io"' --cfg 'feature="async-lock"' --cfg 'feature="async-process"' --cfg 'feature="attributes"' --cfg 'feature="crossbeam-utils"' --cfg 'feature="default"' --cfg 'feature="futures-channel"' --cfg 'feature="futures-core"' --cfg 'feature="futures-io"' --cfg 'feature="futures-lite"' --cfg 'feature="gloo-timers"' --cfg 'feature="kv-log-macro"' --cfg 'feature="log"' --cfg 'feature="memchr"' --cfg 'feature="once_cell"' --cfg 'feature="pin-project-lite"' --cfg 'feature="pin-utils"' --cfg 'feature="slab"' --cfg 'feature="std"' --cfg 'feature="unstable"' --cfg 'feature="wasm-bindgen-futures"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "async-attributes", "async-channel", "async-global-executor", "async-io", "async-lock", "async-process", "attributes", "crossbeam-utils", "default", "docs", "futures-channel", "futures-core", "futures-io", "futures-lite", "gloo-timers", "io_safety", "kv-log-macro", "log", "memchr", "once_cell", "pin-project-lite", "pin-utils", "slab", "std", "surf", "tokio02", "tokio03", "tokio1", "unstable", "wasm-bindgen-futures"))' -C metadata=7b838101e182d47b -C extra-filename=-7b838101e182d47b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_attributes=/work/oxidecomputer/omicron/target/debug/deps/libasync_attributes-d2c353ec52211b22.so --extern async_channel=/work/oxidecomputer/omicron/target/debug/deps/libasync_channel-b7d36bcc9abd3927.rmeta --extern async_global_executor=/work/oxidecomputer/omicron/target/debug/deps/libasync_global_executor-ffeafdb99c7a634c.rmeta --extern async_io=/work/oxidecomputer/omicron/target/debug/deps/libasync_io-2eb1a88724eee6c4.rmeta --extern async_lock=/work/oxidecomputer/omicron/target/debug/deps/libasync_lock-81d03f2a2c9591b5.rmeta --extern async_process=/work/oxidecomputer/omicron/target/debug/deps/libasync_process-aa18be3e166f33c6.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rmeta --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rmeta --extern futures_lite=/work/oxidecomputer/omicron/target/debug/deps/libfutures_lite-2e3d2ecfffc6c7f4.rmeta --extern kv_log_macro=/work/oxidecomputer/omicron/target/debug/deps/libkv_log_macro-667c39cb33671cad.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pin_project_lite=/work/oxidecomputer/omicron/target/debug/deps/libpin_project_lite-a964f36d52583bc5.rmeta --extern pin_utils=/work/oxidecomputer/omicron/target/debug/deps/libpin_utils-adfca7acc6d3ae3e.rmeta --extern slab=/work/oxidecomputer/omicron/target/debug/deps/libslab-5ff6f1baf5ed1f82.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47062025-01-31T04:54:41.924Z Compiling russh-keys v0.45.0
47072025-01-31T04:54:41.927Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name russh_keys --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl", "yasna"))' -C metadata=1096855d486e709f -C extra-filename=-1096855d486e709f --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-708b609aec160fbb.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcrypt_pbkdf=/work/oxidecomputer/omicron/target/debug/deps/libbcrypt_pbkdf-de10c362724ddf0a.rmeta --extern block_padding=/work/oxidecomputer/omicron/target/debug/deps/libblock_padding-2e2897d64e52e6cd.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern data_encoding=/work/oxidecomputer/omicron/target/debug/deps/libdata_encoding-3be45ffcb0b42af9.rmeta --extern der=/work/oxidecomputer/omicron/target/debug/deps/libder-7574fbcdd472cb64.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rmeta --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern home=/work/oxidecomputer/omicron/target/debug/deps/libhome-2caee24cfb5087dd.rmeta --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern md5=/work/oxidecomputer/omicron/target/debug/deps/libmd5-de936ac0e1cac2de.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e5da7e4123d03559.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-19f5b7097469bf6f.rmeta --extern pbkdf2=/work/oxidecomputer/omicron/target/debug/deps/libpbkdf2-eed6576b69bdeba9.rmeta --extern pkcs1=/work/oxidecomputer/omicron/target/debug/deps/libpkcs1-115ed42f519e88ca.rmeta --extern pkcs5=/work/oxidecomputer/omicron/target/debug/deps/libpkcs5-9801172722602ad7.rmeta --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-fca66fdd75b0b60b.rmeta --extern sec1=/work/oxidecomputer/omicron/target/debug/deps/libsec1-787bcd716ffbd5fe.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern spki=/work/oxidecomputer/omicron/target/debug/deps/libspki-58e57b055bea531e.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f63de91cf3567bd5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern typenum=/work/oxidecomputer/omicron/target/debug/deps/libtypenum-35c09d922ee07e63.rmeta --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47082025-01-31T04:54:42.123Z Compiling threadpool v1.8.1
47092025-01-31T04:54:42.126Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name threadpool --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/threadpool-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=944879a35e83b434 -C extra-filename=-944879a35e83b434 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern num_cpus=/work/oxidecomputer/omicron/target/debug/deps/libnum_cpus-2891beb9d0a9e92c.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47102025-01-31T04:54:42.775Z Running `/work/oxidecomputer/omicron/target/debug/build/crucible-common-febcb9d6a5195327/build-script-build`
47112025-01-31T04:54:42.862Z Running `/work/oxidecomputer/omicron/target/debug/build/petname-d190bf43fa526a15/build-script-build`
47122025-01-31T04:54:43.236Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name target_spec --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-spec-3.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 --warn=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("custom", "proptest", "proptest1", "summaries"))' -C metadata=7d63b517302a5808 -C extra-filename=-7d63b517302a5808 --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-136b1514f1806203.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-39cd2f39de6895e6.rmeta --extern target_lexicon=/work/oxidecomputer/omicron/target/debug/deps/libtarget_lexicon-67f9d5ef8a1a7d6a.rmeta --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47132025-01-31T04:54:43.945Z Compiling polar-core v0.27.3
47142025-01-31T04:54:43.949Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=b8890147b4fdda0c -C extra-filename=-b8890147b4fdda0c --out-dir /work/oxidecomputer/omicron/target/debug/build/polar-core-b8890147b4fdda0c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern lalrpop=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop-6cef74bb32bb8c33.rlib --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47152025-01-31T04:54:44.115Z Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
47162025-01-31T04:54:44.118Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9152cb7c708ea179 -C extra-filename=-9152cb7c708ea179 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47172025-01-31T04:54:44.442Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crucible_common --edition=2021 /home/build/.cargo/git/checkouts/crucible-f3b5bdecdc6486d6/86a2ce1/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)' --check-cfg 'cfg(feature, values())' -C metadata=87a3cf4d04968aae -C extra-filename=-87a3cf4d04968aae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atty=/work/oxidecomputer/omicron/target/debug/deps/libatty-99ef1ae1cc2bfe77.rmeta --extern crucible_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_workspace_hack-ab60c520681faecc.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rmeta --extern nix=/work/oxidecomputer/omicron/target/debug/deps/libnix-299c308faf57bd3e.rmeta --extern rusqlite=/work/oxidecomputer/omicron/target/debug/deps/librusqlite-eee6ae6493299a3e.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-38ff84c8b2c31b7d.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-21f03891a7a00582.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern twox_hash=/work/oxidecomputer/omicron/target/debug/deps/libtwox_hash-2a9e2047041b0543.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/lib/amd64`
47182025-01-31T04:54:45.570Z Compiling installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
47192025-01-31T04:54:45.595Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53c2423de85a6b14 -C extra-filename=-53c2423de85a6b14 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rmeta --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47202025-01-31T04:54:45.596Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
47212025-01-31T04:54:45.599Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5162289ef0b2e7ff -C extra-filename=-5162289ef0b2e7ff --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-21ea866390417d2b.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47222025-01-31T04:54:45.701Z Running `/work/oxidecomputer/omicron/target/debug/build/polar-core-b8890147b4fdda0c/build-script-build`
47232025-01-31T04:54:45.732Z Compiling httptest v0.16.1
47242025-01-31T04:54:45.735Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name httptest --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httptest-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 --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=98baf70c400d6d14 -C extra-filename=-98baf70c400d6d14 --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-a80f3c63828065bb.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern crossbeam_channel=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_channel-f60384c24350b8e8.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47252025-01-31T04:54:46.142Z Compiling num-bigint v0.4.6
47262025-01-31T04:54:46.165Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name num_bigint --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("arbitrary", "default", "quickcheck", "rand", "serde", "std"))' -C metadata=83099df24705c79e -C extra-filename=-83099df24705c79e --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-b0d739eb4cd74a4c.rmeta --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47272025-01-31T04:54:47.078Z Compiling pathdiff v0.2.2
47282025-01-31T04:54:47.080Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name pathdiff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/pathdiff-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="camino"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("camino"))' -C metadata=043027adebaf4776 -C extra-filename=-043027adebaf4776 --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-21ea866390417d2b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47292025-01-31T04:54:47.281Z Compiling rustls-native-certs v0.7.3
47302025-01-31T04:54:47.285Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rustls_native_certs --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rustls-native-certs-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)' --check-cfg 'cfg(feature, values())' -C metadata=6fa9b9da92e646b5 -C extra-filename=-6fa9b9da92e646b5 --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-19e68c2f6b84a5f5.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47312025-01-31T04:54:47.544Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name polar_core --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default"))' -C metadata=94c33826a454b010 -C extra-filename=-94c33826a454b010 --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-f95ff61e5403be08.so --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern strum_macros=/work/oxidecomputer/omicron/target/debug/deps/libstrum_macros-89c31bd695e9bc36.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47322025-01-31T04:54:47.878Z Compiling des v0.8.1
47332025-01-31T04:54:47.880Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name des --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("zeroize"))' -C metadata=baa43755ef8167d1 -C extra-filename=-baa43755ef8167d1 --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-d621aedafa1a4a74.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47342025-01-31T04:54:48.245Z Compiling dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47352025-01-31T04:54:48.280Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto_macros --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/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)' --check-cfg 'cfg(feature, values())' -C metadata=c2d72c3f75d80b32 -C extra-filename=-c2d72c3f75d80b32 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47362025-01-31T04:54:48.451Z Compiling nested v0.1.1
47372025-01-31T04:54:48.453Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nested --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=4ec75cac6dda8242 -C extra-filename=-4ec75cac6dda8242 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47382025-01-31T04:54:48.783Z Compiling escape8259 v0.5.3
47392025-01-31T04:54:48.786Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name escape8259 --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=f4053c7dfabdeab7 -C extra-filename=-f4053c7dfabdeab7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47402025-01-31T04:54:49.211Z Compiling libtest-mimic v0.7.3
47412025-01-31T04:54:49.221Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name libtest_mimic --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/libtest-mimic-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)' --check-cfg 'cfg(feature, values())' -C metadata=bf184e328746cebf -C extra-filename=-bf184e328746cebf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern escape8259=/work/oxidecomputer/omicron/target/debug/deps/libescape8259-f4053c7dfabdeab7.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --extern threadpool=/work/oxidecomputer/omicron/target/debug/deps/libthreadpool-944879a35e83b434.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47422025-01-31T04:54:49.224Z Compiling dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
47432025-01-31T04:54:49.224Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcproto --edition=2021 /home/build/.cargo/git/checkouts/dhcproto-5f8e80f362f839f6/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=b26b8dc76ec36768 -C extra-filename=-b26b8dc76ec36768 --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-c2d72c3f75d80b32.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rmeta --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47442025-01-31T04:54:50.411Z Compiling russh v0.45.0
47452025-01-31T04:54:50.445Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name russh --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "flate2", "legacy-ed25519-pkcs8-parser", "openssl", "vendored-openssl"))' -C metadata=8b16b8e92eae7c0c -C extra-filename=-8b16b8e92eae7c0c --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-708b609aec160fbb.rmeta --extern aes_gcm=/work/oxidecomputer/omicron/target/debug/deps/libaes_gcm-a014eae9612d578a.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bitflags=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rmeta --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rmeta --extern cbc=/work/oxidecomputer/omicron/target/debug/deps/libcbc-bba9c387716fb8e5.rmeta --extern chacha20=/work/oxidecomputer/omicron/target/debug/deps/libchacha20-b208d0fd694a3c26.rmeta --extern ctr=/work/oxidecomputer/omicron/target/debug/deps/libctr-5e9406831757e24e.rmeta --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rmeta --extern des=/work/oxidecomputer/omicron/target/debug/deps/libdes-baa43755ef8167d1.rmeta --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rmeta --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rmeta --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rmeta --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern num_bigint=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint-83099df24705c79e.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern p256=/work/oxidecomputer/omicron/target/debug/deps/libp256-e5da7e4123d03559.rmeta --extern p384=/work/oxidecomputer/omicron/target/debug/deps/libp384-e32b52ae485c6bca.rmeta --extern p521=/work/oxidecomputer/omicron/target/debug/deps/libp521-19f5b7097469bf6f.rmeta --extern poly1305=/work/oxidecomputer/omicron/target/debug/deps/libpoly1305-cb0d24dbfe265f4e.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rmeta --extern russh_cryptovec=/work/oxidecomputer/omicron/target/debug/deps/librussh_cryptovec-fca66fdd75b0b60b.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rmeta --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern ssh_encoding=/work/oxidecomputer/omicron/target/debug/deps/libssh_encoding-14f36300a7c46954.rmeta --extern ssh_key=/work/oxidecomputer/omicron/target/debug/deps/libssh_key-f63de91cf3567bd5.rmeta --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47462025-01-31T04:54:50.741Z Compiling guppy v0.17.8
47472025-01-31T04:54:50.743Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name guppy --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/guppy-0.17.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=unexpected_cfgs --check-cfg 'cfg(doc_cfg)' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("guppy-summaries", "proptest", "proptest-derive", "proptest1", "rayon", "rayon1", "summaries", "toml"))' -C metadata=29a4567af770dab8 -C extra-filename=-29a4567af770dab8 --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-6f081ff1d53178a3.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern fixedbitset=/work/oxidecomputer/omicron/target/debug/deps/libfixedbitset-ed381db068edd205.rmeta --extern guppy_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libguppy_workspace_hack-39cd2f39de6895e6.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern nested=/work/oxidecomputer/omicron/target/debug/deps/libnested-4ec75cac6dda8242.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pathdiff=/work/oxidecomputer/omicron/target/debug/deps/libpathdiff-043027adebaf4776.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern target_spec=/work/oxidecomputer/omicron/target/debug/deps/libtarget_spec-7d63b517302a5808.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47482025-01-31T04:54:51.118Z Compiling hyper-rustls v0.26.0
47492025-01-31T04:54:51.121Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name hyper_rustls --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/hyper-rustls-0.26.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="http1"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="native-tokio"' --cfg 'feature="ring"' --cfg 'feature="rustls-native-certs"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "http1", "http2", "log", "logging", "native-tokio", "ring", "rustls-native-certs", "tls12", "webpki-roots", "webpki-tokio"))' -C metadata=f03525fdb75e43e0 -C extra-filename=-f03525fdb75e43e0 --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-4a9c8f39d18c879d.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_native_certs=/work/oxidecomputer/omicron/target/debug/deps/librustls_native_certs-6fa9b9da92e646b5.rmeta --extern pki_types=/work/oxidecomputer/omicron/target/debug/deps/librustls_pki_types-f6af13ebaa95f0a6.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-f203f604d8370e04.rmeta --extern tower_service=/work/oxidecomputer/omicron/target/debug/deps/libtower_service-11786c340eeec091.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/`
47502025-01-31T04:54:51.680Z Compiling async-object-pool v0.1.5
47512025-01-31T04:54:51.683Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name async_object_pool --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/async-object-pool-0.1.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d1eec5ccc6df6605 -C extra-filename=-d1eec5ccc6df6605 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7b838101e182d47b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47522025-01-31T04:54:51.906Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name petname --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("clap", "default", "default-rng", "default-words"))' -C metadata=e32ed72d91ab116f -C extra-filename=-e32ed72d91ab116f --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-4e1578fe158d10c2.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47532025-01-31T04:54:52.452Z Compiling fancy-regex v0.13.0
47542025-01-31T04:54:52.455Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name fancy_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/fancy-regex-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="perf"' --cfg 'feature="std"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "perf", "std", "track_caller", "unicode"))' -C metadata=43e22a9387affddd -C extra-filename=-43e22a9387affddd --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-9d19b3807544ab5a.rmeta --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rmeta --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47552025-01-31T04:54:54.125Z Compiling rstest_macros v0.23.0
47562025-01-31T04:54:54.128Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-0.23.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)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=a79f3fe4e8f646a1 -C extra-filename=-a79f3fe4e8f646a1 --out-dir /work/oxidecomputer/omicron/target/debug/build/rstest_macros-a79f3fe4e8f646a1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern rustc_version=/work/oxidecomputer/omicron/target/debug/deps/librustc_version-127e78bd12e05294.rlib --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47572025-01-31T04:54:54.535Z Compiling assert-json-diff v2.0.2
47582025-01-31T04:54:54.538Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name assert_json_diff --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=35ace3b4101b3162 -C extra-filename=-35ace3b4101b3162 --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-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47592025-01-31T04:54:54.764Z Compiling serde_regex v1.1.0
47602025-01-31T04:54:54.767Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name serde_regex --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=55b747b59f761e1b -C extra-filename=-55b747b59f761e1b --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-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47612025-01-31T04:54:55.104Z Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
47622025-01-31T04:54:55.107Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ispf --edition=2018 /home/build/.cargo/git/checkouts/ispf-c858ba521079d51a/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)' --check-cfg 'cfg(feature, values())' -C metadata=2b61adaff3d741dd -C extra-filename=-2b61adaff3d741dd --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47632025-01-31T04:54:55.367Z Compiling path-tree v0.8.1
47642025-01-31T04:54:55.370Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name path_tree --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/path-tree-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f8eed396b5ab8df -C extra-filename=-6f8eed396b5ab8df --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-523e7ace5c258ae5.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47652025-01-31T04:54:55.565Z Compiling internet-checksum v0.2.1
47662025-01-31T04:54:55.601Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name internet_checksum --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("benchmark"))' -C metadata=5b3aa781fd735fae -C extra-filename=-5b3aa781fd735fae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47672025-01-31T04:54:55.808Z Compiling stringmetrics v2.2.2
47682025-01-31T04:54:55.811Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name stringmetrics --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("bench"))' -C metadata=731b5c936f0663c7 -C extra-filename=-731b5c936f0663c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47692025-01-31T04:54:55.965Z Compiling target-triple v0.1.3
47702025-01-31T04:54:55.968Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/build.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93975bc44874f897 -C extra-filename=-93975bc44874f897 --out-dir /work/oxidecomputer/omicron/target/debug/build/target-triple-93975bc44874f897 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47712025-01-31T04:54:56.108Z Compiling sync-ptr v0.1.1
47722025-01-31T04:54:56.112Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sync_ptr --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/sync-ptr-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)' --check-cfg 'cfg(feature, values())' -C metadata=6bbb205898c1d0da -C extra-filename=-6bbb205898c1d0da --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47732025-01-31T04:54:56.365Z Compiling httpmock v0.8.0-alpha.1
47742025-01-31T04:54:56.368Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name httpmock --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/httpmock-0.8.0-alpha.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="headers"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("clap", "color", "colored", "cookies", "default", "env_logger", "experimental", "headers", "http2", "https", "hyper-rustls", "proxy", "rcgen", "record", "remote", "remote-https", "rustls", "rustls-pemfile", "serde_yaml", "standalone", "tls-detect", "tokio-rustls"))' -C metadata=f07a78cbef91acac -C extra-filename=-f07a78cbef91acac --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-35ace3b4101b3162.rmeta --extern async_object_pool=/work/oxidecomputer/omicron/target/debug/deps/libasync_object_pool-d1eec5ccc6df6605.rmeta --extern async_std=/work/oxidecomputer/omicron/target/debug/deps/libasync_std-7b838101e182d47b.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rmeta --extern form_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libform_urlencoded-754279f5a7bc6973.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-4b440d1209cd2361.rmeta --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rmeta --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --extern path_tree=/work/oxidecomputer/omicron/target/debug/deps/libpath_tree-6f8eed396b5ab8df.rmeta --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_regex=/work/oxidecomputer/omicron/target/debug/deps/libserde_regex-55b747b59f761e1b.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern stringmetrics=/work/oxidecomputer/omicron/target/debug/deps/libstringmetrics-731b5c936f0663c7.rmeta --extern tabwriter=/work/oxidecomputer/omicron/target/debug/deps/libtabwriter-e9bdf0d414ad0484.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47752025-01-31T04:54:56.468Z Running `/work/oxidecomputer/omicron/target/debug/build/rstest_macros-a79f3fe4e8f646a1/build-script-build`
47762025-01-31T04:54:56.577Z Compiling oso v0.27.3
47772025-01-31T04:54:56.582Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oso --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --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=e83ddc064b9f739a -C extra-filename=-e83ddc064b9f739a --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-b6215130afde6010.so --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rmeta --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rmeta --extern oso_derive=/work/oxidecomputer/omicron/target/debug/deps/liboso_derive-1dbf56af12146b19.so --extern polar_core=/work/oxidecomputer/omicron/target/debug/deps/libpolar_core-94c33826a454b010.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47782025-01-31T04:54:56.596Z Running `/work/oxidecomputer/omicron/target/debug/build/target-triple-93975bc44874f897/build-script-build`
47792025-01-31T04:54:56.630Z Compiling datatest-stable v0.2.9
47802025-01-31T04:54:56.633Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name datatest_stable --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/datatest-stable-0.2.9/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a7b55e94f7f71164 -C extra-filename=-a7b55e94f7f71164 --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-21ea866390417d2b.rmeta --extern fancy_regex=/work/oxidecomputer/omicron/target/debug/deps/libfancy_regex-43e22a9387affddd.rmeta --extern libtest_mimic=/work/oxidecomputer/omicron/target/debug/deps/liblibtest_mimic-bf184e328746cebf.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47812025-01-31T04:54:57.302Z Compiling installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
47822025-01-31T04:54:57.324Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=e47f9af8df587ae3 -C extra-filename=-e47f9af8df587ae3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
47832025-01-31T04:54:57.609Z Compiling omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
47842025-01-31T04:54:57.613Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b434198da746aa48 -C extra-filename=-b434198da746aa48 --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-98124fae94d5c163.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47852025-01-31T04:54:58.232Z Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb)
47862025-01-31T04:54:58.232Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a3a7ccd7060513b1 -C extra-filename=-a3a7ccd7060513b1 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a3a7ccd7060513b1 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47872025-01-31T04:54:58.282Z Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli)
47882025-01-31T04:54:58.319Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5d3e1c1a0660562 -C extra-filename=-d5d3e1c1a0660562 --out-dir /work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d5d3e1c1a0660562 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47892025-01-31T04:54:58.616Z Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev)
47902025-01-31T04:54:58.646Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f1a724e827432df -C extra-filename=-1f1a724e827432df --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-dev-1f1a724e827432df -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47912025-01-31T04:54:58.673Z Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
47922025-01-31T04:54:58.675Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=943c27ad8b612d11 -C extra-filename=-943c27ad8b612d11 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-943c27ad8b612d11 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47932025-01-31T04:54:59.005Z Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev)
47942025-01-31T04:54:59.007Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71be384410385c7c -C extra-filename=-71be384410385c7c --out-dir /work/oxidecomputer/omicron/target/debug/build/db-dev-71be384410385c7c -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
47952025-01-31T04:54:59.060Z Compiling similar-asserts v1.6.0
47962025-01-31T04:54:59.062Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name similar_asserts --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/similar-asserts-1.6.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="default"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "unicode"))' -C metadata=d7b5a9b528bea2ea -C extra-filename=-d7b5a9b528bea2ea --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-c84ca6b3c4172a91.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
47972025-01-31T04:54:59.401Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5aab94c6b7c3d43f -C extra-filename=-5aab94c6b7c3d43f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2a42682f4875394a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rmeta --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
47982025-01-31T04:55:00.182Z Compiling proc-macro-crate v3.2.0
47992025-01-31T04:55:00.185Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name proc_macro_crate --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/proc-macro-crate-3.2.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f280dd5bd2e6eba8 -C extra-filename=-f280dd5bd2e6eba8 --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-0a8c2a3d02b46dfd.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48002025-01-31T04:55:01.522Z Compiling relative-path v1.9.3
48012025-01-31T04:55:01.544Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name relative_path --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "serde"))' -C metadata=bfe5a02c55968669 -C extra-filename=-bfe5a02c55968669 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48022025-01-31T04:55:01.936Z Running `/work/oxidecomputer/omicron/target/debug/build/db-dev-71be384410385c7c/build-script-build`
48032025-01-31T04:55:01.975Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-cockroach-admin-943c27ad8b612d11/build-script-build`
48042025-01-31T04:55:02.018Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-dev-1f1a724e827432df/build-script-build`
48052025-01-31T04:55:02.059Z Running `/work/oxidecomputer/omicron/target/debug/build/reconfigurator-cli-d5d3e1c1a0660562/build-script-build`
48062025-01-31T04:55:02.100Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-omdb-a3a7ccd7060513b1/build-script-build`
48072025-01-31T04:55:02.142Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name target_triple --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/target-triple-0.1.3/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9ee04c09108f32b2 -C extra-filename=-9ee04c09108f32b2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 --check-cfg 'cfg(host_os, values("windows"))'`
48082025-01-31T04:55:02.166Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest_macros --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest_macros-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 --cfg 'feature="async-timeout"' --cfg 'feature="crate-name"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=b2aaf93e56473752 -C extra-filename=-b2aaf93e56473752 --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-c23dfb9b1834c42c.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern proc_macro_crate=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro_crate-f280dd5bd2e6eba8.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern relative_path=/work/oxidecomputer/omicron/target/debug/deps/librelative_path-bfe5a02c55968669.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern unicode_ident=/work/oxidecomputer/omicron/target/debug/deps/libunicode_ident-4cccf0258a34a011.rlib --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48092025-01-31T04:55:02.295Z Compiling nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
48102025-01-31T04:55:02.298Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b33263bc47e75539 -C extra-filename=-b33263bc47e75539 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48112025-01-31T04:55:03.842Z Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
48122025-01-31T04:55:03.846Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6cc3159fb0548d8f -C extra-filename=-6cc3159fb0548d8f --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-5a89573be83a4361.rmeta --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rmeta --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rmeta --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rmeta --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48132025-01-31T04:55:05.527Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=426f69d84168a061 -C extra-filename=-426f69d84168a061 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rmeta --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rmeta --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rmeta --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48142025-01-31T04:55:06.259Z Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
48152025-01-31T04:55:06.264Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b27d7e621be5bdae -C extra-filename=-b27d7e621be5bdae --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rmeta --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rmeta --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rmeta --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rmeta --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48162025-01-31T04:55:08.899Z Compiling omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
48172025-01-31T04:55:08.901Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a52e14fd8f91eca3 -C extra-filename=-a52e14fd8f91eca3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48182025-01-31T04:55:10.271Z Compiling multimap v0.10.0
48192025-01-31T04:55:10.274Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name multimap --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/multimap-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="serde"' --cfg 'feature="serde_impl"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "serde", "serde_impl"))' -C metadata=f50c68106d4f16a3 -C extra-filename=-f50c68106d4f16a3 --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-b6795449d4b8cccb.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48202025-01-31T04:55:10.601Z Compiling uzers v0.12.1
48212025-01-31T04:55:10.604Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name uzers --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/uzers-0.12.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --cfg 'feature="cache"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="mock"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("cache", "default", "log", "logging", "mock", "test-integration"))' -C metadata=e879c87d80d69c8a -C extra-filename=-e879c87d80d69c8a --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-98124fae94d5c163.rmeta --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48222025-01-31T04:55:11.728Z Compiling trybuild v1.0.101
48232025-01-31T04:55:11.731Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name trybuild --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/trybuild-1.0.101/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=line-tables-only --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("diff", "dissimilar"))' -C metadata=522ac96bfdac26a0 -C extra-filename=-522ac96bfdac26a0 --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-ffd69303710b75ae.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_derive=/work/oxidecomputer/omicron/target/debug/deps/libserde_derive-4f023b4ed277c51c.so --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern target_triple=/work/oxidecomputer/omicron/target/debug/deps/libtarget_triple-9ee04c09108f32b2.rmeta --extern termcolor=/work/oxidecomputer/omicron/target/debug/deps/libtermcolor-2ede86e2a551bd95.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48242025-01-31T04:55:11.865Z Compiling rstest v0.23.0
48252025-01-31T04:55:11.868Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rstest --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rstest-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="async-timeout"' --cfg 'feature="crate-name"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("async-timeout", "crate-name", "default"))' -C metadata=2f2c783a00cb5a44 -C extra-filename=-2f2c783a00cb5a44 --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-1d8f95ba60b42aa6.rmeta --extern futures_timer=/work/oxidecomputer/omicron/target/debug/deps/libfutures_timer-4b440d1209cd2361.rmeta --extern rstest_macros=/work/oxidecomputer/omicron/target/debug/deps/librstest_macros-b2aaf93e56473752.so --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48262025-01-31T04:55:12.144Z Compiling wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
48272025-01-31T04:55:12.147Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e65207717d2805a4 -C extra-filename=-e65207717d2805a4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48282025-01-31T04:55:13.622Z Compiling partial-io v0.5.4
48292025-01-31T04:55:13.625Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name partial_io --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("futures", "futures03", "pin-project", "proptest", "proptest1", "quickcheck", "quickcheck1", "rand", "tokio", "tokio1"))' -C metadata=c36234a35f26d38b -C extra-filename=-c36234a35f26d38b --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-1d8f95ba60b42aa6.rmeta --extern pin_project=/work/oxidecomputer/omicron/target/debug/deps/libpin_project-3577c58acec85ce9.rmeta --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48302025-01-31T04:55:14.132Z Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev)
48312025-01-31T04:55:14.136Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a702c47330ae9b5e -C extra-filename=-a702c47330ae9b5e --out-dir /work/oxidecomputer/omicron/target/debug/build/ch-dev-a702c47330ae9b5e -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48322025-01-31T04:55:14.296Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
48332025-01-31T04:55:14.300Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name build_script_build --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5874e370203b6ac2 -C extra-filename=-5874e370203b6ac2 --out-dir /work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5874e370203b6ac2 -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern omicron_rpaths=/work/oxidecomputer/omicron/target/debug/deps/libomicron_rpaths-a848f468e0315253.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48342025-01-31T04:55:14.522Z Compiling blake2b_simd v1.0.2
48352025-01-31T04:55:14.564Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name blake2b_simd --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/blake2b_simd-1.0.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=3 -C embed-bitcode=no -C debuginfo=line-tables-only -C debug-assertions=on --cfg 'feature="default"' --cfg 'feature="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "std", "uninline_portable"))' -C metadata=01437c90c84befb4 -C extra-filename=-01437c90c84befb4 --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-2d656f6620a65b51.rmeta --extern arrayvec=/work/oxidecomputer/omicron/target/debug/deps/libarrayvec-29b276a2b78a8d5a.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48362025-01-31T04:55:14.714Z Compiling rand_distr v0.4.3
48372025-01-31T04:55:14.719Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name rand_distr --edition=2018 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/rand_distr-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="std"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("alloc", "default", "serde", "serde1", "std", "std_math"))' -C metadata=65e06a1da6d7af80 -C extra-filename=-65e06a1da6d7af80 --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-2208e32e65bcc912.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48382025-01-31T04:55:15.704Z Compiling approx v0.5.1
48392025-01-31T04:55:15.707Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name approx --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("default", "num-complex", "std"))' -C metadata=0080552d2b9ae087 -C extra-filename=-0080552d2b9ae087 --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-2208e32e65bcc912.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48402025-01-31T04:55:15.976Z Compiling rust-argon2 v2.1.0
48412025-01-31T04:55:16.013Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name argon2 --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values("serde"))' -C metadata=a0b53ed38f6d4e9e -C extra-filename=-a0b53ed38f6d4e9e --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-284d3ffa17b19553.rmeta --extern blake2b_simd=/work/oxidecomputer/omicron/target/debug/deps/libblake2b_simd-01437c90c84befb4.rmeta --extern constant_time_eq=/work/oxidecomputer/omicron/target/debug/deps/libconstant_time_eq-5220b84cccc1dea2.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48422025-01-31T04:55:16.137Z Running `/work/oxidecomputer/omicron/target/debug/build/omicron-live-tests-5874e370203b6ac2/build-script-build`
48432025-01-31T04:55:16.205Z Running `/work/oxidecomputer/omicron/target/debug/build/ch-dev-a702c47330ae9b5e/build-script-build`
48442025-01-31T04:55:16.220Z Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
48452025-01-31T04:55:16.223Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7ada9c9af8e7ac41 -C extra-filename=-7ada9c9af8e7ac41 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rmeta --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48462025-01-31T04:55:17.333Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ea82d0d4891d514 -C extra-filename=-0ea82d0d4891d514 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rmeta --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rmeta --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48472025-01-31T04:55:17.689Z Compiling openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
48482025-01-31T04:55:17.692Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=582715a4635d1824 -C extra-filename=-582715a4635d1824 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rmeta --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rmeta --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rmeta --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rmeta --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rmeta --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rmeta --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rmeta --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rmeta --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rmeta --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rmeta --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rmeta --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rmeta --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48492025-01-31T04:55:18.404Z Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
48502025-01-31T04:55:18.407Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b325fdadd5e3264e -C extra-filename=-b325fdadd5e3264e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rmeta --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rmeta --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rmeta --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rmeta --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48512025-01-31T04:55:20.127Z Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
48522025-01-31T04:55:20.129Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7549c15c66901446 -C extra-filename=-7549c15c66901446 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rmeta --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48532025-01-31T04:55:21.703Z Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
48542025-01-31T04:55:21.706Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4184f7a91907ed0 -C extra-filename=-c4184f7a91907ed0 --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-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48552025-01-31T04:55:22.610Z Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
48562025-01-31T04:55:22.613Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c132967891f27457 -C extra-filename=-c132967891f27457 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rmeta --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48572025-01-31T04:55:22.656Z Compiling cargo_toml v0.20.5
48582025-01-31T04:55:22.681Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cargo_toml --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/cargo_toml-0.20.5/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)' --check-cfg 'cfg(feature, values("features"))' -C metadata=9c546dde96f44077 -C extra-filename=-9c546dde96f44077 --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-b6795449d4b8cccb.rmeta --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48592025-01-31T04:55:22.681Z Compiling termios v0.3.3
48602025-01-31T04:55:22.686Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name termios --edition=2015 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/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)' --check-cfg 'cfg(feature, values())' -C metadata=04318341d3cbb63d -C extra-filename=-04318341d3cbb63d --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-98124fae94d5c163.rmeta --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48612025-01-31T04:55:22.969Z Compiling indoc v2.0.5
48622025-01-31T04:55:22.997Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name indoc --edition=2021 /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/indoc-2.0.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)' --check-cfg 'cfg(feature, values())' -C metadata=5a4eae7502d3697e -C extra-filename=-5a4eae7502d3697e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern proc_macro --cap-lints allow -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48632025-01-31T04:55:24.024Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name update_engine --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=608d427b53c48da5 -C extra-filename=-608d427b53c48da5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a4eae7502d3697e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48642025-01-31T04:55:24.225Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fda6d6e95aef6122 -C extra-filename=-fda6d6e95aef6122 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c132967891f27457.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48652025-01-31T04:55:24.330Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f50feb12da26a5f4 -C extra-filename=-f50feb12da26a5f4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b325fdadd5e3264e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48662025-01-31T04:55:25.065Z Compiling gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli)
48672025-01-31T04:55:25.068Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_cli --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4b33b5bdeeb3426b -C extra-filename=-4b33b5bdeeb3426b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern termios=/work/oxidecomputer/omicron/target/debug/deps/libtermios-04318341d3cbb63d.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48682025-01-31T04:55:26.850Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-manager/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=601d391a5c08cae7 -C extra-filename=-601d391a5c08cae7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-582715a4635d1824.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
48692025-01-31T04:55:29.085Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=875f4b8bbaf9723b -C extra-filename=-875f4b8bbaf9723b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e65207717d2805a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48702025-01-31T04:55:29.661Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c9b32bda94c9469 -C extra-filename=-1c9b32bda94c9469 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e65207717d2805a4.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48712025-01-31T04:55:30.428Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
48722025-01-31T04:55:30.431Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08f882723ec2d935 -C extra-filename=-08f882723ec2d935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern cargo_toml=/work/oxidecomputer/omicron/target/debug/deps/libcargo_toml-9c546dde96f44077.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
48732025-01-31T04:55:31.618Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2b187c42b877dc1 -C extra-filename=-b2b187c42b877dc1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7549c15c66901446.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48742025-01-31T04:55:32.145Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_passwords --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e197134b608545cc -C extra-filename=-e197134b608545cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8cab06b32ce8b7d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a0b53ed38f6d4e9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48752025-01-31T04:55:32.825Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=862d326ab629e8df -C extra-filename=-862d326ab629e8df --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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48762025-01-31T04:55:33.384Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_compilation --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=64aa8f2f46b75854 -C extra-filename=-64aa8f2f46b75854 --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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48772025-01-31T04:55:33.781Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba9dd173247dc3d3 -C extra-filename=-ba9dd173247dc3d3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7ada9c9af8e7ac41.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
48782025-01-31T04:55:34.351Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ch_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85e0b265fa5c4b91 -C extra-filename=-85e0b265fa5c4b91 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
48792025-01-31T04:55:34.406Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8202644fafb184f -C extra-filename=-e8202644fafb184f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a52e14fd8f91eca3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
48802025-01-31T04:55:36.572Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ls_apis --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80c58a9c90eb0da0 -C extra-filename=-80c58a9c90eb0da0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a52e14fd8f91eca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48812025-01-31T04:55:37.104Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_dependencies --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e7648f60bda84c1 -C extra-filename=-5e7648f60bda84c1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a52e14fd8f91eca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48822025-01-31T04:55:37.344Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name commtest --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b2789f18ef02fa26 -C extra-filename=-b2789f18ef02fa26 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6cc3159fb0548d8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48832025-01-31T04:55:37.493Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name end_to_end_tests --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b9173a0886502b51 -C extra-filename=-b9173a0886502b51 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48842025-01-31T04:55:40.223Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ea3d5d080e2b6e9 -C extra-filename=-6ea3d5d080e2b6e9 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6cc3159fb0548d8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48852025-01-31T04:55:42.860Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dhcp_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c317fdc04179c97 -C extra-filename=-4c317fdc04179c97 --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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6cc3159fb0548d8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
48862025-01-31T04:55:43.553Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=c694bd88d9e6c97b -C extra-filename=-c694bd88d9e6c97b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
48872025-01-31T04:55:45.369Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' -C metadata=00af8bf9dfaf5e9f -C extra-filename=-00af8bf9dfaf5e9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/usr/lib/amd64`
48882025-01-31T04:55:45.709Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=737ee8283451a5bb -C extra-filename=-737ee8283451a5bb --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f07a78cbef91acac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48892025-01-31T04:55:46.742Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_collector --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=13466352ff3948b4 -C extra-filename=-13466352ff3948b4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f07a78cbef91acac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48902025-01-31T04:55:47.600Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_commands --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6bb6d81bce9032b7 -C extra-filename=-6bb6d81bce9032b7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f07a78cbef91acac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
48912025-01-31T04:55:47.638Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e000640f8ff85a4f -C extra-filename=-e000640f8ff85a4f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b27d7e621be5bdae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
48922025-01-31T04:55:47.953Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7853617c7a695763 -C extra-filename=-7853617c7a695763 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b27d7e621be5bdae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
48932025-01-31T04:55:56.202Z Compiling nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
48942025-01-31T04:55:56.206Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=4c3a3a1be9aaba93 -C extra-filename=-4c3a3a1be9aaba93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rmeta --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rmeta --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rmeta --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
48952025-01-31T04:56:02.346Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
48962025-01-31T04:56:02.349Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ecffb541abf08ab8 -C extra-filename=-ecffb541abf08ab8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48972025-01-31T04:56:04.365Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6dacb81fe9d51122 -C extra-filename=-6dacb81fe9d51122 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
48982025-01-31T04:56:04.703Z Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
48992025-01-31T04:56:04.706Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53f3fbb6e7f8f879 -C extra-filename=-53f3fbb6e7f8f879 --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-1d8f95ba60b42aa6.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49002025-01-31T04:56:06.574Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b10709747122d818 -C extra-filename=-b10709747122d818 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rmeta --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49012025-01-31T04:56:06.771Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=36298261c2957001 -C extra-filename=-36298261c2957001 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49022025-01-31T04:56:07.002Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0b13d552b4a36ad7 -C extra-filename=-0b13d552b4a36ad7 --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-c6e3260a4cbe5cfb.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rmeta --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49032025-01-31T04:56:07.655Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=692cdc52527e5904 -C extra-filename=-692cdc52527e5904 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b27d7e621be5bdae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
49042025-01-31T04:56:08.443Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=67799bcd831f1b3b -C extra-filename=-67799bcd831f1b3b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f07a78cbef91acac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49052025-01-31T04:56:10.429Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_setup --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5fd36e29dc17f4c -C extra-filename=-d5fd36e29dc17f4c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49062025-01-31T04:56:11.007Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=9dfec015a1847e53 -C extra-filename=-9dfec015a1847e53 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49072025-01-31T04:56:11.552Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=122fb0e8772a9601 -C extra-filename=-122fb0e8772a9601 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49082025-01-31T04:56:12.311Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=e3d1a50f90038f13 -C extra-filename=-e3d1a50f90038f13 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49092025-01-31T04:56:13.977Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10d210558f6946c7 -C extra-filename=-10d210558f6946c7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rmeta --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rmeta --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rmeta --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rmeta --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rmeta --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rmeta --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rmeta --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rmeta --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rmeta --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rmeta --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rmeta --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rmeta --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rmeta --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rmeta --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rmeta --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rmeta --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rmeta --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rmeta --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rmeta --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rmeta --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rmeta --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rmeta --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rmeta --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rmeta --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rmeta --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rmeta --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rmeta --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rmeta --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rmeta --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rmeta --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rmeta --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rmeta --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rmeta --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rmeta --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rmeta --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rmeta --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rmeta --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rmeta --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rmeta --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rmeta --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rmeta --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rmeta --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rmeta --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rmeta --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rmeta --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rmeta --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rmeta --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rmeta --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rmeta --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rmeta --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rmeta --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rmeta --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rmeta --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rmeta --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rmeta --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rmeta --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rmeta --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rmeta --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rmeta --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rmeta --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rmeta --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rmeta --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rmeta --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rmeta --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rmeta --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rmeta --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rmeta --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rmeta --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rmeta --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rmeta --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rmeta --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rmeta --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rmeta --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rmeta --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rmeta --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rmeta --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rmeta --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rmeta --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rmeta --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rmeta --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rmeta --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rmeta --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rmeta --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rmeta --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rmeta --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rmeta --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rmeta --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rmeta --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rmeta --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rmeta --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rmeta --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rmeta --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rmeta --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rmeta --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rmeta --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rmeta --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rmeta --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rmeta --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rmeta --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rmeta --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rmeta --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rmeta --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rmeta --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rmeta --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rmeta --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rmeta --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rmeta -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/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`
49102025-01-31T04:56:15.796Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_inventory --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0ee17a7907059fe4 -C extra-filename=-0ee17a7907059fe4 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49112025-01-31T04:56:19.187Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name zone_bundle --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=b3fcd1efd683bcb0 -C extra-filename=-b3fcd1efd683bcb0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49122025-01-31T04:56:20.482Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=5e20d4a538851ec1 -C extra-filename=-5e20d4a538851ec1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49132025-01-31T04:56:30.487Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=71422a8a38d529ec -C extra-filename=-71422a8a38d529ec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49142025-01-31T04:56:34.101Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_saga_recovery --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29e3587bd807fdde -C extra-filename=-29e3587bd807fdde --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49152025-01-31T04:56:34.421Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_nexus --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a647e6e78e7c3572 -C extra-filename=-a647e6e78e7c3572 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49162025-01-31T04:56:38.179Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_queries --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("omicron-test-utils", "testing"))' -C metadata=c02ac7227b91951a -C extra-filename=-c02ac7227b91951a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49172025-01-31T04:56:43.432Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_cockroach_admin --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=586551305e7fea0f -C extra-filename=-586551305e7fea0f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49182025-01-31T04:56:52.319Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_rendezvous --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=086f5048dd08727d -C extra-filename=-086f5048dd08727d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49192025-01-31T04:56:57.632Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_metrics_producer_gc --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=adc69abcfe47f7d6 -C extra-filename=-adc69abcfe47f7d6 --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-8790b6b56c2b0630.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49202025-01-31T04:57:05.072Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b4b580a897db44d9 -C extra-filename=-b4b580a897db44d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0ea82d0d4891d514.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49212025-01-31T04:57:07.494Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_networking --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=beddb95b4b6cfe61 -C extra-filename=-beddb95b4b6cfe61 --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-1d8f95ba60b42aa6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49222025-01-31T04:57:10.837Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_preparation --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bcbfc2aae10058ed -C extra-filename=-bcbfc2aae10058ed --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49232025-01-31T04:57:13.912Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_auth --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9114f0f975b31555 -C extra-filename=-9114f0f975b31555 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2a42682f4875394a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49242025-01-31T04:57:41.010Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("omicron-dev"))' -C metadata=1b94854c583f80db -C extra-filename=-1b94854c583f80db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
49252025-01-31T04:57:45.884Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_nexus_add_remove --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=85fcb1b601ed21a6 -C extra-filename=-85fcb1b601ed21a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern live_tests_macros=/work/oxidecomputer/omicron/target/debug/deps/liblive_tests_macros-c4184f7a91907ed0.so --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64`
49262025-01-31T04:57:46.899Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_sim --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=1f1cb6076b23fc30 -C extra-filename=-1f1cb6076b23fc30 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49272025-01-31T04:57:47.056Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=7582244802d611e1 -C extra-filename=-7582244802d611e1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
49282025-01-31T04:57:49.421Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=04635170b652ac43 -C extra-filename=-04635170b652ac43 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b33263bc47e75539.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49292025-01-31T04:57:49.984Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b423f3e3aa20841c -C extra-filename=-b423f3e3aa20841c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L native=/opt/ooce/pgsql-13/lib/amd64`
49302025-01-31T04:57:58.892Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0e09e850af5a2574 -C extra-filename=-0e09e850af5a2574 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49312025-01-31T04:58:10.737Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name db_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c39b5d06ab67f2a0 -C extra-filename=-c39b5d06ab67f2a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b434198da746aa48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49322025-01-31T04:58:11.408Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_db_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=556fe0a698abe48f -C extra-filename=-556fe0a698abe48f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b434198da746aa48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49332025-01-31T04:58:13.116Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_sled_agent --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' -C metadata=896987215c2f9758 -C extra-filename=-896987215c2f9758 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L /usr/platform/oxide/lib/amd64/`
49342025-01-31T04:58:15.937Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08d2c5ff3a780bec -C extra-filename=-08d2c5ff3a780bec --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49352025-01-31T04:58:18.340Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=10206266504118c3 -C extra-filename=-10206266504118c3 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49362025-01-31T04:58:20.570Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_tests --edition=2021 tufaceous/tests/integration-tests/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5299ec8dbf0c87e0 -C extra-filename=-5299ec8dbf0c87e0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49372025-01-31T04:58:22.181Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name manifest_tests --edition=2021 tufaceous/tests/manifest-tests.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=818ff0868ab5668d -C extra-filename=-818ff0868ab5668d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49382025-01-31T04:58:30.660Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_simulation --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c7749876e2cb023 -C extra-filename=-9c7749876e2cb023 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49392025-01-31T04:58:33.701Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
49402025-01-31T04:58:33.723Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_cluster_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=136eeab37e2c14cc -C extra-filename=-136eeab37e2c14cc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49412025-01-31T04:58:34.035Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_clickhouse_admin --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dc33b3e1e375a3a7 -C extra-filename=-dc33b3e1e375a3a7 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49422025-01-31T04:58:34.324Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4509f732eaf7fea2 -C extra-filename=-4509f732eaf7fea2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49432025-01-31T04:58:35.616Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c4505505c06da84e -C extra-filename=-c4505505c06da84e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49442025-01-31T04:58:36.252Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e548a6f7e6d5dbf -C extra-filename=-6e548a6f7e6d5dbf --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49452025-01-31T04:58:37.154Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f18f4be091464ac -C extra-filename=-4f18f4be091464ac --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49462025-01-31T04:58:38.027Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mod --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=257ee9c9d676e2b1 -C extra-filename=-257ee9c9d676e2b1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49472025-01-31T04:58:38.828Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=503a0b2677195e57 -C extra-filename=-503a0b2677195e57 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49482025-01-31T04:58:39.325Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_dbg --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eedcd0d61a6ff63e -C extra-filename=-eedcd0d61a6ff63e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49492025-01-31T04:58:39.643Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5bcdbaed94586a96 -C extra-filename=-5bcdbaed94586a96 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49502025-01-31T04:58:41.049Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager --edition=2021 dev-tools/openapi-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=bb2dd3564d9b33af -C extra-filename=-bb2dd3564d9b33af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L /usr/platform/oxide/lib/amd64/`
49512025-01-31T04:58:42.217Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac7c3fbe946ea75e -C extra-filename=-ac7c3fbe946ea75e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49522025-01-31T04:58:48.621Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9565800198eba518 -C extra-filename=-9565800198eba518 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49532025-01-31T04:58:53.077Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3908bbe6467cd117 -C extra-filename=-3908bbe6467cd117 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49542025-01-31T04:59:00.432Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_fixed_data --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fe3e454b0db703e3 -C extra-filename=-fe3e454b0db703e3 --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-ef3170ce2df43b61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49552025-01-31T04:59:04.556Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e8b1a3af9d9f115a -C extra-filename=-e8b1a3af9d9f115a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49562025-01-31T04:59:07.606Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6e5452391c8437b9 -C extra-filename=-6e5452391c8437b9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49572025-01-31T04:59:09.544Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_db --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=aa563a5686197edd -C extra-filename=-aa563a5686197edd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49582025-01-31T04:59:11.495Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name integration_test --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=47cffbf85930d386 -C extra-filename=-47cffbf85930d386 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49592025-01-31T04:59:16.564Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=cf235afdf8a5bd9f -C extra-filename=-cf235afdf8a5bd9f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49602025-01-31T04:59:19.324Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous --edition=2021 tufaceous/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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0547674250ce2e98 -C extra-filename=-0547674250ce2e98 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49612025-01-31T04:59:23.026Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name update_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3bb493aef250a5ca -C extra-filename=-3bb493aef250a5ca --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49622025-01-31T04:59:25.703Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=7f4304fc1d3dd9db -C extra-filename=-7f4304fc1d3dd9db --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-c6e3260a4cbe5cfb.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49632025-01-31T04:59:28.592Z Compiling omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng)
49642025-01-31T04:59:28.595Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_releng --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dacccd6959c9f823 -C extra-filename=-dacccd6959c9f823 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out`
49652025-01-31T04:59:34.774Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_package --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=fd20f4adb643c5e9 -C extra-filename=-fd20f4adb643c5e9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
49662025-01-31T04:59:35.835Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickana --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f622c0edcfc24c90 -C extra-filename=-f622c0edcfc24c90 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49672025-01-31T04:59:41.422Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_schema_updater --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1babb1d1d6d055d6 -C extra-filename=-1babb1d1d6d055d6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49682025-01-31T04:59:45.434Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=82550f542d055743 -C extra-filename=-82550f542d055743 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49692025-01-31T04:59:47.497Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_gateway --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3585ad7f897e9a55 -C extra-filename=-3585ad7f897e9a55 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49702025-01-31T04:59:57.322Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ec6ac53e3239741f -C extra-filename=-ec6ac53e3239741f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49712025-01-31T05:00:07.046Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=557b4709aae3fcb5 -C extra-filename=-557b4709aae3fcb5 --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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49722025-01-31T05:00:09.094Z Compiling mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev)
49732025-01-31T05:00:09.097Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1ddbb5ebbe6b3b76 -C extra-filename=-1ddbb5ebbe6b3b76 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49742025-01-31T05:00:13.600Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name mgs --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=60b70b4c82822a87 -C extra-filename=-60b70b4c82822a87 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49752025-01-31T05:00:13.630Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=487b2da0d9e32727 -C extra-filename=-487b2da0d9e32727 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49762025-01-31T05:00:16.780Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_external_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=233aa5ed2d267d16 -C extra-filename=-233aa5ed2d267d16 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49772025-01-31T05:00:17.808Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_blippy --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=105e02c923c1cc44 -C extra-filename=-105e02c923c1cc44 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49782025-01-31T05:00:21.276Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e7ebcf2b16a1057 -C extra-filename=-8e7ebcf2b16a1057 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49792025-01-31T05:00:24.538Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicketd_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9c1c7c17c3e62841 -C extra-filename=-9c1c7c17c3e62841 --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-c6e3260a4cbe5cfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
49802025-01-31T05:00:28.269Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_planning --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5ff4dd3fc5c30442 -C extra-filename=-5ff4dd3fc5c30442 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49812025-01-31T05:00:28.906Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name tufaceous_lib --edition=2021 tufaceous-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6470545a77b6ac6b -C extra-filename=-6470545a77b6ac6b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64`
49822025-01-31T05:00:33.925Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name commands_test --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0bd7ac47793d500c -C extra-filename=-0bd7ac47793d500c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49832025-01-31T05:00:36.821Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=80ffdfa357239535 -C extra-filename=-80ffdfa357239535 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49842025-01-31T05:00:43.390Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6ae06151af4716b6 -C extra-filename=-6ae06151af4716b6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49852025-01-31T05:00:45.558Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=eeb40c678e92cb61 -C extra-filename=-eeb40c678e92cb61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49862025-01-31T05:00:46.328Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name basic_test --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a4e8c0caa9542c78 -C extra-filename=-a4e8c0caa9542c78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49872025-01-31T05:00:48.436Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8a2f4e484d6a48db -C extra-filename=-8a2f4e484d6a48db --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49882025-01-31T05:00:50.394Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstore --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=4607b100c4e49bc9 -C extra-filename=-4607b100c4e49bc9 --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-6beec77675286bc9.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64`
49892025-01-31T05:00:50.942Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_resolver --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=feca9e24e33c26bd -C extra-filename=-feca9e24e33c26bd --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49902025-01-31T05:00:52.209Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_learner --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=b4d3368ad1cce453 -C extra-filename=-b4d3368ad1cce453 --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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49912025-01-31T05:01:01.521Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name v0_fsm_proptest_rack_coordinator --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values())' -C metadata=e4b44b8b66505168 -C extra-filename=-e4b44b8b66505168 --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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
49922025-01-31T05:01:04.610Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name typed_rng --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e305fcf7953672e0 -C extra-filename=-e305fcf7953672e0 --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-5ad72f64385d87dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49932025-01-31T05:01:05.227Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=68eb13e402abb6a0 -C extra-filename=-68eb13e402abb6a0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49942025-01-31T05:01:07.317Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ls_apis --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=486602716fa26076 -C extra-filename=-486602716fa26076 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49952025-01-31T05:01:08.915Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxdb --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_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)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' -C metadata=5e38b5fd0761ed78 -C extra-filename=-5e38b5fd0761ed78 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49962025-01-31T05:01:15.603Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=debd11ec38de0154 -C extra-filename=-debd11ec38de0154 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49972025-01-31T05:01:19.309Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_producer --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=201398788254392a -C extra-filename=-201398788254392a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
49982025-01-31T05:01:26.991Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_interface --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5599cbcfd1a9779d -C extra-filename=-5599cbcfd1a9779d --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-5f4f76c4c9bff107.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
49992025-01-31T05:01:27.398Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_internal_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4393afc268622fcc -C extra-filename=-4393afc268622fcc --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-6b4e4344d3200318.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50002025-01-31T05:01:30.116Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_db_model --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=81053d6303a58be1 -C extra-filename=-81053d6303a58be1 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50012025-01-31T05:01:30.449Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e5701f63f2682794 -C extra-filename=-e5701f63f2682794 --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50022025-01-31T05:01:31.106Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=34678d4ae8afb3e4 -C extra-filename=-34678d4ae8afb3e4 --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-6b4e4344d3200318.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50032025-01-31T05:01:33.692Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sp_sim --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=750e26f2954620ab -C extra-filename=-750e26f2954620ab --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L /usr/platform/oxide/lib/amd64/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50042025-01-31T05:01:37.571Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d674b9d7ac6f3120 -C extra-filename=-d674b9d7ac6f3120 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50052025-01-31T05:01:42.074Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_db_dump --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1f73325214bf596 -C extra-filename=-c1f73325214bf596 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50062025-01-31T05:01:42.140Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dnsadm --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b18724f35b224a80 -C extra-filename=-b18724f35b224a80 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50072025-01-31T05:01:43.744Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d022a099f02a4e08 -C extra-filename=-d022a099f02a4e08 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50082025-01-31T05:01:47.621Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_storage --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("testing"))' -C metadata=883f69581324420b -C extra-filename=-883f69581324420b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
50092025-01-31T05:01:54.075Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=be97e82bc570e4af -C extra-filename=-be97e82bc570e4af --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64`
50102025-01-31T05:02:02.053Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=29299c2afd13737c -C extra-filename=-29299c2afd13737c --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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50112025-01-31T05:02:05.415Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8e4b9d097ab4cc2e -C extra-filename=-8e4b9d097ab4cc2e --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-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/opt/ooce/pgsql-13/lib/amd64`
50122025-01-31T05:02:07.723Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name wicket_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8eae6652a767c369 -C extra-filename=-8eae6652a767c369 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50132025-01-31T05:02:09.321Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac58f5bbb71bf74c -C extra-filename=-ac58f5bbb71bf74c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50142025-01-31T05:02:11.746Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=83be0998aaba4142 -C extra-filename=-83be0998aaba4142 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50152025-01-31T05:02:17.297Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_sled_agent_shared --edition=2021 nexus-sled-agent-shared/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4f0e15bca056c35c -C extra-filename=-4f0e15bca056c35c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50162025-01-31T05:02:18.718Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2daee9948ff5d5c6 -C extra-filename=-2daee9948ff5d5c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out`
50172025-01-31T05:02:20.659Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name bootstrap_agent_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=08a5ab929b4789bd -C extra-filename=-08a5ab929b4789bd --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-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50182025-01-31T05:02:23.815Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_hardware_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=499bd7d75906f42b -C extra-filename=-499bd7d75906f42b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50192025-01-31T05:02:25.343Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name installinator_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8b32073ea4960ae8 -C extra-filename=-8b32073ea4960ae8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50202025-01-31T05:02:27.761Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_ddm_admin_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3e6a57417ce2751f -C extra-filename=-3e6a57417ce2751f --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-ab1f1c1b28a8ad91.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50212025-01-31T05:02:30.068Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1451fe864a368d5d -C extra-filename=-1451fe864a368d5d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50222025-01-31T05:02:31.070Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_agent_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4ead3f3bbe8acc25 -C extra-filename=-4ead3f3bbe8acc25 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50232025-01-31T05:02:32.283Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_instruments --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' -C metadata=e13aac646bbecd04 -C extra-filename=-e13aac646bbecd04 --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-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50242025-01-31T05:02:35.701Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b17503952558c1f6 -C extra-filename=-b17503952558c1f6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-40983d0ceb53959c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3aba2203aff832a5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50252025-01-31T05:02:42.380Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dpd_client --edition=2021 clients/dpd-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4c4b276690133ecd -C extra-filename=-4c4b276690133ecd --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50262025-01-31T05:02:44.447Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f6de1058c319808e -C extra-filename=-f6de1058c319808e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-40983d0ceb53959c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50272025-01-31T05:02:46.742Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_timeseries_macro --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=93c83df86dd85411 -C extra-filename=-93c83df86dd85411 --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-f8b024b654fd3d8d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b9159a09caefddd7.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6835b13d36c19fe1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50282025-01-31T05:02:47.098Z Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli)
50292025-01-31T05:02:47.123Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dnswait --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=3758583f66799450 -C extra-filename=-3758583f66799450 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50302025-01-31T05:02:48.426Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_certificates --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2adfe69734422ce9 -C extra-filename=-2adfe69734422ce9 --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-6f15412de59adf04.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64`
50312025-01-31T05:02:49.351Z Compiling cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev)
50322025-01-31T05:02:49.354Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=aa249fb86e7546a6 -C extra-filename=-aa249fb86e7546a6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50332025-01-31T05:02:50.194Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_cert_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5e3c499848f00553 -C extra-filename=-5e3c499848f00553 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50342025-01-31T05:02:53.866Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=256c3fa541519291 -C extra-filename=-256c3fa541519291 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f15b4e13b566436d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50352025-01-31T05:03:05.647Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name falcon_runner_cli --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=d8b0c1ca53dae40e -C extra-filename=-d8b0c1ca53dae40e --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f15b4e13b566436d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50362025-01-31T05:03:07.787Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev_lib --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c1e4d2224e966a9e -C extra-filename=-c1e4d2224e966a9e --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-98124fae94d5c163.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50372025-01-31T05:03:10.457Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
50382025-01-31T05:03:10.460Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name crdb_seed --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=31d75fad57dbe402 -C extra-filename=-31d75fad57dbe402 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50392025-01-31T05:03:11.093Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxql_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8712e923e065faf0 -C extra-filename=-8712e923e065faf0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50402025-01-31T05:03:11.196Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_schema --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=177cef96b9e37ce0 -C extra-filename=-177cef96b9e37ce0 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50412025-01-31T05:03:11.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_service_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=639b2314518f79ad -C extra-filename=-639b2314518f79ad --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-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50422025-01-31T05:03:12.692Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name dns_server_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=686a9d68397852c1 -C extra-filename=-686a9d68397852c1 --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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50432025-01-31T05:03:14.886Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_defaults --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=86c6cf7aeb6c8012 -C extra-filename=-86c6cf7aeb6c8012 --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-6706430bd93b8bc6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50442025-01-31T05:03:14.917Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name internal_dns_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ee9121be6ac36e4a -C extra-filename=-ee9121be6ac36e4a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50452025-01-31T05:03:18.697Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name ipcc --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=e9a10e40f2926351 -C extra-filename=-e9a10e40f2926351 --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-a348374d3d785aec.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50462025-01-31T05:03:25.208Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name key_manager --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f4e5ab047630cd0 -C extra-filename=-6f4e5ab047630cd0 --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-5f4f76c4c9bff107.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50472025-01-31T05:03:25.376Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f3cc4f2ca42d742 -C extra-filename=-1f3cc4f2ca42d742 --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-21ea866390417d2b.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50482025-01-31T05:03:25.731Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_config --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=947ad9b07cd463c6 -C extra-filename=-947ad9b07cd463c6 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50492025-01-31T05:03:27.590Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_keeper_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=4feabcadd01b698d -C extra-filename=-4feabcadd01b698d --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50502025-01-31T05:03:27.648Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1c1c85f2354b7cc9 -C extra-filename=-1c1c85f2354b7cc9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50512025-01-31T05:03:30.054Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ac2cc08ecb06dfce -C extra-filename=-ac2cc08ecb06dfce --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-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50522025-01-31T05:03:30.101Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_api --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ea3ebaae968c4901 -C extra-filename=-ea3ebaae968c4901 --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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50532025-01-31T05:03:32.410Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_types --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=96f27489aef40947 -C extra-filename=-96f27489aef40947 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50542025-01-31T05:03:32.839Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_test_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("seed-gen"))' -C metadata=23af903cfc599b99 -C extra-filename=-23af903cfc599b99 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f15b4e13b566436d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50552025-01-31T05:03:32.842Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_server_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ba1199f93d66aad5 -C extra-filename=-ba1199f93d66aad5 --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50562025-01-31T05:03:35.363Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name illumos_utils --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' -C metadata=11d4166f478a4f61 -C extra-filename=-11d4166f478a4f61 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-99fa330b600d3f6f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib --check-cfg 'cfg(svcadm_autoclear)'`
50572025-01-31T05:03:36.374Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=42b2f51d71701a7b -C extra-filename=-42b2f51d71701a7b --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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50582025-01-31T05:03:39.246Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name clickhouse_admin_single_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2b5bc7ce4e8ac72a -C extra-filename=-2b5bc7ce4e8ac72a --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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50592025-01-31T05:03:40.652Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name authz_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=8aaadf2eea83cc0a -C extra-filename=-8aaadf2eea83cc0a --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-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50602025-01-31T05:03:43.251Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name db_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=ce22c6cade388eba -C extra-filename=-ce22c6cade388eba --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-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50612025-01-31T05:03:44.464Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=df9c8ada85c0189b -C extra-filename=-df9c8ada85c0189b --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-99fa330b600d3f6f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50622025-01-31T05:03:45.261Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' -C metadata=120548cf8a1307d9 -C extra-filename=-120548cf8a1307d9 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50632025-01-31T05:03:45.847Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cert_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a319a4e1e4c14099 -C extra-filename=-a319a4e1e4c14099 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50642025-01-31T05:03:47.503Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name xtask_downloader --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9a54b3cb6f4d2491 -C extra-filename=-9a54b3cb6f4d2491 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50652025-01-31T05:03:48.186Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name repo_depot_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f051202d6f4c9791 -C extra-filename=-f051202d6f4c9791 --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-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50662025-01-31T05:03:49.443Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_rpaths --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=d5d0a52cca7bbb12 -C extra-filename=-d5d0a52cca7bbb12 --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-f8b024b654fd3d8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50672025-01-31T05:03:50.124Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oximeter_macro_impl --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=9e965d543dff95a9 -C extra-filename=-9e965d543dff95a9 --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-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50682025-01-31T05:03:51.285Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name live_tests_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=b939569341d4577b -C extra-filename=-b939569341d4577b --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-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50692025-01-31T05:03:51.349Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name range_requests --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=91784da1f15ef6cb -C extra-filename=-91784da1f15ef6cb --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-03e029f2a415749e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50702025-01-31T05:03:51.675Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name gateway_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f69b6d605cc483a8 -C extra-filename=-f69b6d605cc483a8 --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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50712025-01-31T05:03:51.774Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxide_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40afab22b939bcfc -C extra-filename=-40afab22b939bcfc --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50722025-01-31T05:03:57.122Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name openapi_manager_types --edition=2021 dev-tools/openapi-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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1a2112ebf92e9dc8 -C extra-filename=-1a2112ebf92e9dc8 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50732025-01-31T05:03:57.373Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_macros_common --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=a9d0492168b98f65 -C extra-filename=-a9d0492168b98f65 --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-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50742025-01-31T05:03:57.707Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name oxlog --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=53fac85daea11988 -C extra-filename=-53fac85daea11988 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50752025-01-31T05:03:57.920Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_test_utils_macros --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=501f4570b3560a7c -C extra-filename=-501f4570b3560a7c --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-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50762025-01-31T05:03:58.369Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name sled_diagnostics --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=c15b02673dbb460e -C extra-filename=-c15b02673dbb460e --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-c23dfb9b1834c42c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50772025-01-31T05:03:58.815Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name cockroach_admin_client --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=dcaea2a5bda7753b -C extra-filename=-dcaea2a5bda7753b --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-c6e3260a4cbe5cfb.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50782025-01-31T05:04:00.228Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name api_identity --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=88ff649089c8f03e -C extra-filename=-88ff649089c8f03e --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-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50792025-01-31T05:04:00.481Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_workspace_hack --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=356ec364d0cc8027 -C extra-filename=-356ec364d0cc8027 --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-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib`
50802025-01-31T05:04:00.573Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_uuid_kinds --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' -C metadata=c96eead085088c8c -C extra-filename=-c96eead085088c8c --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64`
50812025-01-31T05:04:47.900Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=151eb25356c4d5ff -C extra-filename=-151eb25356c4d5ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50822025-01-31T05:04:47.905Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=40c84d78d53037ff -C extra-filename=-40c84d78d53037ff --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50832025-01-31T05:04:47.922Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=6f8e7cda5ccb8935 -C extra-filename=-6f8e7cda5ccb8935 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/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`
50842025-01-31T05:04:47.926Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omdb --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=2eee79648eb9f59d -C extra-filename=-2eee79648eb9f59d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50852025-01-31T05:04:47.926Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_omicron_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=1f91715c6dc7f81f -C extra-filename=-1f91715c6dc7f81f --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b434198da746aa48.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50862025-01-31T05:04:54.195Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f1a8701acc5b92a5 -C extra-filename=-f1a8701acc5b92a5 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b434198da746aa48.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50872025-01-31T05:04:59.443Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=5a79b20e01a0d304 -C extra-filename=-5a79b20e01a0d304 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/`
50882025-01-31T05:05:01.444Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name reconfigurator_cli --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f46007c1e9c0a083 -C extra-filename=-f46007c1e9c0a083 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b33263bc47e75539.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50892025-01-31T05:05:02.327Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_basic --edition=2021 dev-tools/reconfigurator-cli/tests/test_basic.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=line-tables-only '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=32fc7ed4d32d13e2 -C extra-filename=-32fc7ed4d32d13e2 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b33263bc47e75539.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50902025-01-31T05:05:02.932Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name nexus_reconfigurator_execution --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=340c68dcb93db43d -C extra-filename=-340c68dcb93db43d --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L /usr/platform/oxide/lib/amd64/ -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50912025-01-31T05:05:04.926Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name schema_updater --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=f7e776943dd3d71a -C extra-filename=-f7e776943dd3d71a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/usr/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`
50922025-01-31T05:05:07.387Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name test_all_output --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --test --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=0a8c7f52a3259f2a -C extra-filename=-0a8c7f52a3259f2a --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern dyn_clone=/work/oxidecomputer/omicron/target/debug/deps/libdyn_clone-8e90f2becdfd8242.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern multimap=/work/oxidecomputer/omicron/target/debug/deps/libmultimap-f50c68106d4f16a3.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50932025-01-31T05:05:27.155Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustc --crate-name omicron_dev --edition=2021 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' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C metadata=92c8f89b274f8a93 -C extra-filename=-92c8f89b274f8a93 --out-dir /work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -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 native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out -L /usr/platform/oxide/lib/amd64/ -L native=/usr/lib/amd64`
50942025-01-31T05:42:47.917Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 53m 31s
50952025-01-31T05:43:13.897Z
50962025-01-31T05:43:13.904Zreal 53:58.118295099
50972025-01-31T05:43:13.904Zuser 1:56:41.197568009
50982025-01-31T05:43:13.904Zsys 20:27.512135528
50992025-01-31T05:43:13.904Ztrap 9.867716185
51002025-01-31T05:43:13.904Ztflt 22.916029433
51012025-01-31T05:43:13.904Zdflt 3:38:43.260266922
51022025-01-31T05:43:13.904Zkflt 2.140192340
51032025-01-31T05:43:13.904Zlock 9:47:26.295457793
51042025-01-31T05:43:13.904Zslp 32:03:42.111385061
51052025-01-31T05:43:13.904Zlat 10:40.466719920
51062025-01-31T05:43:13.904Zstop 9:44.674522202
51072025-01-31T05:43:14.925Z+ banner test
51082025-01-31T05:43:14.981Z+ ptime -m timeout 2h cargo nextest run --profile ci --locked --verbose
51092025-01-31T05:43:15.886Z
51102025-01-31T05:43:15.886Z ##### ###### #### #####
51112025-01-31T05:43:15.886Z # # # #
51122025-01-31T05:43:15.886Z # ##### #### #
51132025-01-31T05:43:15.886Z # # # #
51142025-01-31T05:43:15.886Z # # # # #
51152025-01-31T05:43:15.886Z # ###### #### #
51162025-01-31T05:43:15.886Z
51172025-01-31T05:43:19.572Zinfo: experimental features enabled: setup-scripts
51182025-01-31T05:43:21.277Z Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
51192025-01-31T05:43:21.438Z Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
51202025-01-31T05:43:21.464Z Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
51212025-01-31T05:43:21.484Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51222025-01-31T05:43:35.010Z Finished `test` profile [unoptimized + debuginfo] target(s) in 15.39s
51232025-01-31T05:43:41.818Z────────────
51242025-01-31T05:43:41.818Z Nextest run ID 382a509b-922c-49f2-9324-fb5e72289613 with nextest profile: ci
51252025-01-31T05:43:41.821Z Starting 1835 tests across 182 binaries (4 tests and 5 binaries skipped, including 5 binaries via profile.default.default-filter)
51262025-01-31T05:43:41.821Z SETUP [ 1/2] crdb-seed: cargo run -p crdb-seed --profile test
51272025-01-31T05:43:42.619Z Compiling newtype-uuid v1.2.1
51282025-01-31T05:43:43.207Z Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
51292025-01-31T05:43:43.532Z Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
51302025-01-31T05:43:44.114Z Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
51312025-01-31T05:43:51.769Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51322025-01-31T05:43:53.843Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51332025-01-31T05:43:55.494Z Compiling crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed)
51342025-01-31T05:44:01.266Z Finished `test` profile [unoptimized + debuginfo] target(s) in 19.37s
51352025-01-31T05:44:01.388Z Running `target/debug/crdb-seed`
51362025-01-31T05:44:01.430ZJan 31 05:43:59.537 INFO cockroach temporary directory: /var/tmp/omicron_tmp/.tmp72SmXH
51372025-01-31T05:44:01.435ZJan 31 05:43:59.537 INFO cockroach command line: cockroach start-single-node --insecure --http-addr=:0 --store=path=/var/tmp/omicron_tmp/crdb-base-build/.tmpa7h4q3,ballast-size=0 --listen-addr [::1]:0 --listening-url-file /var/tmp/omicron_tmp/.tmp72SmXH/listen-url
51382025-01-31T05:44:01.435ZJan 31 05:43:59.537 INFO cockroach environment: BUILDOMAT_JOB_ID=01JJXAKASJ2JEH6NY984FE55YK BUILDOMAT_TASK_ID=4 CARGO=/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo CARGO_HOME=/home/build/.cargo CARGO_INCREMENTAL=0 CARGO_MANIFEST_DIR=/work/oxidecomputer/omicron/dev-tools/crdb-seed CARGO_MANIFEST_PATH=/work/oxidecomputer/omicron/dev-tools/crdb-seed/Cargo.toml CARGO_PKG_AUTHORS= CARGO_PKG_DESCRIPTION= CARGO_PKG_HOMEPAGE= CARGO_PKG_LICENSE=MPL-2.0 CARGO_PKG_LICENSE_FILE= CARGO_PKG_NAME=crdb-seed CARGO_PKG_README=README.md CARGO_PKG_REPOSITORY= CARGO_PKG_RUST_VERSION= CARGO_PKG_VERSION=0.1.0 CARGO_PKG_VERSION_MAJOR=0 CARGO_PKG_VERSION_MINOR=1 CARGO_PKG_VERSION_PATCH=0 CARGO_PKG_VERSION_PRE= CARGO_TERM_COLOR=always CI=true GITHUB_BRANCH=iliana/1.84.1 GITHUB_REF=refs/heads/iliana/1.84.1 GITHUB_REPOSITORY=oxidecomputer/omicron GITHUB_SHA=dca2481cd962df162b787691858917fe3eff2e70 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-9c77913d5fb9ece9/out/build/artifacts/:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib LOGNAME=build NEXTEST=1 NEXTEST_ENV=/var/tmp/omicron_tmp/nextest-env7poUHY NEXTEST_LD_LIBRARY_PATH=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts:/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out:/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib:/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build:/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out:/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out:/work/oxidecomputer/omicron/target/debug/deps:/work/oxidecomputer/omicron/target/debug:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib/rustlib/x86_64-unknown-illumos/lib:/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/lib NEXTEST_RUN_ID=382a509b-922c-49f2-9324-fb5e72289613 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=-D warnings -C link-arg=-R/usr/platform/oxide/lib/amd64 RUSTUP_HOME=/home/build/.rustup RUSTUP_TOOLCHAIN=1.84.1-x86_64-unknown-illumos RUST_BACKTRACE=1 RUST_RECURSION_COUNT=2 SHLVL=1 SSL_CERT_DIR=/usr/ssl/certs SSL_CERT_FILE=/etc/ssl/cacert.pem TMPDIR=/var/tmp/omicron_tmp TZ=UTC USER=build _=/usr/bin/ptime
51392025-01-31T05:44:02.571ZJan 31 05:44:00.678 INFO cockroach pid: 9188
51402025-01-31T05:44:02.571ZJan 31 05:44:00.678 INFO cockroach listen URL: postgresql://root@[::1]:46542/omicron?sslmode=disable
51412025-01-31T05:44:02.572ZJan 31 05:44:00.678 INFO cockroach: populating
51422025-01-31T05:44:04.430ZJan 31 05:44:02.537 INFO cockroach: populated
51432025-01-31T05:44:05.365ZJan 31 05:44:03.473 INFO Created CRDB seed tarball: `/var/tmp/omicron_tmp/crdb-base-build/e4d56e3c7515cdd0473c40c83d86cf638c3f9200aae213c4e08263bd7fbbdfa6.tar`
51442025-01-31T05:44:05.370Z SETUP PASS [ 23.545s] crdb-seed: cargo run -p crdb-seed --profile test
51452025-01-31T05:44:05.373Z SETUP [ 2/2] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51462025-01-31T05:44:06.182Z Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
51472025-01-31T05:44:06.292Z Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
51482025-01-31T05:44:06.295Z Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
51492025-01-31T05:44:06.295Z Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
51502025-01-31T05:44:06.312Z Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
51512025-01-31T05:44:08.296Z Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
51522025-01-31T05:44:08.352Z Compiling clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
51532025-01-31T05:44:11.025Z Compiling oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
51542025-01-31T05:44:12.692Z Compiling clickhouse-cluster-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickhouse-cluster-dev)
51552025-01-31T05:44:19.449Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.00s
51562025-01-31T05:44:19.573Z Running `target/debug/clickhouse-cluster-dev`
51572025-01-31T05:44:19.613ZJan 31 05:44:17.717 INFO Setting up a ClickHouse cluster
51582025-01-31T05:44:19.615ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-3
51592025-01-31T05:44:19.623ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-1
51602025-01-31T05:44:19.626ZDeploying keeper: /var/tmp/omicron_tmp/clickward_test/keeper-2
51612025-01-31T05:44:19.629ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-2
51622025-01-31T05:44:19.631ZDeploying clickhouse server: /var/tmp/omicron_tmp/clickward_test/clickhouse-1
51632025-01-31T05:44:23.120ZJan 31 05:44:21.224 INFO ClickHouse server ready
51642025-01-31T05:44:23.123ZJan 31 05:44:21.224 INFO ClickHouse server ready
51652025-01-31T05:44:23.307ZJan 31 05:44:21.411 INFO Keepers ready: [KeeperId(1), KeeperId(2), KeeperId(3)]
51662025-01-31T05:44:23.312Z SETUP PASS [ 17.938s] clickhouse-cluster: cargo run -p clickhouse-cluster-dev
51672025-01-31T05:44:23.345Z PASS [ 0.032s] bootstore trust_quorum::rack_secret::tests::create_and_verify
51682025-01-31T05:44:23.354Z PASS [ 0.041s] bootstore schemes::v0::share_pkg::tests::create_packages
51692025-01-31T05:44:23.357Z PASS [ 0.041s] bootstore schemes::tests::hello_roundtrip
51702025-01-31T05:44:23.363Z PASS [ 0.050s] api_identity test::test_identity_no_field
51712025-01-31T05:44:23.366Z PASS [ 0.050s] api_identity test::test_identity
51722025-01-31T05:44:23.373Z PASS [ 0.025s] bootstore trust_quorum::rack_secret::tests::secret_splitting_fails_with_threshold_larger_than_total_shares
51732025-01-31T05:44:23.385Z PASS [ 0.072s] authz-macros tests::test_authz_snapshots
51742025-01-31T05:44:23.410Z PASS [ 0.097s] bootstore schemes::v0::peer::tests::network_config
51752025-01-31T05:44:23.416Z PASS [ 0.043s] clickana chart::tests::gather_chart_data_for_disk_usage_success
51762025-01-31T05:44:23.419Z PASS [ 0.031s] clickana chart::tests::gather_chart_data_for_memory_tracking_success
51772025-01-31T05:44:23.433Z PASS [ 0.022s] clickana chart::tests::gather_chart_data_for_query_count_success
51782025-01-31T05:44:23.438Z PASS [ 0.021s] clickana chart::tests::gather_chart_data_for_running_queries_success
51792025-01-31T05:44:23.475Z PASS [ 0.036s] clickhouse-admin-types tests::test_empty_distributed_ddl_queries_parse_success
51802025-01-31T05:44:23.484Z PASS [ 0.051s] clickhouse-admin-types tests::test_distributed_ddl_queries_parse_success
51812025-01-31T05:44:23.491Z PASS [ 0.074s] clickhouse-admin-types tests::test_additional_key_value_pairs_in_output_parse_fail
51822025-01-31T05:44:23.498Z PASS [ 0.023s] clickhouse-admin-types tests::test_empty_output_parse_fail
51832025-01-31T05:44:23.507Z PASS [ 0.022s] clickhouse-admin-types tests::test_empty_output_raft_config_parse_fail
51842025-01-31T05:44:23.517Z PASS [ 0.025s] clickhouse-admin-types tests::test_empty_value_lgif_parse_fail
51852025-01-31T05:44:23.524Z PASS [ 0.026s] clickhouse-admin-types tests::test_full_keeper_conf_parse_success
51862025-01-31T05:44:23.531Z PASS [ 0.024s] clickhouse-admin-types tests::test_full_lgif_parse_success
51872025-01-31T05:44:23.538Z PASS [ 0.021s] clickhouse-admin-types tests::test_full_raft_config_parse_success
51882025-01-31T05:44:23.557Z PASS [ 0.018s] clickhouse-admin-types tests::test_invalid_address_raft_config_parse_fail
51892025-01-31T05:44:23.563Z PASS [ 0.038s] clickhouse-admin-types tests::test_generate_keeper_config
51902025-01-31T05:44:23.563Z PASS [ 0.031s] clickhouse-admin-types tests::test_generate_replica_config
51912025-01-31T05:44:23.578Z PASS [ 0.021s] clickhouse-admin-types tests::test_malformed_output_keeper_conf_parse_fail
51922025-01-31T05:44:23.585Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_distributed_ddl_queries_parse_fail
51932025-01-31T05:44:23.590Z PASS [ 0.027s] clickhouse-admin-types tests::test_misshapen_id_raft_config_parse_fail
51942025-01-31T05:44:23.601Z PASS [ 0.022s] clickhouse-admin-types tests::test_misshapen_participant_raft_config_parse_fail
51952025-01-31T05:44:23.606Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_port_raft_config_parse_fail
51962025-01-31T05:44:23.611Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_priority_raft_config_parse_fail
51972025-01-31T05:44:23.621Z PASS [ 0.020s] clickhouse-admin-types tests::test_misshapen_raft_config_parse_fail
51982025-01-31T05:44:23.627Z PASS [ 0.021s] clickhouse-admin-types tests::test_misshapen_system_timeseries_parse_fail
51992025-01-31T05:44:23.632Z PASS [ 0.020s] clickhouse-admin-types tests::test_missing_address_raft_config_parse_fail
52002025-01-31T05:44:23.641Z PASS [ 0.019s] clickhouse-admin-types tests::test_missing_field_keeper_conf_parse_fail
52012025-01-31T05:44:23.646Z PASS [ 0.018s] clickhouse-admin-types tests::test_missing_keys_lgif_parse_fail
52022025-01-31T05:44:23.651Z PASS [ 0.018s] clickhouse-admin-types tests::test_missing_participant_raft_config_parse_fail
52032025-01-31T05:44:23.662Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_port_raft_config_parse_fail
52042025-01-31T05:44:23.667Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_priority_raft_config_parse_fail
52052025-01-31T05:44:23.672Z PASS [ 0.017s] clickhouse-admin-types tests::test_missing_server_id_raft_config_parse_fail
52062025-01-31T05:44:23.684Z PASS [ 0.021s] clickhouse-admin-types tests::test_missing_value_keeper_conf_parse_fail
52072025-01-31T05:44:23.688Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_keeper_conf_parse_fail
52082025-01-31T05:44:23.693Z PASS [ 0.020s] clickhouse-admin-types tests::test_non_existent_key_with_correct_value_lgif_parse_fail
52092025-01-31T05:44:23.702Z PASS [ 0.018s] clickhouse-admin-types tests::test_non_u64_value_lgif_parse_fail
52102025-01-31T05:44:23.707Z PASS [ 0.018s] clickhouse-admin-types tests::test_time_format_system_timeseries_parse_fail
52112025-01-31T05:44:23.712Z PASS [ 0.018s] clickhouse-admin-types tests::test_unix_epoch_system_timeseries_parse_success
52122025-01-31T05:44:23.739Z LEAK [ 0.353s] cert-dev::test-cert-dev test_cert_create
52132025-01-31T05:44:23.739Z PASS [ 0.021s] clickhouse-admin-types tests::test_utc_system_timeseries_parse_success
52142025-01-31T05:44:23.743Z PASS [ 0.022s] cockroach-admin-types tests::test_node_decommission_parse_with_no_trailing_notes
52152025-01-31T05:44:23.746Z PASS [ 0.021s] cockroach-admin-types tests::test_node_decommission_parse_with_trailing_notes
52162025-01-31T05:44:23.756Z PASS [ 0.016s] cockroach-admin-types tests::test_node_decommission_parse_with_unexpected_membership_value
52172025-01-31T05:44:23.761Z PASS [ 0.015s] cockroach-admin-types tests::test_node_status_parse_multiple_lines_from_csv
52182025-01-31T05:44:23.773Z PASS [ 0.017s] cockroach-admin-types tests::test_node_status_parse_single_line_from_csv
52192025-01-31T05:44:23.796Z PASS [ 0.083s] cockroach-admin-types tests::node_status_parse_doesnt_panic_on_arbitrary_input
52202025-01-31T05:44:23.802Z PASS [ 0.089s] cockroach-admin-types tests::node_decommission_parse_doesnt_panic_on_arbitrary_input
52212025-01-31T05:44:23.883Z PASS [ 0.519s] clickana chart::tests::gather_chart_data_failure
52222025-01-31T05:44:23.959Z PASS [ 0.075s] db-macros lookup::test::test_lookup_snapshots
52232025-01-31T05:44:23.976Z PASS [ 0.016s] db-macros tests::test_derive_metadata_identity_fails_for_enums
52242025-01-31T05:44:23.992Z PASS [ 0.015s] db-macros tests::test_derive_metadata_identity_fails_with_wrong_table_name_type
52252025-01-31T05:44:24.010Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_embedded_identity
52262025-01-31T05:44:24.027Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_fails_without_table_name
52272025-01-31T05:44:24.044Z PASS [ 0.271s] db-dev::test-db-dev test_db_dev_wipe_no_args
52282025-01-31T05:44:24.047Z PASS [ 0.282s] db-dev::test-db-dev test_db_dev_populate_no_args
52292025-01-31T05:44:24.047Z PASS [ 0.017s] db-macros tests::test_derive_metadata_identity_minimal_example_compiles
52302025-01-31T05:44:24.065Z PASS [ 0.020s] db-macros tests::test_derive_with_unknown_field
52312025-01-31T05:44:24.075Z PASS [ 0.031s] db-macros tests::test_derive_snapshots
52322025-01-31T05:44:24.300Z PASS [ 0.235s] dns-server storage::test::test_update_in_progress
52332025-01-31T05:44:24.310Z PASS [ 0.234s] dns-server storage::test::test_update_interrupted
52342025-01-31T05:44:24.317Z PASS [ 0.273s] dns-server storage::test::test_update_basic
52352025-01-31T05:44:24.432Z PASS [ 1.119s] bootstore schemes::v0::peer::tests::basic_3_nodes
52362025-01-31T05:44:24.831Z PASS [ 0.529s] dns-server::basic_test a_crud
52372025-01-31T05:44:24.831Z PASS [ 0.397s] dns-server::basic_test empty_record
52382025-01-31T05:44:24.831Z PASS [ 0.512s] dns-server::basic_test answers_match_question
52392025-01-31T05:44:24.838Z PASS [ 0.528s] dns-server::basic_test aaaa_crud
52402025-01-31T05:44:25.050Z PASS [ 0.220s] dns-server::basic_test multi_record_crud
52412025-01-31T05:44:25.067Z PASS [ 0.229s] dns-server::basic_test nxdomain
52422025-01-31T05:44:25.089Z PASS [ 0.250s] dns-server::basic_test name_contains_zone
52432025-01-31T05:44:25.112Z PASS [ 0.273s] dns-server::basic_test servfail
52442025-01-31T05:44:25.150Z PASS [ 0.038s] gateway-cli::bin/gateway-cli picocom_map::tests::remapping
52452025-01-31T05:44:25.153Z PASS [ 0.061s] gateway-cli::bin/gateway-cli picocom_map::tests::reject_invalid_rules
52462025-01-31T05:44:25.232Z PASS [ 0.082s] illumos-utils destructor::test::test_delayed_delete
52472025-01-31T05:44:25.263Z PASS [ 0.029s] illumos-utils destructor::test::test_destructor_bad_close
52482025-01-31T05:44:25.288Z PASS [ 0.237s] dns-server::basic_test srv_crud
52492025-01-31T05:44:25.294Z PASS [ 0.031s] illumos-utils link::test::test_allocate
52502025-01-31T05:44:25.318Z PASS [ 0.023s] illumos-utils running_zone::tests::test_is_oxide_smf_service
52512025-01-31T05:44:25.325Z PASS [ 0.036s] illumos-utils link::test::test_allocate_within_scopes
52522025-01-31T05:44:25.351Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_bad_avail
52532025-01-31T05:44:25.351Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_quota
52542025-01-31T05:44:25.377Z PASS [ 0.026s] illumos-utils zfs::test::parse_dataset_bad_usage
52552025-01-31T05:44:25.384Z PASS [ 0.033s] illumos-utils zfs::test::parse_dataset_bad_reservation
52562025-01-31T05:44:25.409Z PASS [ 0.031s] illumos-utils zfs::test::parse_dataset_bad_uuid
52572025-01-31T05:44:25.412Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_missing_fields
52582025-01-31T05:44:25.435Z PASS [ 0.025s] illumos-utils zfs::test::parse_dataset_props_with_optionals
52592025-01-31T05:44:25.442Z PASS [ 0.032s] illumos-utils zfs::test::parse_dataset_props
52602025-01-31T05:44:25.464Z PASS [ 0.029s] illumos-utils zfs::test::parse_dataset_too_many_columns
52612025-01-31T05:44:25.471Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_dash
52622025-01-31T05:44:25.492Z PASS [ 0.028s] illumos-utils zfs::test::parse_dataset_uuid_ignored_if_inherited
52632025-01-31T05:44:25.500Z PASS [ 0.027s] illumos-utils zfs::test::parse_quota_ignored_if_default
52642025-01-31T05:44:25.518Z PASS [ 0.026s] illumos-utils zfs::test::parse_reservation_ignored_if_default
52652025-01-31T05:44:25.525Z PASS [ 0.025s] illumos-utils zfs::test::parse_sorts_and_dedups
52662025-01-31T05:44:25.551Z PASS [ 0.032s] illumos-utils zone::tests::test_parse_ip_network
52672025-01-31T05:44:25.553Z PASS [ 0.025s] illumos-utils zpool::test::test_parse_zpool
52682025-01-31T05:44:25.577Z PASS [ 0.026s] illumos-utils zpool::test::test_parse_zpool_missing_column
52692025-01-31T05:44:25.927Z PASS [ 0.776s] illumos-utils destructor::test::test_delayed_delete_with_error
52702025-01-31T05:44:26.055Z PASS [ 2.698s] bootstore::v0-fsm-proptest-learner run
52712025-01-31T05:44:26.205Z PASS [ 0.277s] installinator-common block_size_writer::tests::proptest_block_writer
52722025-01-31T05:44:27.116Z PASS [ 0.910s] internal-dns-resolver resolver::test::insert_and_lookup_one_record
52732025-01-31T05:44:27.132Z PASS [ 1.078s] internal-dns-resolver resolver::test::insert_and_lookup_multiple_records
52742025-01-31T05:44:27.541Z PASS [ 0.425s] internal-dns-resolver resolver::test::lookup_nonexistent_record_fails
52752025-01-31T05:44:27.591Z PASS [ 0.458s] internal-dns-resolver resolver::test::resolver_can_access_backup_dns_server
52762025-01-31T05:44:27.636Z PASS [ 2.058s] installinator write::tests::proptest_write_artifact
52772025-01-31T05:44:27.870Z PASS [ 0.328s] internal-dns-resolver resolver::test::resolver_can_be_used_with_progenitor_client
52782025-01-31T05:44:27.901Z PASS [ 0.310s] internal-dns-resolver resolver::test::resolver_doesnt_bail_on_missing_targets
52792025-01-31T05:44:27.908Z PASS [ 0.038s] internal-dns-types config::test::display_hosts
52802025-01-31T05:44:27.911Z PASS [ 0.272s] internal-dns-resolver resolver::test::update_record
52812025-01-31T05:44:27.929Z PASS [ 0.028s] internal-dns-types config::test::display_srv_service
52822025-01-31T05:44:27.954Z PASS [ 0.045s] internal-dns-types config::test::test_builder_errors
52832025-01-31T05:44:27.984Z PASS [ 0.030s] internal-dns-types diff::test::diff_equivalent
52842025-01-31T05:44:27.984Z PASS [ 0.075s] internal-dns-types config::test::test_builder_output
52852025-01-31T05:44:27.997Z PASS [ 0.062s] internal-dns-types diff::test::diff_different
52862025-01-31T05:44:28.011Z PASS [ 0.026s] internal-dns-types diff::test::diff_invalid
52872025-01-31T05:44:28.034Z PASS [ 0.049s] ipcc tests::deserialize_fixed_value
52882025-01-31T05:44:28.046Z PASS [ 0.047s] ipcc tests::installinator_image_id_round_trip
52892025-01-31T05:44:28.048Z PASS [ 0.034s] ipcc tests::serialized_size
52902025-01-31T05:44:28.115Z PASS [ 0.069s] key-manager tests::disk_encryption_key_epoch_0
52912025-01-31T05:44:28.115Z PASS [ 0.080s] key-manager tests::different_disks_produce_different_keys
52922025-01-31T05:44:28.117Z PASS [ 0.069s] key-manager tests::different_ikm_produces_different_keys
52932025-01-31T05:44:28.137Z PASS [ 4.769s] bootstore::v0-fsm-proptest-rack-coordinator run
52942025-01-31T05:44:28.144Z PASS [ 0.029s] key-manager tests::loading_key_for_old_epoch_loads_latest_epoch
52952025-01-31T05:44:28.210Z PASS [ 0.066s] nexus-auth authn::external::session_cookie::test::test_get_token
52962025-01-31T05:44:28.212Z PASS [ 0.073s] nexus-auth authn::external::session_cookie::test::test_garbage_cookie
52972025-01-31T05:44:28.231Z PASS [ 0.116s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_idle
52982025-01-31T05:44:28.231Z PASS [ 0.116s] nexus-auth authn::external::session_cookie::test::test_expired_cookie_absolute
52992025-01-31T05:44:28.243Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_get_token_no_header
53002025-01-31T05:44:28.249Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_get_token_other_cookie_present
53012025-01-31T05:44:28.264Z PASS [ 0.033s] nexus-auth authn::external::session_cookie::test::test_missing_cookie
53022025-01-31T05:44:28.270Z PASS [ 0.038s] nexus-auth authn::external::session_cookie::test::test_other_cookie
53032025-01-31T05:44:28.273Z PASS [ 0.028s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value
53042025-01-31T05:44:28.282Z PASS [ 0.031s] nexus-auth authn::external::session_cookie::test::test_session_cookie_value_error
53052025-01-31T05:44:28.297Z PASS [ 0.032s] nexus-auth authn::external::session_cookie::test::test_valid_cookie
53062025-01-31T05:44:28.313Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_make_header_value
53072025-01-31T05:44:28.316Z PASS [ 0.042s] nexus-auth authn::external::spoof::test::test_make_header_value_raw
53082025-01-31T05:44:28.320Z PASS [ 0.038s] nexus-auth authn::external::spoof::test::test_spoof_header_bad_uuids
53092025-01-31T05:44:28.332Z PASS [ 0.030s] nexus-auth authn::external::spoof::test::test_spoof_header_missing
53102025-01-31T05:44:28.345Z PASS [ 0.031s] nexus-auth authn::external::spoof::test::test_spoof_header_valid
53112025-01-31T05:44:28.357Z PASS [ 0.043s] nexus-auth authn::external::spoof::test::test_spoof_reserved_values
53122025-01-31T05:44:28.363Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_make_header_value
53132025-01-31T05:44:28.370Z PASS [ 0.048s] nexus-auth authn::external::test::test_authn_sequence
53142025-01-31T05:44:28.389Z PASS [ 0.031s] nexus-auth authn::external::token::test::test_token_header_missing
53152025-01-31T05:44:28.392Z PASS [ 0.038s] nexus-auth authn::external::token::test::test_token_header_bad_utf8
53162025-01-31T05:44:28.397Z PASS [ 0.033s] nexus-auth authn::external::token::test::test_token_header_valid
53172025-01-31T05:44:28.441Z PASS [ 0.070s] nexus-auth authn::test::test_internal_users
53182025-01-31T05:44:28.458Z PASS [ 0.067s] nexus-auth authz::oso_generic::test::test_duplicate_polar_classes
53192025-01-31T05:44:28.481Z PASS [ 0.079s] nexus-auth context::test::test_background_context
53202025-01-31T05:44:28.504Z PASS [ 0.114s] nexus-auth authz::context::test::test_unregistered_resource
53212025-01-31T05:44:28.536Z PASS [ 0.095s] nexus-auth context::test::test_child_context
53222025-01-31T05:44:28.539Z PASS [ 0.078s] nexus-auth context::test::test_test_context
53232025-01-31T05:44:28.579Z PASS [ 0.062s] nexus-config nexus_config::test::test_config_bad_toml
53242025-01-31T05:44:28.638Z PASS [ 0.101s] nexus-config nexus_config::test::test_config_nonexistent
53252025-01-31T05:44:28.638Z PASS [ 0.101s] nexus-config nexus_config::test::test_config_empty
53262025-01-31T05:44:28.638Z PASS [ 0.156s] nexus-config nexus_config::test::test_bad_authn_schemes
53272025-01-31T05:44:28.699Z PASS [ 0.109s] nexus-config nexus_config::test::test_deployment_config_schema
53282025-01-31T05:44:28.748Z PASS [ 0.097s] nexus-config nexus_config::test::test_repo_configs_are_valid
53292025-01-31T05:44:28.762Z PASS [ 0.063s] nexus-config postgres_config::test::test_bad_url
53302025-01-31T05:44:28.765Z PASS [ 0.124s] nexus-config nexus_config::test::test_valid
53312025-01-31T05:44:28.765Z PASS [ 0.118s] nexus-config nexus_config::test::test_invalid_ipv4_prefix_tunable
53322025-01-31T05:44:28.846Z PASS [ 4.979s] db-dev::test-db-dev test_db_killed
53332025-01-31T05:44:28.862Z PASS [ 0.112s] nexus-config postgres_config::test::test_example_url
53342025-01-31T05:44:28.862Z PASS [ 0.098s] nexus-db-fixed-data silo_user::test::test_silo_user_ids_are_valid
53352025-01-31T05:44:28.862Z PASS [ 0.089s] nexus-db-fixed-data test::test_allowlist_id_is_valid
53362025-01-31T05:44:28.920Z PASS [ 0.073s] nexus-db-fixed-data test::test_builtin_fleet_id_is_valid
53372025-01-31T05:44:28.923Z PASS [ 0.134s] nexus-db-fixed-data role_builtin::test::test_fixed_role_data
53382025-01-31T05:44:28.974Z PASS [ 0.059s] nexus-db-model bytecount::test::test_bytecount_i64_conversions
53392025-01-31T05:44:28.982Z PASS [ 0.120s] nexus-db-model bytecount::test::test_pg_numeric_to_byte_count
53402025-01-31T05:44:29.028Z PASS [ 0.165s] nexus-db-fixed-data user_builtin::test::test_builtin_user_ids_are_valid
53412025-01-31T05:44:29.037Z PASS [ 0.046s] nexus-db-model role_assignment::tests::test_role_assignment_from_database
53422025-01-31T05:44:29.040Z PASS [ 0.054s] nexus-db-model instance_state::tests::test_from_str_roundtrips
53432025-01-31T05:44:29.066Z PASS [ 0.146s] nexus-db-model device_auth::test::test_generate_user_code
53442025-01-31T05:44:29.084Z PASS [ 0.046s] nexus-db-model schema_versions::test::test_known_versions
53452025-01-31T05:44:29.092Z PASS [ 4.024s] dns-server::commands_test test_dnsadm
53462025-01-31T05:44:29.116Z PASS [ 0.142s] nexus-db-model inventory::test::test_inv_nvme_disk_firmware
53472025-01-31T05:44:29.125Z PASS [ 0.032s] nexus-db-model schema_versions::test::test_verify
53482025-01-31T05:44:29.132Z PASS [ 0.065s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_names
53492025-01-31T05:44:29.135Z PASS [ 0.104s] nexus-db-model schema_versions::test::test_allows_valid_up_sql_collections
53502025-01-31T05:44:29.135Z PASS [ 0.048s] nexus-db-model schema_versions::test::test_reject_no_up_sql_files
53512025-01-31T05:44:29.135Z PASS [ 0.094s] nexus-db-model schema_versions::test::test_reject_invalid_up_sql_collections
53522025-01-31T05:44:29.150Z PASS [ 0.027s] nexus-db-model semver_version::test::test_to_from_sortable_string
53532025-01-31T05:44:29.162Z PASS [ 0.030s] nexus-db-model tests::test_ip_subnet_check_requestable_address
53542025-01-31T05:44:29.164Z PASS [ 0.029s] nexus-db-model tests::test_roles_database_strings
53552025-01-31T05:44:29.171Z PASS [ 0.035s] nexus-db-model tests::test_vpc_subnet_check_requestable_addr
53562025-01-31T05:44:29.174Z PASS [ 0.039s] nexus-db-model tests::test_ipv6_net_random_subnet
53572025-01-31T05:44:29.178Z PASS [ 0.045s] nexus-db-model vmm_state::tests::test_all_terminal_api_states_are_terminal_db_states
53582025-01-31T05:44:29.182Z PASS [ 0.028s] nexus-db-model vmm_state::tests::test_from_str_roundtrips
53592025-01-31T05:44:29.319Z PASS [ 3.767s] installinator mock_peers::tests::proptest_fetch_artifact
53602025-01-31T05:44:32.507Z PASS [ 3.334s] nexus-db-queries db::collection_attach::test::test_attach_missing_collection_fails
53612025-01-31T05:44:32.689Z PASS [ 3.506s] nexus-db-queries db::collection_attach::test::test_attach_once
53622025-01-31T05:44:32.702Z PASS [ 3.540s] nexus-db-queries db::collection_attach::test::test_attach_deleted_resource_fails
53632025-01-31T05:44:32.861Z PASS [ 3.698s] nexus-db-queries db::collection_attach::test::test_attach_beyond_capacity_fails
53642025-01-31T05:44:32.904Z PASS [ 3.730s] nexus-db-queries db::collection_attach::test::test_attach_missing_resource_fails
53652025-01-31T05:44:32.906Z PASS [ 0.042s] nexus-db-queries db::collection_attach::test::test_verify_query
53662025-01-31T05:44:33.016Z PASS [ 3.695s] nexus-db-queries db::collection_attach::test::test_attach_once_synchronous
53672025-01-31T05:44:33.016Z PASS [ 3.832s] nexus-db-queries db::collection_attach::test::test_attach_multiple_times
53682025-01-31T05:44:35.585Z PASS [ 2.681s] nexus-db-queries db::collection_detach::test::test_detach_deleted_resource_fails
53692025-01-31T05:44:35.620Z PASS [ 2.930s] nexus-db-queries db::collection_attach::test::test_attach_with_filters
53702025-01-31T05:44:35.710Z PASS [ 2.694s] nexus-db-queries db::collection_detach::test::test_detach_once
53712025-01-31T05:44:35.755Z PASS [ 0.044s] nexus-db-queries db::collection_detach::test::test_verify_query
53722025-01-31T05:44:35.762Z PASS [ 2.746s] nexus-db-queries db::collection_detach::test::test_detach_missing_resource_fails
53732025-01-31T05:44:35.831Z PASS [ 3.323s] nexus-db-queries db::collection_attach::test::test_attach_while_already_attached
53742025-01-31T05:44:35.898Z PASS [ 3.194s] nexus-db-queries db::collection_attach::test::test_attach_without_update_filter
53752025-01-31T05:44:35.918Z PASS [ 3.013s] nexus-db-queries db::collection_detach::test::test_detach_missing_collection_fails
53762025-01-31T05:44:38.315Z PASS [ 2.694s] nexus-db-queries db::collection_detach::test::test_detach_without_update_filter
53772025-01-31T05:44:38.344Z PASS [ 2.445s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_collection_fails
53782025-01-31T05:44:38.439Z PASS [ 2.853s] nexus-db-queries db::collection_detach::test::test_detach_while_already_detached
53792025-01-31T05:44:38.483Z PASS [ 14.677s] db-dev::test-db-dev test_db_run
53802025-01-31T05:44:38.522Z PASS [ 0.039s] nexus-db-queries db::collection_detach_many::test::test_verify_query
53812025-01-31T05:44:38.537Z PASS [ 2.619s] nexus-db-queries db::collection_detach_many::test::test_detach_missing_resource_succeeds
53822025-01-31T05:44:38.576Z PASS [ 2.812s] nexus-db-queries db::collection_detach_many::test::test_detach_filter_collection
53832025-01-31T05:44:38.578Z PASS [ 2.744s] nexus-db-queries db::collection_detach_many::test::test_detach_many
53842025-01-31T05:44:38.590Z PASS [ 2.833s] nexus-db-queries db::collection_detach_many::test::test_detach_deleted_resource
53852025-01-31T05:44:38.618Z PASS [ 0.042s] nexus-db-queries db::column_walker::test::test_all_columns_with_prefix
53862025-01-31T05:44:38.625Z PASS [ 0.049s] nexus-db-queries db::collection_insert::test::test_verify_query
53872025-01-31T05:44:38.628Z PASS [ 0.037s] nexus-db-queries db::column_walker::test::test_walk_columns
53882025-01-31T05:44:38.659Z PASS [ 0.040s] nexus-db-queries db::column_walker::test::test_walk_table
53892025-01-31T05:44:40.507Z PASS [ 1.985s] nexus-db-queries db::collection_insert::test::test_collection_not_present
53902025-01-31T05:44:40.655Z PASS [ 2.117s] nexus-db-queries db::collection_insert::test::test_collection_present
53912025-01-31T05:44:40.772Z PASS [ 2.456s] nexus-db-queries db::collection_detach_many::test::test_detach_once
53922025-01-31T05:44:40.948Z PASS [ 2.507s] nexus-db-queries db::collection_detach_many::test::test_detach_while_already_detached
53932025-01-31T05:44:40.981Z PASS [ 2.637s] nexus-db-queries db::collection_detach_many::test::test_detach_once_synchronous
53942025-01-31T05:44:42.462Z PASS [ 3.830s] nexus-db-queries db::datastore::bgp::tests::test_delete_bgp_config_and_announce_set_by_name
53952025-01-31T05:44:42.513Z PASS [ 3.886s] nexus-db-queries db::datastore::allow_list::tests::test_allowed_source_ip_database_ops
53962025-01-31T05:44:42.712Z PASS [ 1.729s] nexus-db-queries db::datastore::db_metadata::test::ensure_schema_is_current_version
53972025-01-31T05:44:42.894Z PASS [ 4.234s] nexus-db-queries db::datastore::clickhouse_policy::tests::test_clickhouse_policy_basic
53982025-01-31T05:44:43.834Z PASS [ 2.886s] nexus-db-queries db::datastore::db_metadata::test::concurrent_nexus_instances_only_move_forward
53992025-01-31T05:44:44.810Z PASS [ 4.302s] nexus-db-queries db::datastore::cockroachdb_node_id::tests::test_cockroachdb_node_id
54002025-01-31T05:44:44.893Z PASS [ 4.237s] nexus-db-queries db::datastore::cockroachdb_settings::test::test_preserve_downgrade
54012025-01-31T05:44:44.923Z PASS [ 2.460s] nexus-db-queries db::datastore::db_metadata::test::schema_version_subcomponents_save_progress
54022025-01-31T05:44:45.271Z PASS [ 4.498s] nexus-db-queries db::datastore::crucible_dataset::test::test_insert_if_not_exists
54032025-01-31T05:44:47.211Z PASS [ 4.316s] nexus-db-queries db::datastore::deployment::tests::test_empty_blueprint
54042025-01-31T05:44:47.562Z PASS [ 4.849s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_deallocate_external_networking
54052025-01-31T05:44:47.631Z PASS [ 0.068s] nexus-db-queries db::datastore::dns::test::test_dns_builder_basic
54062025-01-31T05:44:47.638Z PASS [ 5.124s] nexus-db-queries db::datastore::deployment::external_networking::tests::test_allocate_external_networking
54072025-01-31T05:44:48.763Z PASS [ 4.928s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_bails_on_bad_target
54082025-01-31T05:44:48.958Z PASS [ 4.146s] nexus-db-queries db::datastore::deployment::tests::test_ensure_external_networking_works_with_good_target
54092025-01-31T05:44:49.159Z PASS [ 4.235s] nexus-db-queries db::datastore::deployment::tests::test_set_target
54102025-01-31T05:44:49.809Z PASS [ 4.914s] nexus-db-queries db::datastore::deployment::tests::test_representative_blueprint
54112025-01-31T05:44:50.095Z PASS [ 4.822s] nexus-db-queries db::datastore::deployment::tests::test_set_target_enabled
54122025-01-31T05:44:51.536Z PASS [ 4.323s] nexus-db-queries db::datastore::disk::tests::test_undelete_disk_set_faulted_idempotent
54132025-01-31T05:44:51.694Z PASS [ 4.062s] nexus-db-queries db::datastore::dns::test::test_dns_uniqueness
54142025-01-31T05:44:52.430Z PASS [ 4.790s] nexus-db-queries db::datastore::dns::test::test_dns_update_from_version
54152025-01-31T05:44:53.289Z PASS [ 4.330s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_basic
54162025-01-31T05:44:53.653Z PASS [ 4.493s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_complex
54172025-01-31T05:44:53.901Z PASS [ 4.090s] nexus-db-queries db::datastore::dns::test::test_read_dns_config_uninitialized
54182025-01-31T05:44:54.159Z PASS [ 5.394s] nexus-db-queries db::datastore::dns::test::test_dns_update_incremental
54192025-01-31T05:44:54.943Z PASS [ 4.847s] nexus-db-queries db::datastore::external_ip::tests::test_service_ip_list
54202025-01-31T05:44:55.970Z PASS [ 4.275s] nexus-db-queries db::datastore::instance::tests::test_instance_commit_update_is_idempotent
54212025-01-31T05:44:56.819Z PASS [ 4.388s] nexus-db-queries db::datastore::instance::tests::test_instance_fetch_all
54222025-01-31T05:44:57.976Z PASS [ 4.321s] nexus-db-queries db::datastore::instance::tests::test_instance_update_invalidated_while_locked
54232025-01-31T05:44:58.028Z PASS [ 6.490s] nexus-db-queries db::datastore::instance::tests::test_instance_and_vmm_list_by_sled_agent
54242025-01-31T05:44:58.094Z PASS [ 4.192s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_acquires_lock
54252025-01-31T05:44:58.107Z PASS [ 4.816s] nexus-db-queries db::datastore::instance::tests::test_instance_set_migration_ids
54262025-01-31T05:44:58.317Z PASS [ 4.154s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_cant_unlock_someone_elses_instance_
54272025-01-31T05:44:58.882Z PASS [ 3.938s] nexus-db-queries db::datastore::instance::tests::test_instance_updater_lock_is_idempotent
54282025-01-31T05:45:00.125Z PASS [ 4.154s] nexus-db-queries db::datastore::instance::tests::test_unlocking_a_deleted_instance_is_okay
54292025-01-31T05:45:00.517Z PASS [ 3.697s] nexus-db-queries db::datastore::inventory::test::test_find_hw_baseboard_id_missing_returns_not_found
54302025-01-31T05:45:02.345Z PASS [ 4.030s] nexus-db-queries db::datastore::ip_pool::test::test_internal_ip_pool
54312025-01-31T05:45:02.619Z PASS [ 4.523s] nexus-db-queries db::datastore::inventory::test::test_representative_collection_populates_database
54322025-01-31T05:45:02.680Z PASS [ 4.703s] nexus-db-queries db::datastore::inventory::test::test_inventory_deletion
54332025-01-31T05:45:02.991Z PASS [ 4.882s] nexus-db-queries db::datastore::ip_pool::test::test_default_ip_pools
54342025-01-31T05:45:03.631Z PASS [ 4.748s] nexus-db-queries db::datastore::ip_pool::test::test_ip_pool_utilization
54352025-01-31T05:45:04.301Z PASS [ 6.271s] nexus-db-queries db::datastore::inventory::test::test_inventory_insert
54362025-01-31T05:45:04.647Z PASS [ 4.129s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_sync_service_zones
54372025-01-31T05:45:06.164Z PASS [ 6.038s] nexus-db-queries db::datastore::ipv4_nat_entry::test::ipv4_nat_changeset
54382025-01-31T05:45:06.227Z PASS [ 3.881s] nexus-db-queries db::datastore::ipv4_nat_entry::test::nat_version_tracking
54392025-01-31T05:45:06.819Z PASS [ 4.199s] nexus-db-queries db::datastore::ipv4_nat_entry::test::table_allows_unique_active_multiple_deleted
54402025-01-31T05:45:06.884Z PASS [ 4.202s] nexus-db-queries db::datastore::migration::tests::test_migration_query_by_instance
54412025-01-31T05:45:07.801Z PASS [ 4.808s] nexus-db-queries db::datastore::network_interface::tests::test_service_network_interfaces_list
54422025-01-31T05:45:07.871Z PASS [ 4.239s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_expunge
54432025-01-31T05:45:09.895Z PASS [ 5.593s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassign_fails_if_no_collectors
54442025-01-31T05:45:10.630Z PASS [ 4.465s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_reassigns_if_oximeter_expunged
54452025-01-31T05:45:10.993Z PASS [ 4.173s] nexus-db-queries db::datastore::oximeter::tests::test_producers_list_expired
54462025-01-31T05:45:11.249Z PASS [ 4.365s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_cannot_insert_to_expunged_sled
54472025-01-31T05:45:12.039Z PASS [ 4.237s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_deletion_idempotency
54482025-01-31T05:45:12.449Z PASS [ 4.576s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_delete_reupsert_new_sled
54492025-01-31T05:45:14.385Z PASS [ 4.489s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_different_disks
54502025-01-31T05:45:15.164Z PASS [ 4.532s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_reupsert_new_sled
54512025-01-31T05:45:15.422Z PASS [ 4.427s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_insert_same_uuid_collides
54522025-01-31T05:45:16.367Z PASS [ 5.116s] nexus-db-queries db::datastore::physical_disk::test::physical_disk_uninitialized_list
54532025-01-31T05:45:17.276Z PASS [ 4.826s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_empty
54542025-01-31T05:45:17.695Z PASS [ 13.045s] nexus-db-queries db::datastore::oximeter::tests::test_oximeter_reassigns_randomly
54552025-01-31T05:45:17.741Z PASS [ 0.045s] nexus-db-queries db::datastore::region::test::test_extent_count
54562025-01-31T05:45:18.504Z PASS [ 6.464s] nexus-db-queries db::datastore::rack::test::allocate_sled_underlay_subnet_octets
54572025-01-31T05:45:18.720Z PASS [ 4.333s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_missing_service_pool_ip_throws_error
54582025-01-31T05:45:19.546Z PASS [ 4.381s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_overlapping_ips_throws_error
54592025-01-31T05:45:20.179Z PASS [ 4.756s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_many_nexus_services
54602025-01-31T05:45:21.305Z PASS [ 4.937s] nexus-db-queries db::datastore::rack::test::rack_set_initialized_with_services
54612025-01-31T05:45:21.762Z PASS [ 4.485s] nexus-db-queries db::datastore::rack::test::rack_sled_subnet_allocations
54622025-01-31T05:45:21.818Z PASS [ 4.075s] nexus-db-queries db::datastore::region_replacement::test::test_one_replacement_per_volume
54632025-01-31T05:45:22.609Z PASS [ 4.103s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_drive_saga
54642025-01-31T05:45:22.812Z PASS [ 4.091s] nexus-db-queries db::datastore::region_replacement::test::test_replacement_done_in_middle_of_finish_saga
54652025-01-31T05:45:23.894Z PASS [ 4.346s] nexus-db-queries db::datastore::region_snapshot_replacement::test::count_replacement_steps
54662025-01-31T05:45:24.705Z PASS [ 4.525s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict
54672025-01-31T05:45:25.409Z PASS [ 4.102s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_conflict_with_region_replacement
54682025-01-31T05:45:25.927Z PASS [ 4.108s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume
54692025-01-31T05:45:25.996Z PASS [ 4.233s] nexus-db-queries db::datastore::region_snapshot_replacement::test::region_snapshot_replacement_step_gc
54702025-01-31T05:45:26.562Z PASS [ 3.952s] nexus-db-queries db::datastore::region_snapshot_replacement::test::test_one_replacement_per_volume_conflict_with_region
54712025-01-31T05:45:26.889Z PASS [ 4.076s] nexus-db-queries db::datastore::region_snapshot_replacement::test::unique_region_snapshot_replacement_step_per_volume
54722025-01-31T05:45:27.821Z PASS [ 3.926s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::insert_if_not_exists
54732025-01-31T05:45:28.402Z PASS [ 22.170s] nexus-db-queries db::datastore::oximeter::tests::test_producer_endpoint_upsert_rejects_expunged_oximeters
54742025-01-31T05:45:28.831Z PASS [ 4.125s] nexus-db-queries db::datastore::rendezvous_debug_dataset::tests::tombstone
54752025-01-31T05:45:29.322Z PASS [ 3.912s] nexus-db-queries db::datastore::saga::test::test_create_event_idempotent
54762025-01-31T05:45:30.047Z PASS [ 4.049s] nexus-db-queries db::datastore::saga::test::test_list_no_unfinished_nodes
54772025-01-31T05:45:30.050Z PASS [ 4.119s] nexus-db-queries db::datastore::saga::test::test_list_candidate_sagas
54782025-01-31T05:45:30.866Z PASS [ 3.976s] nexus-db-queries db::datastore::saga::test::test_saga_reassignment
54792025-01-31T05:45:30.918Z PASS [ 4.355s] nexus-db-queries db::datastore::saga::test::test_list_unfinished_nodes
54802025-01-31T05:45:31.882Z PASS [ 4.060s] nexus-db-queries db::datastore::saga::test::test_update_state_idempotent
54812025-01-31T05:45:33.595Z PASS [ 5.192s] nexus-db-queries db::datastore::sled::test::sled_list_batch
54822025-01-31T05:45:33.959Z PASS [ 5.126s] nexus-db-queries db::datastore::sled::test::sled_reservation_create_non_provisionable
54832025-01-31T05:45:34.314Z PASS [ 4.990s] nexus-db-queries db::datastore::sled::test::test_sled_expungement_also_expunges_disks
54842025-01-31T05:45:34.607Z PASS [ 4.559s] nexus-db-queries db::datastore::sled::test::upsert_sled_doesnt_update_decommissioned
54852025-01-31T05:45:35.017Z PASS [ 4.098s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_hardware
54862025-01-31T05:45:35.258Z PASS [ 4.390s] nexus-db-queries db::datastore::sled::test::upsert_sled_updates_fails_with_stale_sled_agent_gen
54872025-01-31T05:45:36.062Z PASS [ 4.179s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_create_capacity_limits
54882025-01-31T05:45:39.075Z PASS [ 9.026s] nexus-db-queries db::datastore::sled::test::test_sled_transitions
54892025-01-31T05:45:39.352Z PASS [ 4.093s] nexus-db-queries db::datastore::support_bundle::test::test_crud_operations
54902025-01-31T05:45:39.491Z PASS [ 4.472s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_list_filtering
54912025-01-31T05:45:39.680Z PASS [ 5.720s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_dataset
54922025-01-31T05:45:39.683Z PASS [ 6.084s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_deleted_from_expunged_dataset
54932025-01-31T05:45:40.171Z PASS [ 4.108s] nexus-db-queries db::datastore::switch_port::test::test_bgp_boundary_switches
54942025-01-31T05:45:40.231Z PASS [ 5.916s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_no_reassign
54952025-01-31T05:45:40.442Z PASS [ 5.833s] nexus-db-queries db::datastore::support_bundle::test::test_bundle_failed_from_expunged_nexus_with_reassign
54962025-01-31T05:45:43.849Z PASS [ 4.167s] nexus-db-queries db::datastore::test::test_queries_do_not_require_full_table_scan
54972025-01-31T05:45:43.857Z PASS [ 4.503s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_is_idempotent
54982025-01-31T05:45:43.870Z PASS [ 4.189s] nexus-db-queries db::datastore::test::test_project_creation
54992025-01-31T05:45:43.945Z PASS [ 4.869s] nexus-db-queries db::datastore::test::test_deallocate_external_ip_by_instance_id_is_idempotent
55002025-01-31T05:45:44.000Z PASS [ 4.508s] nexus-db-queries db::datastore::test::test_external_ip_check_constraints
55012025-01-31T05:45:44.320Z PASS [ 4.148s] nexus-db-queries db::datastore::test::test_rack_initialize_is_idempotent
55022025-01-31T05:45:44.867Z PASS [ 4.424s] nexus-db-queries db::datastore::test::test_region_allocation_not_enough_zpools
55032025-01-31T05:45:48.759Z PASS [ 4.901s] nexus-db-queries db::datastore::test::test_region_allocation_only_operates_on_zpools_in_inventory
55042025-01-31T05:45:49.052Z PASS [ 5.201s] nexus-db-queries db::datastore::test::test_region_allocation_only_considers_disks_in_service
55052025-01-31T05:45:49.331Z PASS [ 4.462s] nexus-db-queries db::datastore::test::test_session_methods
55062025-01-31T05:45:50.451Z PASS [ 10.217s] nexus-db-queries db::datastore::test::test_region_allocation_is_idempotent
55072025-01-31T05:45:52.711Z PASS [ 8.764s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random
55082025-01-31T05:45:53.051Z PASS [ 4.290s] nexus-db-queries db::datastore::test::test_sled_ipv6_address_allocation
55092025-01-31T05:45:53.350Z PASS [ 4.297s] nexus-db-queries db::datastore::test::test_ssh_keys
55102025-01-31T05:45:53.456Z PASS [ 4.124s] nexus-db-queries db::datastore::test::test_table_scan
55112025-01-31T05:45:53.643Z PASS [ 9.321s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds_fails
55122025-01-31T05:45:53.865Z PASS [ 9.993s] nexus-db-queries db::datastore::test::test_region_allocation_out_of_space_fails
55132025-01-31T05:45:54.531Z PASS [ 10.528s] nexus-db-queries db::datastore::test::test_region_allocation_strat_random_with_distinct_sleds
55142025-01-31T05:45:54.537Z PASS [ 4.085s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete
55152025-01-31T05:45:54.572Z PASS [ 0.034s] nexus-db-queries db::datastore::volume::tests::test_read_only_target_in_vcr
55162025-01-31T05:45:54.609Z PASS [ 0.037s] nexus-db-queries db::datastore::volume::tests::test_replace_read_only_target_in_vcr
55172025-01-31T05:45:57.390Z PASS [ 4.338s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete
55182025-01-31T05:45:57.429Z PASS [ 4.717s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_instance_create_and_delete_twice
55192025-01-31T05:45:57.722Z PASS [ 4.077s] nexus-db-queries db::datastore::volume::tests::test_deserialize_old_crucible_resources
55202025-01-31T05:45:57.737Z PASS [ 4.385s] nexus-db-queries db::datastore::virtual_provisioning_collection::test::test_storage_create_and_delete_twice
55212025-01-31T05:45:58.086Z PASS [ 4.629s] nexus-db-queries db::datastore::vmm::tests::test_vmm_and_migration_update_runtime
55222025-01-31T05:45:58.093Z PASS [ 4.226s] nexus-db-queries db::datastore::volume::tests::test_find_volumes_referencing_socket_addr
55232025-01-31T05:46:01.618Z PASS [ 4.188s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_conflict_error_returned
55242025-01-31T05:46:01.828Z PASS [ 4.090s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_should_fail_without_volume
55252025-01-31T05:46:01.856Z PASS [ 4.133s] nexus-db-queries db::datastore::volume_repair::test::volume_lock_relock_allowed
55262025-01-31T05:46:02.416Z PASS [ 4.329s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_raw_returns_none_on_vni_exhaustion
55272025-01-31T05:46:02.424Z PASS [ 4.330s] nexus-db-queries db::datastore::vpc::tests::test_project_create_vpc_retries
55282025-01-31T05:46:03.970Z PASS [ 1.546s] nexus-db-queries db::explain::test::test_explain_full_table_scan
55292025-01-31T05:46:04.028Z PASS [ 1.611s] nexus-db-queries db::explain::test::test_explain_async
55302025-01-31T05:46:04.536Z PASS [ 10.004s] nexus-db-queries db::datastore::volume::tests::test_no_find_deleted_region_for_no_volume
55312025-01-31T05:46:04.554Z PASS [ 9.942s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_region
55322025-01-31T05:46:07.095Z PASS [ 3.066s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_ascending
55332025-01-31T05:46:07.213Z PASS [ 5.384s] nexus-db-queries db::datastore::vpc::tests::test_vpc_router_rule_instance_resolve
55342025-01-31T05:46:07.325Z PASS [ 2.787s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_descending
55352025-01-31T05:46:07.371Z PASS [ 0.046s] nexus-db-queries db::pagination::test::test_paginator
55362025-01-31T05:46:07.458Z PASS [ 2.903s] nexus-db-queries db::pagination::test::test_paginated_multicolumn_works_with_joins
55372025-01-31T05:46:07.582Z PASS [ 10.189s] nexus-db-queries db::datastore::volume::tests::test_volume_replace_snapshot
55382025-01-31T05:46:07.591Z PASS [ 5.733s] nexus-db-queries db::datastore::vpc::tests::test_vpc_system_router_sync_to_subnets
55392025-01-31T05:46:08.039Z PASS [ 6.419s] nexus-db-queries db::datastore::vpc::tests::test_vpc_resolve_to_sleds_uses_current_target_blueprint
55402025-01-31T05:46:08.276Z PASS [ 4.304s] nexus-db-queries db::lookup::test::test_lookup
55412025-01-31T05:46:10.158Z PASS [ 2.944s] nexus-db-queries db::pagination::test::test_paginated_single_column_descending
55422025-01-31T05:46:10.213Z PASS [ 3.117s] nexus-db-queries db::pagination::test::test_paginated_single_column_ascending
55432025-01-31T05:46:12.163Z PASS [ 4.570s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_out_of_range
55442025-01-31T05:46:12.365Z PASS [ 4.783s] nexus-db-queries db::queries::external_ip::tests::test_external_ip_allocate_omicron_zone_is_idempotent
55452025-01-31T05:46:12.537Z PASS [ 4.496s] nexus-db-queries db::queries::external_ip::tests::test_insert_external_ip_is_idempotent
55462025-01-31T05:46:12.549Z PASS [ 5.089s] nexus-db-queries db::queries::external_ip::tests::test_ephemeral_and_snat_ips_do_not_overlap
55472025-01-31T05:46:12.556Z PASS [ 4.271s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_allocation_and_exhaustion
55482025-01-31T05:46:12.589Z PASS [ 0.040s] nexus-db-queries db::queries::network_interface::tests::test_first_available_address
55492025-01-31T05:46:12.657Z PASS [ 5.277s] nexus-db-queries db::queries::external_ip::tests::test_ensure_pool_exhaustion_does_not_use_other_pool
55502025-01-31T05:46:14.783Z PASS [ 4.623s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_is_restricted_to_pools
55512025-01-31T05:46:14.836Z PASS [ 4.621s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_out_of_order_allocation_ok
55522025-01-31T05:46:17.037Z PASS [ 4.874s] nexus-db-queries db::queries::external_ip::tests::test_next_external_ip_with_ephemeral_takes_whole_port_range
55532025-01-31T05:46:17.067Z PASS [ 4.415s] nexus-db-queries db::queries::network_interface::tests::test_insert_no_instance_fails
55542025-01-31T05:46:17.100Z PASS [ 4.544s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpc_subnets_succeeds
55552025-01-31T05:46:17.202Z PASS [ 4.835s] nexus-db-queries db::queries::network_interface::tests::test_delete_service_is_idempotent
55562025-01-31T05:46:17.206Z PASS [ 4.612s] nexus-db-queries db::queries::network_interface::tests::test_insert_multiple_vpcs_fails
55572025-01-31T05:46:18.166Z PASS [ 5.628s] nexus-db-queries db::queries::network_interface::tests::test_detect_ip_exhaustion
55582025-01-31T05:46:18.918Z PASS [ 4.081s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_mac
55592025-01-31T05:46:19.235Z PASS [ 4.452s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_exact_ip
55602025-01-31T05:46:21.266Z PASS [ 4.165s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_slot_fails
55612025-01-31T05:46:21.457Z PASS [ 4.252s] nexus-db-queries db::queries::network_interface::tests::test_insert_running_instance_fails
55622025-01-31T05:46:21.502Z PASS [ 0.046s] nexus-db-queries db::queries::network_interface::tests::test_last_available_address
55632025-01-31T05:46:21.509Z PASS [ 4.435s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_mac_fails
55642025-01-31T05:46:21.670Z PASS [ 4.466s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_slot
55652025-01-31T05:46:21.962Z PASS [ 4.923s] nexus-db-queries db::queries::network_interface::tests::test_insert_request_same_ip_fails
55662025-01-31T05:46:22.492Z PASS [ 4.325s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_interface_fails
55672025-01-31T05:46:23.133Z PASS [ 4.212s] nexus-db-queries db::queries::network_interface::tests::test_insert_same_vpc_subnet_fails
55682025-01-31T05:46:23.178Z PASS [ 0.042s] nexus-db-queries db::queries::next_item::tests::test_shift_indices
55692025-01-31T05:46:24.056Z PASS [ 4.818s] nexus-db-queries db::queries::network_interface::tests::test_insert_sequential_ip_allocation
55702025-01-31T05:46:24.069Z PASS [ 2.552s] nexus-db-queries db::queries::next_item::tests::test_explain_next_item_self_joined
55712025-01-31T05:46:24.236Z PASS [ 2.566s] nexus-db-queries db::queries::next_item::tests::test_next_item_query_is_ordered_by_indices
55722025-01-31T05:46:24.354Z PASS [ 2.390s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined
55732025-01-31T05:46:24.501Z PASS [ 0.438s] nexus-db-queries db::queries::oximeter::test::expectorate_query_upsert_producer
55742025-01-31T05:46:24.557Z PASS [ 0.503s] nexus-db-queries db::queries::oximeter::test::expectorate_query_reassign_producers
55752025-01-31T05:46:24.759Z PASS [ 2.266s] nexus-db-queries db::queries::next_item::tests::test_next_item_self_joined_with_gaps
55762025-01-31T05:46:25.065Z PASS [ 0.306s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_instance
55772025-01-31T05:46:25.385Z PASS [ 0.320s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_delete_storage
55782025-01-31T05:46:25.582Z PASS [ 4.315s] nexus-db-queries db::queries::network_interface::tests::test_insert_with_duplicate_name_fails
55792025-01-31T05:46:25.651Z PASS [ 1.150s] nexus-db-queries db::queries::region_allocation::test::expectorate_query
55802025-01-31T05:46:25.651Z PASS [ 0.265s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_instance
55812025-01-31T05:46:25.877Z PASS [ 2.701s] nexus-db-queries db::queries::next_item::tests::test_wrapping_next_item_query
55822025-01-31T05:46:25.964Z PASS [ 1.727s] nexus-db-queries db::queries::oximeter::test::explainable_reassign_producers
55832025-01-31T05:46:25.993Z PASS [ 0.405s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::expectorate_query_insert_storage
55842025-01-31T05:46:26.089Z PASS [ 4.584s] nexus-db-queries db::queries::network_interface::tests::test_limit_number_of_interfaces_per_instance_query
55852025-01-31T05:46:26.101Z PASS [ 0.112s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_full_count
55862025-01-31T05:46:26.127Z PASS [ 0.039s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_steps
55872025-01-31T05:46:26.136Z PASS [ 0.036s] nexus-db-queries db::queries::vpc::tests::test_vni_search_iter_wrapping
55882025-01-31T05:46:26.165Z PASS [ 0.038s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_no_wrapping
55892025-01-31T05:46:26.175Z PASS [ 0.037s] nexus-db-queries db::queries::vpc::tests::test_vni_shift_with_wrapping
55902025-01-31T05:46:26.526Z PASS [ 2.172s] nexus-db-queries db::queries::oximeter::test::explainable_upsert_producer
55912025-01-31T05:46:26.593Z PASS [ 2.035s] nexus-db-queries db::queries::region_allocation::test::explainable
55922025-01-31T05:46:27.461Z PASS [ 1.807s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_instance
55932025-01-31T05:46:27.508Z PASS [ 1.852s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_delete_storage
55942025-01-31T05:46:27.603Z PASS [ 1.726s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_instance
55952025-01-31T05:46:27.768Z PASS [ 1.802s] nexus-db-queries db::queries::virtual_provisioning_collection_update::test::explain_insert_storage
55962025-01-31T05:46:27.796Z PASS [ 1.626s] nexus-db-queries db::queries::vpc_subnet::test::explain_insert_query
55972025-01-31T05:46:27.817Z PASS [ 0.048s] nexus-defaults tests::test_random_vpc_ipv6_prefix
55982025-01-31T05:46:27.892Z PASS [ 1.716s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query
55992025-01-31T05:46:27.899Z PASS [ 0.083s] nexus-inventory builder::test::test_empty
56002025-01-31T05:46:27.968Z PASS [ 0.077s] nexus-inventory builder::test::test_problems
56012025-01-31T05:46:28.092Z PASS [ 1.566s] nexus-db-queries db::queries::vpc_subnet::test::test_insert_vpc_subnet_query_is_idempotent
56022025-01-31T05:46:28.144Z PASS [ 0.351s] nexus-inventory builder::test::test_basic
56032025-01-31T05:46:28.755Z PASS [ 0.662s] nexus-inventory collector::test::test_multi_mgs_failure
56042025-01-31T05:46:29.100Z PASS [ 0.955s] nexus-inventory collector::test::test_sled_agent_failure
56052025-01-31T05:46:29.824Z PASS [ 1.545s] nexus-inventory collector::test::test_basic
56062025-01-31T05:46:29.834Z PASS [ 1.667s] nexus-inventory collector::test::test_multi_mgs
56072025-01-31T05:46:29.834Z PASS [ 0.128s] nexus-reconfigurator-blippy checks::tests::test_dataset_on_nonexistent_zpool
56082025-01-31T05:46:29.834Z PASS [ 0.319s] nexus-reconfigurator-blippy checks::tests::test_bad_internal_dns_subnet
56092025-01-31T05:46:29.834Z PASS [ 0.043s] nexus-reconfigurator-blippy checks::tests::test_dataset_with_bad_address
56102025-01-31T05:46:29.834Z PASS [ 0.052s] nexus-reconfigurator-blippy checks::tests::test_duplicate_external_ip
56112025-01-31T05:46:29.846Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_ip
56122025-01-31T05:46:29.862Z PASS [ 0.045s] nexus-reconfigurator-blippy checks::tests::test_duplicate_nic_mac
56132025-01-31T05:46:29.886Z PASS [ 0.040s] nexus-reconfigurator-blippy checks::tests::test_duplicate_underlay_ips
56142025-01-31T05:46:29.903Z PASS [ 0.041s] nexus-reconfigurator-blippy checks::tests::test_durable_dataset_collision
56152025-01-31T05:46:29.928Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_example_blueprint_is_blippy_clean
56162025-01-31T05:46:29.943Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_orphaned_datasets
56172025-01-31T05:46:29.964Z PASS [ 0.038s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_datasets
56182025-01-31T05:46:29.980Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_sled_missing_disks
56192025-01-31T05:46:30.001Z PASS [ 0.036s] nexus-reconfigurator-blippy checks::tests::test_transient_root_dataset_collision
56202025-01-31T05:46:30.020Z PASS [ 0.037s] nexus-reconfigurator-blippy checks::tests::test_zone_missing_datasets
56212025-01-31T05:46:30.040Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_missing_default_datasets
56222025-01-31T05:46:30.060Z PASS [ 0.039s] nexus-reconfigurator-blippy checks::tests::test_zpool_with_duplicate_dataset_kinds
56232025-01-31T05:46:30.177Z PASS [ 0.113s] nexus-reconfigurator-execution clickhouse::test::test_generate_config_settings
56242025-01-31T05:46:30.224Z PASS [ 0.071s] nexus-reconfigurator-execution dns::test::test_blueprint_external_dns_basic
56252025-01-31T05:46:30.299Z PASS [ 0.060s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_basic
56262025-01-31T05:46:30.337Z PASS [ 0.052s] nexus-reconfigurator-execution dns::test::test_blueprint_internal_dns_empty
56272025-01-31T05:46:30.394Z PASS [ 0.056s] nexus-reconfigurator-execution dns::test::test_dns_compute_update
56282025-01-31T05:46:31.505Z PASS [ 3.901s] nexus-db-queries transaction_retry::test::test_transaction_rollback_produces_no_samples
56292025-01-31T05:46:31.707Z PASS [ 4.202s] nexus-db-queries transaction_retry::test::test_transaction_retry_produces_samples
56302025-01-31T05:46:33.272Z PASS [ 4.515s] nexus-metrics-producer-gc tests::test_prune_expired_producers
56312025-01-31T05:46:33.610Z PASS [ 4.509s] nexus-metrics-producer-gc tests::test_prune_expired_producers_notifies_collector
56322025-01-31T05:46:35.034Z PASS [ 8.438s] nexus-db-queries policy_test::test_conferred_roles
56332025-01-31T05:46:51.520Z PASS [ 20.011s] nexus-reconfigurator-execution omicron_physical_disks::test::test_decommission_expunged_disks
56342025-01-31T05:46:51.807Z PASS [ 0.286s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_error_cases
56352025-01-31T05:46:51.846Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_nexus_with_no_existing_nexus_zones
56362025-01-31T05:46:51.884Z PASS [ 0.037s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_add_physical_disks
56372025-01-31T05:46:51.960Z PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_basic
56382025-01-31T05:46:52.005Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_datasets_for_zpools_and_zones
56392025-01-31T05:46:52.049Z PASS [ 0.044s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_ensure_cockroachdb
56402025-01-31T05:46:52.126Z PASS [ 0.076s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_prune_decommissioned_sleds
56412025-01-31T05:46:52.164Z PASS [ 0.038s] nexus-reconfigurator-planning blueprint_builder::builder::test::test_zone_filesystem_zpool_colocated
56422025-01-31T05:46:52.199Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::add_3_servers_and_expunge_one_simultaneously
56432025-01-31T05:46:52.233Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_2_of_5_keeper_zones
56442025-01-31T05:46:52.266Z PASS [ 0.033s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_a_different_keeper_while_adding_keeper
56452025-01-31T05:46:52.301Z PASS [ 0.035s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::expunge_keeper_being_added
56462025-01-31T05:46:52.333Z PASS [ 0.032s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::inventory_returns_unexpected_membership
56472025-01-31T05:46:52.367Z PASS [ 0.034s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::move_from_3_to_5_keepers
56482025-01-31T05:46:52.406Z PASS [ 0.039s] nexus-reconfigurator-planning blueprint_builder::clickhouse::test::no_changes_needed
56492025-01-31T05:46:52.434Z PASS [ 0.027s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::external_dns_ips_are_partitioned_separately
56502025-01-31T05:46:52.535Z PASS [ 0.100s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_available_iterator
56512025-01-31T05:46:52.650Z PASS [ 20.939s] nexus-reconfigurator-execution omicron_physical_disks::test::test_deploy_omicron_disks
56522025-01-31T05:46:52.687Z PASS [ 19.411s] nexus-reconfigurator-execution omicron_zones::test::test_clean_up_cockroach_zones
56532025-01-31T05:46:52.697Z PASS [ 0.046s] nexus-reconfigurator-planning blueprint_builder::internal_dns::test::test_dns_subnet_allocator
56542025-01-31T05:46:53.661Z PASS [ 0.973s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging
56552025-01-31T05:46:53.787Z PASS [ 1.089s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_add_same_kind_after_expunging_by_zpool
56562025-01-31T05:46:54.062Z PASS [ 0.274s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_in_service_datasets
56572025-01-31T05:46:54.137Z PASS [ 19.100s] nexus-reconfigurator-execution sled_state::tests::test_decommission_is_idempotent
56582025-01-31T05:46:54.170Z PASS [ 0.033s] nexus-reconfigurator-planning example::tests::instances_on_examples
56592025-01-31T05:46:54.170Z PASS [ 0.108s] nexus-reconfigurator-planning example::tests::builder_zone_counts
56602025-01-31T05:46:54.228Z PASS [ 0.057s] nexus-reconfigurator-planning ip_allocator::test::test_basic
56612025-01-31T05:46:54.261Z PASS [ 0.091s] nexus-reconfigurator-planning planner::omicron_zone_placement::test::test_place_omicron_zones
56622025-01-31T05:46:54.308Z PASS [ 0.080s] nexus-reconfigurator-planning planner::test::planner_decommissions_sleds
56632025-01-31T05:46:54.316Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_add_multiple_nexus_to_one_sled
56642025-01-31T05:46:54.368Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_crucible_allocation_skips_nonprovisionable_disks
56652025-01-31T05:46:54.415Z PASS [ 0.106s] nexus-reconfigurator-planning planner::test::test_basic_add_sled
56662025-01-31T05:46:54.423Z PASS [ 0.054s] nexus-reconfigurator-planning planner::test::test_crucible_pantry
56672025-01-31T05:46:54.437Z PASS [ 0.776s] nexus-reconfigurator-planning blueprint_editor::sled_editor::datasets::tests::proptest_create_editor_with_expunged_datasets
56682025-01-31T05:46:54.461Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_dataset_settings_modified_in_place
56692025-01-31T05:46:54.469Z PASS [ 0.044s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_durable_zpool
56702025-01-31T05:46:54.471Z PASS [ 20.855s] nexus-reconfigurator-execution omicron_zones::test::test_deploy_omicron_zones
56712025-01-31T05:46:54.483Z PASS [ 0.045s] nexus-reconfigurator-planning planner::test::test_disk_expungement_removes_zones_transient_filesystem
56722025-01-31T05:46:54.498Z PASS [ 0.036s] nexus-reconfigurator-planning planner::test::test_ensure_preserve_downgrade_option
56732025-01-31T05:46:54.524Z PASS [ 0.055s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_zones_after_policy_is_changed
56742025-01-31T05:46:54.538Z PASS [ 0.068s] nexus-reconfigurator-planning planner::test::test_expunge_clickhouse_clusters
56752025-01-31T05:46:54.557Z PASS [ 0.074s] nexus-reconfigurator-planning planner::test::test_nexus_allocation_skips_nonprovisionable_sleds
56762025-01-31T05:46:54.579Z PASS [ 0.081s] nexus-reconfigurator-planning planner::test::test_plan_deploy_all_clickhouse_cluster_nodes
56772025-01-31T05:46:54.587Z PASS [ 0.062s] nexus-reconfigurator-planning planner::test::test_reuse_external_dns_ips_from_expunged_zones
56782025-01-31T05:46:54.604Z PASS [ 0.066s] nexus-reconfigurator-planning planner::test::test_reuse_external_ips_from_expunged_zones
56792025-01-31T05:46:54.611Z PASS [ 0.053s] nexus-reconfigurator-planning planner::test::test_single_node_clickhouse
56802025-01-31T05:46:54.630Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_spread_additional_nexus_zones_across_sleds
56812025-01-31T05:46:54.640Z PASS [ 0.051s] nexus-reconfigurator-planning planner::test::test_spread_internal_dns_zones_across_sleds
56822025-01-31T05:46:54.741Z PASS [ 0.101s] nexus-saga-recovery recovery::test::test_plan_basic
56832025-01-31T05:46:54.751Z PASS [ 0.120s] nexus-saga-recovery recovery::test::test_execution_basic
56842025-01-31T05:46:54.779Z PASS [ 0.037s] nexus-saga-recovery recovery::test::test_read_all_from_channel
56852025-01-31T05:46:54.802Z PASS [ 0.051s] nexus-saga-recovery test::test_basic
56862025-01-31T05:46:54.827Z PASS [ 0.047s] nexus-sled-agent-shared inventory::tests::test_name_prefixes
56872025-01-31T05:46:54.847Z PASS [ 0.044s] nexus-types authn::cookies::test::test_parse_cookies_empty_headers
56882025-01-31T05:46:54.884Z PASS [ 0.037s] nexus-types authn::cookies::test::test_parse_cookies_one_cookie
56892025-01-31T05:46:54.885Z PASS [ 0.057s] nexus-types authn::cookies::test::test_parse_cookies_ignore_other_headers
56902025-01-31T05:46:54.919Z PASS [ 0.034s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers_same_name
56912025-01-31T05:46:54.947Z PASS [ 0.062s] nexus-types authn::cookies::test::test_parse_cookies_two_cookie_headers
56922025-01-31T05:46:54.964Z PASS [ 0.044s] nexus-types authn::cookies::test::test_parse_cookies_two_cookies
56932025-01-31T05:46:55.004Z PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_insert_delete_datasets
56942025-01-31T05:46:55.006Z PASS [ 0.057s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_field_changes
56952025-01-31T05:46:55.036Z PASS [ 0.032s] nexus-types deployment::diff_visitors::visit_blueprint_datasets_config::tests::diff_same_config
56962025-01-31T05:46:55.056Z PASS [ 0.049s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_field_changes
56972025-01-31T05:46:55.080Z PASS [ 0.043s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_insert_delete_disks
56982025-01-31T05:46:55.094Z PASS [ 0.039s] nexus-types deployment::diff_visitors::visit_blueprint_physical_disks_config::tests::diff_same_config
56992025-01-31T05:46:55.143Z PASS [ 0.062s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_field_changes
57002025-01-31T05:46:55.154Z PASS [ 0.060s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::diff_same_blueprint
57012025-01-31T05:46:55.207Z PASS [ 0.063s] nexus-types deployment::diff_visitors::visit_blueprint_zones_config::tests::test_insert_delete_zones
57022025-01-31T05:46:55.229Z PASS [ 0.074s] nexus-types deployment::id_map::tests::deserialize_rejects_duplicates
57032025-01-31T05:46:55.257Z PASS [ 0.050s] nexus-types deployment::id_map::tests::deserialize_rejects_mismatched_keys
57042025-01-31T05:46:56.630Z PASS [ 1.400s] nexus-types deployment::id_map::tests::get_mut_panics_if_id_changes
57052025-01-31T05:46:56.632Z PASS [ 1.372s] nexus-types deployment::id_map::tests::iter_mut_panics_if_id_changes
57062025-01-31T05:46:56.791Z PASS [ 0.159s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_get_mut
57072025-01-31T05:46:56.809Z PASS [ 0.178s] nexus-types deployment::id_map::tests::mut_into_iter_panics_if_id_changes
57082025-01-31T05:46:56.965Z PASS [ 0.174s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changed_via_into_mut
57092025-01-31T05:46:56.973Z PASS [ 0.163s] nexus-types deployment::id_map::tests::occupied_entry_panics_if_id_changes_on_insert
57102025-01-31T05:46:57.111Z PASS [ 0.136s] nexus-types deployment::id_map::tests::serialization_is_transparent
57112025-01-31T05:46:57.151Z PASS [ 0.186s] nexus-types deployment::id_map::tests::retain_panics_if_id_changes
57122025-01-31T05:46:57.347Z PASS [ 0.236s] nexus-types deployment::id_map::tests::serialization_roundtrip
57132025-01-31T05:46:57.480Z PASS [ 0.328s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changed_after_insert
57142025-01-31T05:46:57.518Z PASS [ 0.038s] nexus-types deployment::planning_input::tests::cockroachdb_cluster_versions
57152025-01-31T05:46:57.561Z PASS [ 0.202s] nexus-types deployment::id_map::tests::vacant_entry_panics_if_id_changes_on_insert
57162025-01-31T05:46:57.802Z PASS [ 5.266s] nexus-reconfigurator-planning blueprint_builder::external_networking::test::test_external_ip_allocator
57172025-01-31T05:47:01.717Z PASS [ 4.152s] nexus-types deployment::tri_map::tests::proptest_permutation_eq
57182025-01-31T05:47:01.749Z PASS [ 0.031s] nexus-types deployment::tri_map::tests::test_insert_entry_no_dups
57192025-01-31T05:47:01.783Z PASS [ 0.034s] nexus-types deployment::tri_map::tests::test_permutation_eq_examples
57202025-01-31T05:47:01.822Z PASS [ 0.038s] nexus-types external_api::shared::test::test_policy_parsing
57212025-01-31T05:47:01.970Z PASS [ 0.147s] omicron-certificates tests::cert_validated_if_any_possible_hostname_is_valid
57222025-01-31T05:47:02.037Z PASS [ 0.067s] omicron-certificates tests::common_name_is_ignored_if_subject_alternate_names_exist
57232025-01-31T05:47:02.112Z PASS [ 0.075s] omicron-certificates tests::test_cert_extended_key_usage
57242025-01-31T05:47:02.225Z PASS [ 0.113s] omicron-certificates tests::test_common_name_is_validated
57252025-01-31T05:47:02.288Z PASS [ 0.063s] omicron-certificates tests::test_subject_alternate_names_are_validated
57262025-01-31T05:47:02.848Z PASS [ 0.559s] omicron-clickhouse-admin::integration_test test_keeper_cluster_membership
57272025-01-31T05:47:03.043Z PASS [ 0.194s] omicron-clickhouse-admin::integration_test test_keeper_conf_parsing
57282025-01-31T05:47:03.319Z PASS [ 0.275s] omicron-clickhouse-admin::integration_test test_lgif_parsing
57292025-01-31T05:47:03.489Z PASS [ 0.170s] omicron-clickhouse-admin::integration_test test_raft_config_parsing
57302025-01-31T05:47:03.720Z PASS [ 0.231s] omicron-clickhouse-admin::integration_test test_teardown
57312025-01-31T05:47:05.417Z PASS [ 7.613s] nexus-types deployment::tri_map::tests::proptest_serialize_roundtrip
57322025-01-31T05:47:05.895Z PASS [ 2.173s] omicron-cockroach-admin cockroach_cli::tests::test_node_decommission_compatibility
57332025-01-31T05:47:07.176Z PASS [ 1.759s] omicron-cockroach-admin cockroach_cli::tests::test_node_status_compatibility
57342025-01-31T05:47:07.240Z PASS [ 0.064s] omicron-common address::test::test_dns_subnets
57352025-01-31T05:47:07.271Z PASS [ 0.030s] omicron-common address::test::test_ip_range_checks_non_decreasing
57362025-01-31T05:47:07.333Z PASS [ 0.061s] omicron-common address::test::test_ip_range_enum_deserialization
57372025-01-31T05:47:07.366Z PASS [ 0.032s] omicron-common address::test::test_ip_range_iter
57382025-01-31T05:47:07.396Z PASS [ 0.030s] omicron-common address::test::test_ip_range_length
57392025-01-31T05:47:07.426Z PASS [ 0.029s] omicron-common address::test::test_ip_range_try_from
57402025-01-31T05:47:07.460Z PASS [ 0.035s] omicron-common address::test::test_ipv6_subnet_deserialize
57412025-01-31T05:47:07.488Z PASS [ 0.027s] omicron-common address::test::test_sled_address
57422025-01-31T05:47:07.519Z PASS [ 0.031s] omicron-common api::external::error::test::test_bail_unless
57432025-01-31T05:47:07.550Z PASS [ 0.031s] omicron-common api::external::error::test::test_context
57442025-01-31T05:47:07.601Z PASS [ 0.051s] omicron-common api::external::http_pagination::test::test_pagination_examples
57452025-01-31T05:47:07.643Z PASS [ 0.042s] omicron-common api::external::http_pagination::test::test_pagination_schemas
57462025-01-31T05:47:07.650Z PASS [ 1.755s] omicron-cockroach-admin context::tests::test_node_id
57472025-01-31T05:47:07.688Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_id
57482025-01-31T05:47:07.695Z PASS [ 0.044s] omicron-common api::external::http_pagination::test::test_scan_by_name
57492025-01-31T05:47:07.715Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_generic
57502025-01-31T05:47:07.722Z PASS [ 0.026s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_id
57512025-01-31T05:47:07.742Z PASS [ 0.027s] omicron-common api::external::http_pagination::test::test_scan_by_nameid_name
57522025-01-31T05:47:07.749Z PASS [ 0.026s] omicron-common api::external::test::test_bytecount
57532025-01-31T05:47:07.769Z PASS [ 0.026s] omicron-common api::external::test::test_bytecount_display
57542025-01-31T05:47:07.801Z PASS [ 0.052s] omicron-common api::external::test::test_digest
57552025-01-31T05:47:07.809Z PASS [ 0.039s] omicron-common api::external::test::test_firewall_deserialization
57562025-01-31T05:47:07.882Z PASS [ 0.080s] omicron-common api::external::test::test_firewall_rule_host_filter_parse
57572025-01-31T05:47:07.882Z PASS [ 0.073s] omicron-common api::external::test::test_firewall_rule_target_parse
57582025-01-31T05:47:07.925Z PASS [ 0.042s] omicron-common api::external::test::test_hostname_from_str
57592025-01-31T05:47:07.947Z PASS [ 0.064s] omicron-common api::external::test::test_ip_port_range_from_str
57602025-01-31T05:47:07.984Z PASS [ 0.058s] omicron-common api::external::test::test_ip_port_range_into_str
57612025-01-31T05:47:08.005Z PASS [ 0.058s] omicron-common api::external::test::test_ipv6_net_operations
57622025-01-31T05:47:08.026Z PASS [ 0.035s] omicron-common api::external::test::test_mac_system_iterator
57632025-01-31T05:47:08.043Z PASS [ 0.038s] omicron-common api::external::test::test_mac_to_int_conversions
57642025-01-31T05:47:08.061Z PASS [ 0.035s] omicron-common api::external::test::test_macaddr
57652025-01-31T05:47:08.080Z PASS [ 0.036s] omicron-common api::external::test::test_name_parse
57662025-01-31T05:47:08.103Z PASS [ 0.041s] omicron-common api::external::test::test_name_parse_from_param
57672025-01-31T05:47:08.120Z PASS [ 0.032s] omicron-common api::external::test::test_resource_name_parse
57682025-01-31T05:47:08.138Z PASS [ 0.035s] omicron-common api::external::test::test_role_name_parse
57692025-01-31T05:47:08.167Z PASS [ 0.046s] omicron-common api::external::test::test_route_destination_parse
57702025-01-31T05:47:08.199Z PASS [ 0.059s] omicron-common api::external::test::test_route_target_parse
57712025-01-31T05:47:08.207Z PASS [ 0.039s] omicron-common api::external::test::test_semver_serialize
57722025-01-31T05:47:08.235Z PASS [ 0.037s] omicron-common api::external::test::test_semver_validation
57732025-01-31T05:47:08.250Z PASS [ 0.042s] omicron-common api::internal::nexus::tests::known_artifact_kind_roundtrip
57742025-01-31T05:47:08.270Z PASS [ 0.034s] omicron-common api::internal::shared::tests::test_dataset_kind_serialization
57752025-01-31T05:47:08.287Z PASS [ 0.034s] omicron-common api::internal::shared::tests::test_deserialize_allowed_source_ips
57762025-01-31T05:47:08.304Z PASS [ 0.031s] omicron-common api::internal::shared::tests::test_deserialize_any_into_allowed_external_ips
57772025-01-31T05:47:08.357Z PASS [ 0.062s] omicron-common api::internal::shared::tests::test_deserialize_unknown_string
57782025-01-31T05:47:08.374Z PASS [ 0.069s] omicron-common ledger::test::test_commit_handles_write_failures
57792025-01-31T05:47:08.401Z PASS [ 0.042s] omicron-common ledger::test::test_create_default_ledger
57802025-01-31T05:47:08.414Z PASS [ 0.040s] omicron-common ledger::test::test_create_ledger_reads_from_storage
57812025-01-31T05:47:08.444Z PASS [ 0.029s] omicron-common update::tests::serde_artifact_kind
57822025-01-31T05:47:08.444Z PASS [ 0.044s] omicron-common ledger::test::test_create_ledger_reads_latest_from_storage
57832025-01-31T05:47:08.485Z PASS [ 0.040s] omicron-common zpool_name::test::test_parse_external_zpool_name
57842025-01-31T05:47:08.485Z PASS [ 0.040s] omicron-common zpool_name::test::test_parse_bad_zpool_names
57852025-01-31T05:47:08.515Z PASS [ 0.029s] omicron-common zpool_name::test::test_parse_internal_zpool_name
57862025-01-31T05:47:08.544Z PASS [ 0.058s] omicron-common zpool_name::test::test_parse_zpool_name_json
57872025-01-31T05:47:08.546Z PASS [ 0.029s] omicron-common zpool_name::test::test_zpool_name_regex
57882025-01-31T05:47:08.786Z PASS [ 0.241s] omicron-dev::test-omicron-dev test_omicron_dev_bad_cmd
57892025-01-31T05:47:08.798Z PASS [ 0.254s] omicron-dev::test-omicron-dev test_omicron_dev_no_args
57902025-01-31T05:47:09.021Z PASS [ 0.222s] omicron-gateway management_switch::location_map::tests::test_config_validation
57912025-01-31T05:47:09.076Z PASS [ 0.055s] omicron-gateway management_switch::location_map::tests::test_resolve_location
57922025-01-31T05:47:10.078Z PASS [ 1.002s] omicron-gateway::test_all integration_tests::component_list::component_list
57932025-01-31T05:47:10.141Z PASS [ 0.062s] omicron-gateway::test_all integration_tests::config::read_production_smf_config
57942025-01-31T05:47:10.484Z PASS [ 0.342s] omicron-gateway::test_all integration_tests::location_discovery::discovery_both_locations
57952025-01-31T05:47:10.671Z PASS [ 0.186s] omicron-gateway::test_all integration_tests::serial_console::serial_console_communication
57962025-01-31T05:47:10.847Z PASS [ 0.176s] omicron-gateway::test_all integration_tests::serial_console::serial_console_detach
57972025-01-31T05:47:12.590Z PASS [ 15.068s] nexus-types deployment::tri_map::tests::proptest_ops
57982025-01-31T05:47:16.843Z PASS [ 22.235s] nexus-reconfigurator-rendezvous crucible_dataset::tests::proptest_reconciliation
57992025-01-31T05:47:20.164Z PASS [ 11.376s] omicron-dev::test-omicron-dev test_run_all
58002025-01-31T05:47:20.635Z PASS [ 26.018s] nexus-reconfigurator-rendezvous debug_dataset::tests::proptest_reconciliation
58012025-01-31T05:47:21.386Z PASS [ 51.316s] nexus-reconfigurator-execution cockroachdb::test::test_ensure_preserve_downgrade_option
58022025-01-31T05:47:27.482Z SLOW [> 60.000s] nexus-db-queries policy_test::test_iam_roles_behavior
58032025-01-31T05:47:30.416Z SLOW [> 60.000s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58042025-01-31T05:47:32.185Z PASS [ 21.333s] omicron-ls-apis::test_dependencies test_api_dependencies
58052025-01-31T05:47:35.729Z PASS [ 18.881s] omicron-nexus app::background::driver::test::test_driver_basic
58062025-01-31T05:47:37.138Z PASS [ 24.542s] omicron-nexus app::background::driver::test::test_activation_in_progress
58072025-01-31T05:47:40.803Z PASS [ 20.635s] omicron-nexus app::background::init::test::test_dns_propagation_basic
58082025-01-31T05:47:42.104Z PASS [ 71.696s] nexus-reconfigurator-execution dns::test::test_silos_external_dns_end_to_end
58092025-01-31T05:47:42.311Z PASS [ 74.836s] nexus-db-queries policy_test::test_iam_roles_behavior
58102025-01-31T05:47:45.307Z PASS [ 4.502s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_fails_if_no_blueprint
58112025-01-31T05:47:45.388Z PASS [ 0.080s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_default_cockroach_admin_addrs_from_blueprint
58122025-01-31T05:47:47.066Z PASS [ 4.961s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_no_unknown_node_ids
58132025-01-31T05:47:47.238Z PASS [ 26.451s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::sled_resource_already_deleted
58142025-01-31T05:47:47.289Z PASS [ 25.899s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::test_abandoned_vmms_are_reaped
58152025-01-31T05:47:47.605Z PASS [ 5.294s] omicron-nexus app::background::tasks::crdb_node_id_collector::tests::test_activate_with_unknown_node_ids
58162025-01-31T05:47:54.798Z PASS [ 17.657s] omicron-nexus app::background::tasks::blueprint_load::test::test_load_blueprints
58172025-01-31T05:47:56.124Z PASS [ 20.391s] omicron-nexus app::background::tasks::blueprint_execution::test::test_deploy_omicron_zones
58182025-01-31T05:47:58.581Z PASS [ 26.391s] omicron-nexus app::background::tasks::abandoned_vmm_reaper::tests::vmm_already_deleted
58192025-01-31T05:48:01.830Z PASS [ 16.438s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_cleans_disks_with_no_regions
58202025-01-31T05:48:02.868Z PASS [ 15.774s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_ignores_active_disks
58212025-01-31T05:48:03.153Z PASS [ 16.083s] omicron-nexus app::background::tasks::decommissioned_disk_cleaner::tests::test_disk_cleanup_does_not_clean_disks_with_regions
58222025-01-31T05:48:03.290Z PASS [ 15.996s] omicron-nexus app::background::tasks::dns_config::test::test_basic
58232025-01-31T05:48:04.121Z PASS [ 16.513s] omicron-nexus app::background::tasks::dns_propagation::test::test_basic
58242025-01-31T05:48:13.435Z PASS [ 18.633s] omicron-nexus app::background::tasks::external_endpoints::test::test_basic
58252025-01-31T05:48:20.779Z PASS [ 16.654s] omicron-nexus app::background::tasks::metrics_producer_gc::tests::test_pruning
58262025-01-31T05:48:21.970Z PASS [ 23.385s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_default_policy_is_reincarnatable
58272025-01-31T05:48:22.552Z PASS [ 19.259s] omicron-nexus app::background::tasks::inventory_collection::test::test_db_sled_enumerator
58282025-01-31T05:48:24.708Z PASS [ 21.835s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_reincarnates_failed_instances
58292025-01-31T05:48:26.923Z PASS [ 13.486s] omicron-nexus app::background::tasks::region_replacement::test::test_add_region_replacement_causes_start
58302025-01-31T05:48:30.619Z PASS [ 27.461s] omicron-nexus app::background::tasks::inventory_collection::test::test_basic
58312025-01-31T05:48:35.504Z PASS [ 14.722s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_done_region_replacement_causes_finish
58322025-01-31T05:48:36.608Z PASS [ 40.477s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_cooldown_on_subsequent_reincarnations
58332025-01-31T05:48:37.196Z PASS [ 14.641s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_no_mark_region_replacement_done_after_failed_notification
58342025-01-31T05:48:37.403Z PASS [ 15.430s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_mark_region_replacement_done_after_notification
58352025-01-31T05:48:39.016Z PASS [ 14.305s] omicron-nexus app::background::tasks::region_replacement_driver::test::test_running_region_replacement_causes_drive
58362025-01-31T05:48:41.751Z PASS [ 14.824s] omicron-nexus app::background::tasks::region_snapshot_replacement_finish::test::test_done_region_snapshot_replacement_causes_finish
58372025-01-31T05:48:44.749Z PASS [ 2.998s] omicron-nexus app::background::tasks::saga_recovery::test::test_failure_during_saga_can_be_recovered
58382025-01-31T05:48:46.569Z PASS [ 15.947s] omicron-nexus app::background::tasks::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_task
58392025-01-31T05:48:49.357Z PASS [ 2.786s] omicron-nexus app::background::tasks::saga_recovery::test::test_successful_saga_does_not_replay_during_recovery
58402025-01-31T05:48:52.130Z PASS [ 16.622s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_add_region_snapshot_replacement_causes_start
58412025-01-31T05:48:53.345Z PASS [ 15.938s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task
58422025-01-31T05:48:55.456Z PASS [ 18.843s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_delete_region_snapshot_replacement_volume_causes_complete
58432025-01-31T05:48:55.841Z PASS [ 16.822s] omicron-nexus app::background::tasks::region_snapshot_replacement_step::test::test_region_snapshot_replacement_step_task_gc
58442025-01-31T05:48:57.577Z PASS [ 20.378s] omicron-nexus app::background::tasks::region_snapshot_replacement_start::test::test_expunge_disk_causes_region_snapshot_replacement_start
58452025-01-31T05:49:01.853Z SLOW [> 60.000s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58462025-01-31T05:49:02.105Z PASS [ 17.352s] omicron-nexus app::background::tasks::saga_recovery::test::test_nexus_recovery
58472025-01-31T05:49:06.678Z PASS [ 17.317s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_after_zpool_deletion
58482025-01-31T05:49:10.201Z PASS [ 18.066s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_after_collect
58492025-01-31T05:49:11.095Z PASS [ 17.747s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_cancel_before_collect
58502025-01-31T05:49:11.163Z PASS [ 0.067s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_zipfile_creation
58512025-01-31T05:49:11.687Z PASS [ 0.523s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::delete
58522025-01-31T05:49:12.509Z PASS [ 0.822s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::new_sled
58532025-01-31T05:49:12.844Z PASS [ 17.000s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_before_collection
58542025-01-31T05:49:13.048Z PASS [ 0.539s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::nothing
58552025-01-31T05:49:13.325Z PASS [ 0.480s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::recopy
58562025-01-31T05:49:13.409Z PASS [ 17.949s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_bundle_cleanup_failed_bundle_after_collection
58572025-01-31T05:49:13.521Z PASS [ 0.112s] omicron-nexus app::external_endpoints::test::test_external_endpoints_basic
58582025-01-31T05:49:14.150Z PASS [ 0.824s] omicron-nexus app::external_endpoints::test::test_authority
58592025-01-31T05:49:14.263Z PASS [ 0.113s] omicron-nexus app::external_endpoints::test::test_external_endpoints_empty
58602025-01-31T05:49:14.334Z PASS [ 0.070s] omicron-nexus app::external_endpoints::test::test_no_endpoint
58612025-01-31T05:49:14.407Z PASS [ 0.073s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_no_vmm
58622025-01-31T05:49:14.468Z PASS [ 16.886s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_cleanup_noop
58632025-01-31T05:49:14.478Z PASS [ 0.070s] omicron-nexus app::instance::tests::test_instance_start_allowed_when_vmm_in_saga_unwound
58642025-01-31T05:49:14.524Z PASS [ 0.057s] omicron-nexus app::instance::tests::test_instance_start_forbidden_while_creating
58652025-01-31T05:49:14.533Z PASS [ 0.054s] omicron-nexus app::instance::tests::test_instance_start_idempotent_if_active
58662025-01-31T05:49:14.585Z PASS [ 0.051s] omicron-nexus app::sagas::demo::test::test_demo_saga_rendezvous
58672025-01-31T05:49:14.600Z PASS [ 0.075s] omicron-nexus app::instance::tests::test_serial_console_stream_proxying
58682025-01-31T05:49:14.702Z PASS [ 1.653s] omicron-nexus app::background::tasks::tuf_artifact_replication::tests::simple_replicate
58692025-01-31T05:49:17.972Z PASS [ 4.450s] omicron-nexus app::external_endpoints::test::test_external_endpoints_complex
58702025-01-31T05:49:18.813Z PASS [ 76.968s] omicron-nexus app::background::tasks::instance_reincarnation::test::test_only_reincarnates_eligible_instances
58712025-01-31T05:49:18.813Z PASS [ 16.704s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_many
58722025-01-31T05:49:22.047Z PASS [ 15.365s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_noop
58732025-01-31T05:49:27.357Z PASS [ 17.153s] omicron-nexus app::background::tasks::support_bundle_collector::test::test_collect_one
58742025-01-31T05:49:37.532Z PASS [ 22.825s] omicron-nexus app::sagas::disk_create::test::test_actions_succeed_idempotently
58752025-01-31T05:49:38.287Z PASS [ 23.697s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind
58762025-01-31T05:49:39.172Z PASS [ 24.567s] omicron-nexus app::sagas::disk_create::test::test_action_failure_can_unwind_idempotently
58772025-01-31T05:49:39.751Z PASS [ 21.775s] omicron-nexus app::sagas::disk_create::test::test_saga_basic_usage_succeeds
58782025-01-31T05:49:41.548Z PASS [ 22.730s] omicron-nexus app::sagas::disk_delete::test::test_actions_succeed_idempotently
58792025-01-31T05:49:41.864Z PASS [ 23.046s] omicron-nexus app::sagas::disk_delete::test::test_saga_basic_usage_succeeds
58802025-01-31T05:50:03.026Z PASS [ 24.734s] omicron-nexus app::sagas::instance_create::test::test_saga_basic_usage_succeeds
58812025-01-31T05:50:03.983Z PASS [ 26.446s] omicron-nexus app::sagas::instance_create::test::test_actions_succeed_idempotently
58822025-01-31T05:50:05.288Z PASS [ 26.111s] omicron-nexus app::sagas::instance_delete::test::test_actions_succeed_idempotently
58832025-01-31T05:50:05.467Z PASS [ 25.710s] omicron-nexus app::sagas::instance_delete::test::test_saga_basic_usage_succeeds
58842025-01-31T05:50:11.601Z PASS [ 30.047s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind
58852025-01-31T05:50:11.833Z PASS [ 29.963s] omicron-nexus app::sagas::instance_ip_attach::test::test_action_failure_can_unwind_idempotently
58862025-01-31T05:50:22.070Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
58872025-01-31T05:50:27.379Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
58882025-01-31T05:50:28.089Z PASS [ 25.057s] omicron-nexus app::sagas::instance_ip_attach::test::test_actions_succeed_idempotently
58892025-01-31T05:50:28.100Z PASS [ 24.112s] omicron-nexus app::sagas::instance_ip_attach::test::test_saga_basic_usage_succeeds
58902025-01-31T05:50:36.857Z PASS [ 31.384s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind_idempotently
58912025-01-31T05:50:37.007Z PASS [ 31.713s] omicron-nexus app::sagas::instance_ip_detach::test::test_action_failure_can_unwind
58922025-01-31T05:50:38.473Z PASS [ 26.634s] omicron-nexus app::sagas::instance_ip_detach::test::test_saga_basic_usage_succeeds
58932025-01-31T05:50:39.314Z PASS [ 27.708s] omicron-nexus app::sagas::instance_ip_detach::test::test_actions_succeed_idempotently
58942025-01-31T05:50:54.296Z PASS [ 26.190s] omicron-nexus app::sagas::instance_migrate::tests::test_saga_basic_usage_succeeds
58952025-01-31T05:50:58.513Z PASS [ 21.501s] omicron-nexus app::sagas::instance_start::test::test_actions_succeed_idempotently
58962025-01-31T05:50:59.866Z PASS [ 21.389s] omicron-nexus app::sagas::instance_start::test::test_ensure_running_unwind
58972025-01-31T05:51:01.025Z PASS [ 21.706s] omicron-nexus app::sagas::instance_start::test::test_saga_basic_usage_succeeds
58982025-01-31T05:51:04.587Z PASS [ 27.722s] omicron-nexus app::sagas::instance_start::test::test_action_failure_can_unwind
58992025-01-31T05:51:20.811Z PASS [ 22.293s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_actions_succeed_idempotently
59002025-01-31T05:51:21.107Z PASS [ 21.237s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_succeeds
59012025-01-31T05:51:22.083Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59022025-01-31T05:51:26.761Z PASS [ 25.731s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_actions_succeed_idempotently
59032025-01-31T05:51:27.392Z SLOW [>120.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59042025-01-31T05:51:28.112Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59052025-01-31T05:51:33.914Z PASS [ 65.813s] omicron-nexus app::sagas::instance_migrate::tests::test_action_failure_can_unwind
59062025-01-31T05:51:46.382Z PASS [ 25.566s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_succeeds
59072025-01-31T05:51:47.885Z PASS [ 26.773s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_actions_succeed_idempotently
59082025-01-31T05:51:54.319Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59092025-01-31T05:52:00.841Z PASS [ 26.921s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_succeeds
59102025-01-31T05:52:04.608Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59112025-01-31T05:52:13.991Z PASS [ 27.602s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_actions_succeed_idempotently
59122025-01-31T05:52:22.095Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59132025-01-31T05:52:23.947Z PASS [ 89.634s] omicron-nexus app::sagas::instance_update::test::test_active_vmm_destroyed_action_failure_can_unwind
59142025-01-31T05:52:26.716Z PASS [ 25.854s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_succeeds
59152025-01-31T05:52:26.802Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59162025-01-31T05:52:27.405Z SLOW [>180.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59172025-01-31T05:52:41.574Z PASS [ 27.579s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_actions_succeed_idempotently
59182025-01-31T05:52:47.907Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59192025-01-31T05:52:52.536Z PASS [ 25.831s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_succeeds
59202025-01-31T05:53:03.128Z PASS [ 118.522s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_but_target_destroyed_can_unwind
59212025-01-31T05:53:07.674Z PASS [ 26.095s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_actions_succeed_idempotently
59222025-01-31T05:53:09.099Z PASS [ 102.319s] omicron-nexus app::sagas::instance_update::test::test_migration_completed_source_destroyed_can_unwind
59232025-01-31T05:53:22.108Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59242025-01-31T05:53:23.970Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59252025-01-31T05:53:27.417Z SLOW [>240.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59262025-01-31T05:53:28.487Z PASS [ 25.353s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_succeeds
59272025-01-31T05:53:29.709Z PASS [ 65.749s] omicron-nexus app::sagas::instance_update::test::test_migration_source_completed_can_unwind
59282025-01-31T05:53:34.202Z PASS [ 26.523s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_actions_succeed_idempotently
59292025-01-31T05:53:47.920Z SLOW [>120.000s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59302025-01-31T05:53:52.558Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59312025-01-31T05:53:53.140Z PASS [ 24.649s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_succeeds
59322025-01-31T05:53:54.882Z PASS [ 25.168s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_actions_succeed_idempotently
59332025-01-31T05:54:09.123Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59342025-01-31T05:54:15.171Z PASS [ 147.259s] omicron-nexus app::sagas::instance_update::test::test_migration_failed_everyone_died_can_unwind
59352025-01-31T05:54:15.339Z PASS [ 66.226s] omicron-nexus app::sagas::instance_update::test::test_migration_target_completed_can_unwind
59362025-01-31T05:54:19.851Z PASS [ 26.705s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_actions_succeed_idempotently
59372025-01-31T05:54:22.120Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59382025-01-31T05:54:27.429Z SLOW [>300.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59392025-01-31T05:54:34.224Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59402025-01-31T05:54:40.237Z PASS [ 24.892s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_succeeds
59412025-01-31T05:54:43.166Z PASS [ 27.989s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_succeeds
59422025-01-31T05:54:45.414Z PASS [ 112.857s] omicron-nexus app::sagas::instance_update::test::test_migration_source_failed_destroyed_can_unwind
59432025-01-31T05:54:53.666Z PASS [ 33.809s] omicron-nexus app::sagas::instance_update::test::test_start_saga_action_failure_can_unwind
59442025-01-31T05:54:54.905Z SLOW [> 60.000s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59452025-01-31T05:55:01.681Z PASS [ 16.264s] omicron-nexus app::sagas::project_create::test::test_saga_basic_usage_succeeds
59462025-01-31T05:55:04.438Z PASS [ 24.197s] omicron-nexus app::sagas::instance_update::test::test_start_saga_actions_succeed_idempotently
59472025-01-31T05:55:09.942Z PASS [ 16.272s] omicron-nexus app::sagas::region_replacement_finish::test::test_region_replacement_finish_saga
59482025-01-31T05:55:10.122Z PASS [ 26.950s] omicron-nexus app::sagas::project_create::test::test_action_failure_can_unwind
59492025-01-31T05:55:18.128Z PASS [ 103.898s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_can_unwind
59502025-01-31T05:55:22.132Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59512025-01-31T05:55:25.222Z PASS [ 15.277s] omicron-nexus app::sagas::region_replacement_start::test::test_find_only_new_region
59522025-01-31T05:55:26.188Z PASS [ 21.746s] omicron-nexus app::sagas::region_replacement_start::test::test_actions_succeed_idempotently
59532025-01-31T05:55:26.217Z PASS [ 24.530s] omicron-nexus app::sagas::region_replacement_start::test::test_action_failure_can_unwind_idempotently
59542025-01-31T05:55:27.441Z SLOW [>360.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59552025-01-31T05:55:31.301Z PASS [ 21.174s] omicron-nexus app::sagas::region_replacement_start::test::test_region_replacement_start_saga
59562025-01-31T05:55:34.926Z PASS [ 16.803s] omicron-nexus app::sagas::region_snapshot_replacement_garbage_collect::test::test_region_snapshot_replacement_garbage_collect_saga
59572025-01-31T05:55:40.040Z PASS [ 105.138s] omicron-nexus app::sagas::instance_update::test::test_migration_target_failed_destroyed_can_unwind
59582025-01-31T05:55:51.919Z PASS [ 25.697s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_actions_succeed_idempotently
59592025-01-31T05:55:54.418Z PASS [ 29.189s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind
59602025-01-31T05:55:54.867Z PASS [ 23.561s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_no_leak_region
59612025-01-31T05:55:55.192Z PASS [ 28.994s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_action_failure_can_unwind_idempotently
59622025-01-31T05:55:59.529Z PASS [ 24.598s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_hail_mary
59632025-01-31T05:55:59.592Z PASS [ 0.062s] omicron-nexus app::sagas::snapshot_create::test::test_create_snapshot_from_disk_modify_request
59642025-01-31T05:56:04.388Z PASS [ 24.344s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_prefer_not_self
59652025-01-31T05:56:10.913Z PASS [ 16.492s] omicron-nexus app::sagas::region_snapshot_replacement_step_garbage_collect::test::test_region_snapshot_replacement_step_garbage_collect_saga
59662025-01-31T05:56:16.250Z PASS [ 24.326s] omicron-nexus app::sagas::region_snapshot_replacement_start::test::test_region_snapshot_replacement_start_saga
59672025-01-31T05:56:22.144Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59682025-01-31T05:56:22.526Z PASS [ 22.929s] omicron-nexus app::sagas::snapshot_create::test::test_saga_basic_usage_succeeds
59692025-01-31T05:56:27.454Z SLOW [>420.000s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59702025-01-31T05:56:32.077Z PASS [ 15.823s] omicron-nexus app::sagas::test_saga::test_saga_stuck
59712025-01-31T05:56:35.048Z PASS [ 30.653s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_set
59722025-01-31T05:56:39.363Z PASS [ 28.443s] omicron-nexus app::sagas::snapshot_create::test::test_saga_use_the_pantry_wrongly_unset
59732025-01-31T05:56:39.418Z PASS [ 0.054s] omicron-nexus external_api::console_api::test::test_accept_gz
59742025-01-31T05:56:39.477Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_404_on_directory
59752025-01-31T05:56:39.535Z PASS [ 0.058s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent
59762025-01-31T05:56:39.598Z PASS [ 0.060s] omicron-nexus external_api::console_api::test::test_find_file_404_on_nonexistent_nested
59772025-01-31T05:56:39.657Z PASS [ 0.061s] omicron-nexus external_api::console_api::test::test_find_file_404_on_symlink
59782025-01-31T05:56:39.716Z PASS [ 0.059s] omicron-nexus external_api::console_api::test::test_find_file_finds_file
59792025-01-31T05:56:39.790Z PASS [ 0.073s] omicron-nexus external_api::console_api::test::test_find_file_wont_follow_symlink
59802025-01-31T05:56:39.845Z PASS [ 0.055s] omicron-nexus external_api::console_api::test::test_relative_uri
59812025-01-31T05:56:40.863Z PASS [ 5.814s] omicron-nexus cidata::tests::build_vfat_works_with_arbitrarily_sized_input
59822025-01-31T05:56:45.950Z PASS [ 23.419s] omicron-nexus app::sagas::vpc_create::test::test_action_failure_can_unwind
59832025-01-31T05:56:48.493Z PASS [ 16.413s] omicron-nexus app::sagas::vpc_create::test::test_saga_basic_usage_succeeds
59842025-01-31T05:56:54.891Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
59852025-01-31T05:56:55.213Z SLOW [> 60.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59862025-01-31T05:57:00.777Z PASS [ 19.909s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_basic_crud
59872025-01-31T05:57:03.022Z PASS [ 17.068s] omicron-nexus::test_all integration_tests::address_lots::test_address_lot_invalid_range
59882025-01-31T05:57:05.885Z PASS [ 2.862s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_allowed
59892025-01-31T05:57:05.958Z PASS [ 5.180s] omicron-nexus::test_all integration_tests::authn_http::test_authn_session_cookie
59902025-01-31T05:57:06.652Z PASS [ 0.767s] omicron-nexus::test_all integration_tests::authn_http::test_authn_spoof_unconfigured
59912025-01-31T05:57:07.072Z PASS [ 71.870s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_pantry
59922025-01-31T05:57:07.838Z PASS [ 19.340s] omicron-nexus::test_all integration_tests::allow_list::test_allow_list
59932025-01-31T05:57:16.593Z PASS [ 36.740s] omicron-nexus populate::test::test_populators
59942025-01-31T05:57:21.171Z PASS [ 479.035s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind
59952025-01-31T05:57:22.366Z PASS [ 15.710s] omicron-nexus::test_all integration_tests::authz::test_list_silo_idps_for_unpriv
59962025-01-31T05:57:22.878Z PASS [ 16.916s] omicron-nexus::test_all integration_tests::authz::test_cannot_read_others_ssh_keys
59972025-01-31T05:57:23.362Z PASS [ 475.917s] omicron-nexus app::sagas::instance_create::test::test_action_failure_can_unwind_idempotently
59982025-01-31T05:57:23.571Z PASS [ 16.496s] omicron-nexus::test_all integration_tests::authz::test_list_silo_users_for_unpriv
59992025-01-31T05:57:23.942Z PASS [ 16.101s] omicron-nexus::test_all integration_tests::authz::test_session_me_for_unpriv
60002025-01-31T05:57:34.451Z PASS [ 17.854s] omicron-nexus::test_all integration_tests::authz::test_silo_read_for_unpriv
60012025-01-31T05:57:38.211Z PASS [ 17.037s] omicron-nexus::test_all integration_tests::basic::test_basic_failures
60022025-01-31T05:57:38.350Z PASS [ 15.981s] omicron-nexus::test_all integration_tests::basic::test_ping
60032025-01-31T05:57:39.460Z PASS [ 15.885s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_cert
60042025-01-31T05:57:39.843Z PASS [ 15.897s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_bad_key
60052025-01-31T05:57:47.241Z PASS [ 24.355s] omicron-nexus::test_all integration_tests::basic::test_projects_basic
60062025-01-31T05:57:50.149Z PASS [ 15.694s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_expired_cert
60072025-01-31T05:57:52.858Z PASS [ 29.489s] omicron-nexus::test_all integration_tests::basic::test_projects_list
60082025-01-31T05:57:53.450Z PASS [ 15.235s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_incorrect_subject_alt_name
60092025-01-31T05:57:53.582Z PASS [ 0.131s] omicron-nexus::test_all integration_tests::commands::test_nexus_no_args
60102025-01-31T05:57:53.821Z PASS [ 15.466s] omicron-nexus::test_all integration_tests::certificates::test_cannot_create_certificate_with_mismatched_key
60112025-01-31T05:57:54.894Z PASS [ 15.048s] omicron-nexus::test_all integration_tests::certificates::test_not_found_before_creation
60122025-01-31T05:57:54.901Z SLOW [>120.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60132025-01-31T05:57:55.063Z PASS [ 4.913s] omicron-nexus::test_all integration_tests::commands::test_nexus_bad_config
60142025-01-31T05:57:55.068Z PASS [ 2.205s] omicron-nexus::test_all integration_tests::commands::test_nexus_invalid_config
60152025-01-31T05:57:56.125Z PASS [ 16.663s] omicron-nexus::test_all integration_tests::certificates::test_crud
60162025-01-31T05:58:09.181Z PASS [ 21.938s] omicron-nexus::test_all integration_tests::certificates::test_silo_certificates
60172025-01-31T05:58:09.440Z PASS [ 15.855s] omicron-nexus::test_all integration_tests::console_api::test_absolute_static_dir
60182025-01-31T05:58:10.467Z PASS [ 16.643s] omicron-nexus::test_all integration_tests::console_api::test_assets
60192025-01-31T05:58:11.050Z PASS [ 16.152s] omicron-nexus::test_all integration_tests::console_api::test_bad_redirect_uri
60202025-01-31T05:58:12.705Z PASS [ 16.576s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_simple
60212025-01-31T05:58:15.203Z PASS [ 20.135s] omicron-nexus::test_all integration_tests::console_api::test_console_pages
60222025-01-31T05:58:16.433Z PASS [ 21.365s] omicron-nexus::test_all integration_tests::console_api::test_login_redirect_multiple_silos
60232025-01-31T05:58:26.018Z PASS [ 16.833s] omicron-nexus::test_all integration_tests::console_api::test_session_me
60242025-01-31T05:58:26.676Z PASS [ 17.232s] omicron-nexus::test_all integration_tests::console_api::test_session_me_groups
60252025-01-31T05:58:28.206Z PASS [ 17.153s] omicron-nexus::test_all integration_tests::console_api::test_unauthed_console_pages
60262025-01-31T05:58:31.055Z PASS [ 20.584s] omicron-nexus::test_all integration_tests::console_api::test_sessions
60272025-01-31T05:58:51.350Z PASS [ 36.140s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_requested
60282025-01-31T05:58:52.821Z PASS [ 40.108s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_replacement_done
60292025-01-31T05:58:54.914Z SLOW [>180.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60302025-01-31T05:58:56.262Z PASS [ 39.821s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running
60312025-01-31T05:59:01.607Z PASS [ 35.582s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_replacement_state_running_on_pantry
60322025-01-31T05:59:09.571Z PASS [ 41.356s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested
60332025-01-31T05:59:11.402Z PASS [ 40.338s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_2
60342025-01-31T05:59:12.343Z PASS [ 45.658s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_replacement_done
60352025-01-31T05:59:24.369Z PASS [ 33.011s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_requested_3
60362025-01-31T05:59:30.771Z PASS [ 21.196s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_does_not_create_freed_region
60372025-01-31T05:59:34.744Z PASS [ 38.474s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_step
60382025-01-31T05:59:35.353Z PASS [ 42.524s] omicron-nexus::test_all integration_tests::crucible_replacements::test_delete_volume_region_snapshot_replacement_state_running
60392025-01-31T05:59:45.261Z PASS [ 14.487s] omicron-nexus::test_all integration_tests::demo_saga::test_demo_saga
60402025-01-31T05:59:46.422Z PASS [ 44.806s] omicron-nexus::test_all integration_tests::crucible_replacements::test_racing_replacements_for_soft_deleted_disk_volume
60412025-01-31T05:59:50.226Z PASS [ 15.479s] omicron-nexus::test_all integration_tests::device_auth::test_device_auth_flow
60422025-01-31T05:59:54.926Z SLOW [>240.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60432025-01-31T05:59:59.049Z PASS [ 23.690s] omicron-nexus::test_all integration_tests::disks::test_disk_backed_by_multiple_region_sets
60442025-01-31T06:00:06.266Z PASS [ 19.840s] omicron-nexus::test_all integration_tests::disks::test_disk_create_disk_that_already_exists_fails
60452025-01-31T06:00:08.946Z PASS [ 18.716s] omicron-nexus::test_all integration_tests::disks::test_disk_create_for_importing
60462025-01-31T06:00:11.424Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60472025-01-31T06:00:12.365Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60482025-01-31T06:00:12.489Z PASS [ 27.222s] omicron-nexus::test_all integration_tests::disks::test_disk_create_attach_detach_delete
60492025-01-31T06:00:17.203Z PASS [ 18.151s] omicron-nexus::test_all integration_tests::disks::test_disk_creation_region_requested_then_started
60502025-01-31T06:00:18.407Z PASS [ 54.029s] omicron-nexus::test_all integration_tests::crucible_replacements::test_replacement_sanity
60512025-01-31T06:00:25.677Z PASS [ 73.321s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity_2
60522025-01-31T06:00:28.102Z PASS [ 21.832s] omicron-nexus::test_all integration_tests::disks::test_disk_expunge
60532025-01-31T06:00:31.583Z PASS [ 22.633s] omicron-nexus::test_all integration_tests::disks::test_disk_invalid_block_size_rejected
60542025-01-31T06:00:43.601Z PASS [ 31.105s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics
60552025-01-31T06:00:45.283Z PASS [ 19.601s] omicron-nexus::test_all integration_tests::disks::test_disk_not_found_before_creation
60562025-01-31T06:00:47.831Z PASS [ 16.244s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_greater_than_max_disk_size_bytes
60572025-01-31T06:00:47.850Z PASS [ 19.744s] omicron-nexus::test_all integration_tests::disks::test_disk_region_creation_failure
60582025-01-31T06:00:50.724Z PASS [ 33.514s] omicron-nexus::test_all integration_tests::disks::test_disk_metrics_paginated
60592025-01-31T06:00:51.051Z PASS [ 99.631s] omicron-nexus::test_all integration_tests::crucible_replacements::test_region_replacement_triple_sanity
60602025-01-31T06:00:54.938Z SLOW [>300.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60612025-01-31T06:01:01.488Z PASS [ 43.072s] omicron-nexus::test_all integration_tests::disks::test_disk_move_between_instances
60622025-01-31T06:01:02.110Z PASS [ 18.505s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_less_than_min_disk_size_bytes
60632025-01-31T06:01:06.340Z PASS [ 18.505s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_min_disk_size
60642025-01-31T06:01:06.668Z PASS [ 21.375s] omicron-nexus::test_all integration_tests::disks::test_disk_reject_total_size_not_divisible_by_block_size
60652025-01-31T06:01:14.266Z PASS [ 26.411s] omicron-nexus::test_all integration_tests::disks::test_disk_size_accounting
60662025-01-31T06:01:14.663Z PASS [ 23.607s] omicron-nexus::test_all integration_tests::disks::test_disk_too_big
60672025-01-31T06:01:26.054Z PASS [ 24.560s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection
60682025-01-31T06:01:27.385Z PASS [ 25.270s] omicron-nexus::test_all integration_tests::disks::test_disk_virtual_provisioning_collection_failed_delete
60692025-01-31T06:01:27.497Z PASS [ 36.765s] omicron-nexus::test_all integration_tests::disks::test_disk_slot_assignment
60702025-01-31T06:01:29.173Z PASS [ 22.504s] omicron-nexus::test_all integration_tests::disks::test_no_halt_disk_delete_one_region_on_expunged_agent
60712025-01-31T06:01:30.959Z PASS [ 24.614s] omicron-nexus::test_all integration_tests::disks::test_multiple_disks_multiple_zpools
60722025-01-31T06:01:37.813Z PASS [ 23.145s] omicron-nexus::test_all integration_tests::disks::test_project_delete_disk_no_auth_idempotent
60732025-01-31T06:01:40.609Z PASS [ 26.337s] omicron-nexus::test_all integration_tests::disks::test_phantom_disk_rename
60742025-01-31T06:01:47.954Z PASS [ 20.452s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate
60752025-01-31T06:01:48.776Z PASS [ 21.387s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent_arbitrary
60762025-01-31T06:01:49.087Z PASS [ 23.028s] omicron-nexus::test_all integration_tests::disks::test_region_allocation_strategy_random_is_idempotent
60772025-01-31T06:01:53.461Z PASS [ 24.285s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace
60782025-01-31T06:01:54.423Z PASS [ 23.459s] omicron-nexus::test_all integration_tests::disks::test_single_region_allocate_for_replace_not_enough_zpools
60792025-01-31T06:01:54.952Z SLOW [>360.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60802025-01-31T06:02:07.182Z PASS [ 29.364s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_ephemeral_at_pool_exhaustion
60812025-01-31T06:02:08.279Z PASS [ 19.189s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_access
60822025-01-31T06:02:12.628Z PASS [ 32.012s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fail_if_in_use_by_other
60832025-01-31T06:02:15.797Z PASS [ 21.369s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create
60842025-01-31T06:02:23.600Z PASS [ 30.132s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_attach_fail_between_projects
60852025-01-31T06:02:27.493Z PASS [ 19.209s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_fails_in_other_silo_pool
60862025-01-31T06:02:30.927Z PASS [ 18.295s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_ip_in_use
60872025-01-31T06:02:31.474Z PASS [ 43.512s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_attach_fails_after_maximum
60882025-01-31T06:02:31.977Z PASS [ 0.502s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_delivers_progress
60892025-01-31T06:02:32.492Z PASS [ 0.515s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_remembers_successful_mgs_instance
60902025-01-31T06:02:32.933Z PASS [ 0.439s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_switches_mgs_instances_on_failure
60912025-01-31T06:02:32.933Z PASS [ 44.148s] omicron-nexus::test_all integration_tests::external_ips::test_external_ip_live_attach_detach
60922025-01-31T06:02:33.493Z PASS [ 0.560s] omicron-nexus::test_all integration_tests::host_phase1_updater::test_host_phase1_updater_updates_sled
60932025-01-31T06:02:33.672Z PASS [ 17.871s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_name_in_use
60942025-01-31T06:02:34.967Z PASS [ 27.780s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_attachment
60952025-01-31T06:02:45.156Z PASS [ 21.552s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_create_non_admin
60962025-01-31T06:02:47.044Z PASS [ 19.547s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_delete
60972025-01-31T06:02:50.064Z PASS [ 19.133s] omicron-nexus::test_all integration_tests::external_ips::test_floating_ip_update
60982025-01-31T06:02:54.964Z SLOW [>420.000s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
60992025-01-31T06:02:55.518Z PASS [ 22.581s] omicron-nexus::test_all integration_tests::images::test_image_create
61002025-01-31T06:02:57.650Z PASS [ 24.152s] omicron-nexus::test_all integration_tests::images::test_image_deletion_permissions
61012025-01-31T06:02:58.486Z PASS [ 23.513s] omicron-nexus::test_all integration_tests::images::test_image_promotion
61022025-01-31T06:03:00.663Z PASS [ 26.984s] omicron-nexus::test_all integration_tests::images::test_image_from_other_project_snapshot_fails
61032025-01-31T06:03:04.999Z PASS [ 430.052s] omicron-nexus app::sagas::snapshot_create::test::test_action_failure_can_unwind_no_pantry
61042025-01-31T06:03:05.530Z PASS [ 4.867s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_with_valid_schema
61052025-01-31T06:03:05.647Z PASS [ 7.160s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_dendrite
61062025-01-31T06:03:06.154Z PASS [ 20.994s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image
61072025-01-31T06:03:06.518Z PASS [ 19.470s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_image_too_small
61082025-01-31T06:03:09.614Z PASS [ 19.546s] omicron-nexus::test_all integration_tests::images::test_make_disk_from_other_project_image_fails
61092025-01-31T06:03:11.593Z PASS [ 13.939s] omicron-nexus::test_all integration_tests::initialization::test_nexus_boots_before_cockroach
61102025-01-31T06:03:11.813Z PASS [ 16.291s] omicron-nexus::test_all integration_tests::images::test_silo_image_create
61112025-01-31T06:03:11.970Z PASS [ 6.969s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_until_schema_updated
61122025-01-31T06:03:27.269Z PASS [ 20.746s] omicron-nexus::test_all integration_tests::instances::test_auto_restart_policy_can_be_changed
61132025-01-31T06:03:31.194Z PASS [ 25.035s] omicron-nexus::test_all integration_tests::instances::test_attach_one_disk_to_instance
61142025-01-31T06:03:34.106Z PASS [ 24.488s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_can_be_changed
61152025-01-31T06:03:34.699Z PASS [ 23.101s] omicron-nexus::test_all integration_tests::instances::test_boot_disk_must_be_attached
61162025-01-31T06:03:35.028Z PASS [ 23.053s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_nine_disks_to_instance
61172025-01-31T06:03:35.511Z PASS [ 29.858s] omicron-nexus::test_all integration_tests::instances::test_attach_eight_disks_to_instance
61182025-01-31T06:03:37.525Z PASS [ 31.988s] omicron-nexus::test_all integration_tests::initialization::test_nexus_does_not_boot_without_valid_schema
61192025-01-31T06:03:44.223Z PASS [ 16.951s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_bad_hostname
61202025-01-31T06:03:48.296Z PASS [ 17.098s] omicron-nexus::test_all integration_tests::instances::test_cannot_create_instance_with_empty_hostname
61212025-01-31T06:03:48.628Z PASS [ 36.808s] omicron-nexus::test_all integration_tests::instances::test_cannot_attach_faulted_disks
61222025-01-31T06:03:52.308Z PASS [ 17.277s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_limit
61232025-01-31T06:04:00.748Z PASS [ 26.636s] omicron-nexus::test_all integration_tests::instances::test_cannot_detach_boot_disk
61242025-01-31T06:04:05.255Z PASS [ 16.624s] omicron-nexus::test_all integration_tests::instances::test_instance_allow_only_one_ephemeral_ip
61252025-01-31T06:04:08.583Z PASS [ 33.877s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_cpu_capacity
61262025-01-31T06:04:09.345Z PASS [ 33.827s] omicron-nexus::test_all integration_tests::instances::test_cannot_provision_instance_beyond_ram_capacity
61272025-01-31T06:04:10.483Z PASS [ 22.182s] omicron-nexus::test_all integration_tests::instances::test_instance_access
61282025-01-31T06:04:19.387Z PASS [ 27.074s] omicron-nexus::test_all integration_tests::instances::test_instance_attach_several_external_ips
61292025-01-31T06:04:22.067Z PASS [ 37.836s] omicron-nexus::test_all integration_tests::instances::test_duplicate_disk_attach_requests_ok
61302025-01-31T06:04:29.691Z PASS [ 28.937s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks
61312025-01-31T06:04:34.635Z PASS [ 29.374s] omicron-nexus::test_all integration_tests::instances::test_instance_create_attach_disks_undo
61322025-01-31T06:04:36.953Z PASS [ 27.602s] omicron-nexus::test_all integration_tests::instances::test_instance_create_in_silo
61332025-01-31T06:04:37.547Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61342025-01-31T06:04:38.730Z PASS [ 30.141s] omicron-nexus::test_all integration_tests::instances::test_instance_create_delete_network_interface
61352025-01-31T06:04:39.160Z PASS [ 28.672s] omicron-nexus::test_all integration_tests::instances::test_instance_create_saga_removes_instance_database_record
61362025-01-31T06:04:49.290Z PASS [ 71.751s] omicron-nexus::test_all integration_tests::instances::test_disks_detached_when_instance_destroyed
61372025-01-31T06:04:52.009Z PASS [ 32.615s] omicron-nexus::test_all integration_tests::instances::test_instance_create_with_ssh_keys
61382025-01-31T06:04:54.430Z PASS [ 24.734s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_orphan_pool
61392025-01-31T06:04:56.693Z PASS [ 22.053s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_no_default_pool_error
61402025-01-31T06:05:03.505Z PASS [ 26.547s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_deleted
61412025-01-31T06:05:06.288Z PASS [ 27.122s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_stopped
61422025-01-31T06:05:06.677Z PASS [ 27.942s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_after_sled_agent_forgets_vmm_can_be_restarted
61432025-01-31T06:05:08.703Z PASS [ 46.626s] omicron-nexus::test_all integration_tests::instances::test_instance_ephemeral_ip_from_correct_pool
61442025-01-31T06:05:16.349Z PASS [ 27.053s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_automatically_reincarnates
61452025-01-31T06:05:17.839Z PASS [ 25.825s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_deleted
61462025-01-31T06:05:20.614Z PASS [ 26.179s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_by_instance_watcher_can_be_restarted
61472025-01-31T06:05:34.084Z PASS [ 30.573s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics
61482025-01-31T06:05:37.573Z PASS [ 30.889s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate
61492025-01-31T06:05:40.022Z PASS [ 33.727s] omicron-nexus::test_all integration_tests::instances::test_instance_metrics_with_migration
61502025-01-31T06:05:40.505Z PASS [ 31.795s] omicron-nexus::test_all integration_tests::instances::test_instance_migrate_v2p_and_routes
61512025-01-31T06:05:41.736Z PASS [ 45.035s] omicron-nexus::test_all integration_tests::instances::test_instance_failed_when_on_expunged_sled
61522025-01-31T06:05:49.929Z PASS [ 15.841s] omicron-nexus::test_all integration_tests::instances::test_instance_using_image_from_other_project_fails
61532025-01-31T06:05:51.415Z PASS [ 30.794s] omicron-nexus::test_all integration_tests::instances::test_instance_update_network_interfaces
61542025-01-31T06:05:51.579Z PASS [ 35.224s] omicron-nexus::test_all integration_tests::instances::test_instance_serial
61552025-01-31T06:05:56.676Z PASS [ 16.651s] omicron-nexus::test_all integration_tests::instances::test_instance_with_multiple_nics_unwinds_completely
61562025-01-31T06:05:57.032Z PASS [ 39.185s] omicron-nexus::test_all integration_tests::instances::test_instance_start_creates_networking_state
61572025-01-31T06:06:02.255Z PASS [ 21.745s] omicron-nexus::test_all integration_tests::instances::test_instance_with_new_custom_network_interfaces
61582025-01-31T06:06:03.567Z PASS [ 21.826s] omicron-nexus::test_all integration_tests::instances::test_instance_with_single_explicit_ip_address
61592025-01-31T06:06:06.939Z PASS [ 17.006s] omicron-nexus::test_all integration_tests::instances::test_instances_access_before_create_returns_not_found
61602025-01-31T06:06:07.567Z PASS [ 29.988s] omicron-nexus::test_all integration_tests::instances::test_instance_v2p_mappings
61612025-01-31T06:06:15.503Z PASS [ 24.083s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors
61622025-01-31T06:06:15.831Z PASS [ 24.247s] omicron-nexus::test_all integration_tests::instances::test_instances_are_not_marked_failed_on_other_sled_agent_errors_by_instance_watcher
61632025-01-31T06:06:19.806Z PASS [ 16.235s] omicron-nexus::test_all integration_tests::instances::test_instances_invalid_creation_returns_bad_request
61642025-01-31T06:06:20.517Z PASS [ 23.480s] omicron-nexus::test_all integration_tests::instances::test_instances_create_stopped_start
61652025-01-31T06:06:24.019Z PASS [ 17.076s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_greater_than_max_size
61662025-01-31T06:06:24.920Z PASS [ 17.350s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_not_divisible_by_min_memory_size
61672025-01-31T06:06:29.434Z PASS [ 27.174s] omicron-nexus::test_all integration_tests::instances::test_instances_delete_fails_when_running_succeeds_when_stopped
61682025-01-31T06:06:32.396Z PASS [ 35.713s] omicron-nexus::test_all integration_tests::instances::test_instances_create_reboot_halt
61692025-01-31T06:06:32.857Z PASS [ 17.351s] omicron-nexus::test_all integration_tests::instances::test_instances_memory_rejected_less_than_min_memory_size
61702025-01-31T06:06:34.431Z PASS [ 14.622s] omicron-nexus::test_all integration_tests::instances::test_updating_missing_instance_is_not_found
61712025-01-31T06:06:44.272Z PASS [ 28.435s] omicron-nexus::test_all integration_tests::instances::test_size_can_be_changed
61722025-01-31T06:06:49.349Z PASS [ 16.488s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_basic_crud
61732025-01-31T06:06:49.768Z PASS [ 25.743s] omicron-nexus::test_all integration_tests::internet_gateway::test_igw_ip_pool_attach_silo_user
61742025-01-31T06:06:50.035Z PASS [ 25.110s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_address_detach
61752025-01-31T06:06:50.925Z PASS [ 30.402s] omicron-nexus::test_all integration_tests::instances::test_updating_running_instance_boot_disk_is_conflict
61762025-01-31T06:06:54.051Z PASS [ 19.616s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_dedupe
61772025-01-31T06:06:58.784Z PASS [ 26.382s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_delete_cascade
61782025-01-31T06:06:59.338Z PASS [ 29.898s] omicron-nexus::test_all integration_tests::internet_gateway::test_internet_gateway_basic_crud
61792025-01-31T06:07:02.041Z PASS [ 17.766s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_list_in_silo
61802025-01-31T06:07:06.199Z PASS [ 16.160s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_pagination
61812025-01-31T06:07:06.404Z PASS [ 17.052s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_pagination
61822025-01-31T06:07:06.796Z PASS [ 17.025s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_overlapping_ranges_fails
61832025-01-31T06:07:06.967Z PASS [ 16.038s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_range_rejects_v6
61842025-01-31T06:07:11.358Z PASS [ 17.303s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service
61852025-01-31T06:07:16.531Z PASS [ 17.743s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_service_no_cud
61862025-01-31T06:07:20.045Z PASS [ 18.000s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_list_only_discoverable
61872025-01-31T06:07:20.836Z PASS [ 21.494s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silo_link
61882025-01-31T06:07:23.829Z PASS [ 17.030s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_utilization_total
61892025-01-31T06:07:25.414Z PASS [ 19.006s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_update_default
61902025-01-31T06:07:28.682Z PASS [ 22.478s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_pool_silos_pagination
61912025-01-31T06:07:32.526Z PASS [ 25.554s] omicron-nexus::test_all integration_tests::ip_pools::test_ip_range_delete_with_allocated_external_ip_fails
61922025-01-31T06:07:41.778Z PASS [ 21.729s] omicron-nexus::test_all integration_tests::metrics::test_mgs_metrics
61932025-01-31T06:07:41.945Z PASS [ 18.111s] omicron-nexus::test_all integration_tests::metrics::test_system_timeseries_schema_list
61942025-01-31T06:07:42.297Z PASS [ 16.879s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_database_records
61952025-01-31T06:07:48.893Z PASS [ 37.527s] omicron-nexus::test_all integration_tests::metrics::test_instance_watcher_metrics
61962025-01-31T06:07:49.222Z PASS [ 20.536s] omicron-nexus::test_all integration_tests::oximeter::test_oximeter_reregistration
61972025-01-31T06:07:57.263Z PASS [ 36.419s] omicron-nexus::test_all integration_tests::metrics::test_project_timeseries_query
61982025-01-31T06:08:01.844Z PASS [ 45.304s] omicron-nexus::test_all integration_tests::metrics::test_metrics
61992025-01-31T06:08:02.139Z PASS [ 29.607s] omicron-nexus::test_all integration_tests::pantry::test_can_stop_start_import_from_bulk_write
62002025-01-31T06:08:02.489Z PASS [ 20.540s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_non_base64
62012025-01-31T06:08:03.213Z PASS [ 20.911s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_not_block_size_multiple
62022025-01-31T06:08:10.937Z PASS [ 22.041s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_data_past_end_of_disk
62032025-01-31T06:08:20.549Z PASS [ 38.763s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_attached_disk
62042025-01-31T06:08:22.951Z PASS [ 21.102s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_to_unaligned_offset
62052025-01-31T06:08:25.567Z PASS [ 36.338s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_start_attached_disk
62062025-01-31T06:08:30.676Z PASS [ 28.181s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_without_stopping_bulk_writes
62072025-01-31T06:08:32.597Z PASS [ 29.378s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_from_bulk_writes_disk
62082025-01-31T06:08:34.905Z PASS [ 37.634s] omicron-nexus::test_all integration_tests::pantry::test_cannot_bulk_write_stop_attached_disk
62092025-01-31T06:08:39.509Z PASS [ 37.363s] omicron-nexus::test_all integration_tests::pantry::test_cannot_finalize_attached_disk
62102025-01-31T06:08:40.132Z PASS [ 29.188s] omicron-nexus::test_all integration_tests::pantry::test_cannot_mount_import_ready_disk
62112025-01-31T06:08:41.419Z PASS [ 20.866s] omicron-nexus::test_all integration_tests::pantry::test_disk_create_for_importing
62122025-01-31T06:08:52.257Z PASS [ 19.656s] omicron-nexus::test_all integration_tests::probe::test_probe_basic_crud
62132025-01-31T06:08:53.147Z PASS [ 18.238s] omicron-nexus::test_all integration_tests::projects::test_project_deletion
62142025-01-31T06:08:58.797Z PASS [ 17.375s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_image
62152025-01-31T06:09:00.055Z PASS [ 37.096s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write
62162025-01-31T06:09:00.394Z PASS [ 20.881s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_disk
62172025-01-31T06:09:01.165Z PASS [ 21.028s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_floating_ip
62182025-01-31T06:09:08.481Z PASS [ 42.905s] omicron-nexus::test_all integration_tests::pantry::test_import_blocks_with_bulk_write_with_snapshot
62192025-01-31T06:09:14.891Z PASS [ 22.629s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_instance
62202025-01-31T06:09:17.966Z PASS [ 17.907s] omicron-nexus::test_all integration_tests::projects::test_projects
62212025-01-31T06:09:18.234Z PASS [ 19.432s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_vpc
62222025-01-31T06:09:18.291Z PASS [ 25.139s] omicron-nexus::test_all integration_tests::projects::test_project_deletion_with_snapshot
62232025-01-31T06:09:19.243Z PASS [ 18.845s] omicron-nexus::test_all integration_tests::quotas::test_quota_limits
62242025-01-31T06:09:21.838Z PASS [ 13.354s] omicron-nexus::test_all integration_tests::rack::test_get_own_rack
62252025-01-31T06:09:25.635Z PASS [ 54.949s] omicron-nexus::test_all integration_tests::password_login::test_local_users
62262025-01-31T06:09:31.430Z PASS [ 16.536s] omicron-nexus::test_all integration_tests::rack::test_list_own_rack
62272025-01-31T06:09:34.330Z PASS [ 16.036s] omicron-nexus::test_all integration_tests::rack::test_sled_list_uninitialized
62282025-01-31T06:09:35.631Z PASS [ 17.393s] omicron-nexus::test_all integration_tests::rack::test_sled_add
62292025-01-31T06:09:35.698Z PASS [ 17.728s] omicron-nexus::test_all integration_tests::rack::test_rack_initialization
62302025-01-31T06:09:36.523Z PASS [ 17.276s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_fleet
62312025-01-31T06:09:36.972Z PASS [ 0.449s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_switches_mgs_instances_on_failure
62322025-01-31T06:09:39.126Z PASS [ 3.493s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_delivers_progress
62332025-01-31T06:09:39.203Z PASS [ 17.360s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_project
62342025-01-31T06:09:39.251Z PASS [ 3.552s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_remembers_successful_mgs_instance
62352025-01-31T06:09:39.722Z PASS [ 14.083s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo
62362025-01-31T06:09:40.366Z PASS [ 3.393s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_sled
62372025-01-31T06:09:42.508Z PASS [ 3.381s] omicron-nexus::test_all integration_tests::rot_updater::test_rot_updater_updates_switch
62382025-01-31T06:09:43.761Z PASS [ 12.328s] omicron-nexus::test_all integration_tests::role_assignments::test_role_assignments_silo_implicit
62392025-01-31T06:09:43.864Z PASS [ 42.690s] omicron-nexus::test_all integration_tests::quotas::test_quotas
62402025-01-31T06:09:43.923Z PASS [ 0.161s] omicron-nexus::test_all integration_tests::saml::test_accept_saml_response_only_assertion_signed
62412025-01-31T06:09:43.978Z PASS [ 0.114s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response
62422025-01-31T06:09:44.043Z PASS [ 0.119s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_ecdsa_sha256
62432025-01-31T06:09:44.093Z PASS [ 0.109s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes
62442025-01-31T06:09:44.146Z PASS [ 0.103s] omicron-nexus::test_all integration_tests::saml::test_correct_saml_response_with_group_attributes_wrong_attribute_name
62452025-01-31T06:09:52.745Z PASS [ 18.411s] omicron-nexus::test_all integration_tests::roles_builtin::test_roles_builtin
62462025-01-31T06:09:57.970Z PASS [ 18.715s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_custom_targets
62472025-01-31T06:09:59.436Z PASS [ 19.066s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_internet_gateway_target
62482025-01-31T06:09:59.596Z PASS [ 20.390s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_crud_operations
62492025-01-31T06:10:00.675Z PASS [ 16.584s] omicron-nexus::test_all integration_tests::saml::test_create_a_hidden_silo_saml_idp
62502025-01-31T06:10:00.802Z PASS [ 0.126s] omicron-nexus::test_all integration_tests::saml::test_handle_saml_response_with_xml_comment
62512025-01-31T06:10:01.010Z PASS [ 16.860s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp
62522025-01-31T06:10:02.001Z PASS [ 19.488s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_modify_system_routes
62532025-01-31T06:10:02.102Z PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_reject_saml_response_signed_with_other_key
62542025-01-31T06:10:02.203Z PASS [ 0.100s] omicron-nexus::test_all integration_tests::saml::test_reject_unsigned_saml_response
62552025-01-31T06:10:05.002Z PASS [ 25.274s] omicron-nexus::test_all integration_tests::router_routes::test_router_routes_disallow_mixed_v4_v6
62562025-01-31T06:10:08.570Z PASS [ 15.821s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_no_redirect_binding
62572025-01-31T06:10:15.298Z PASS [ 17.322s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_invalid_descriptor_truncated
62582025-01-31T06:10:17.236Z PASS [ 17.795s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_no_keys
62592025-01-31T06:10:17.338Z PASS [ 17.738s] omicron-nexus::test_all integration_tests::saml::test_create_a_saml_idp_metadata_only_encryption_keys
62602025-01-31T06:10:18.872Z PASS [ 17.858s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response_with_relay_state
62612025-01-31T06:10:18.872Z PASS [ 18.066s] omicron-nexus::test_all integration_tests::saml::test_post_saml_response
62622025-01-31T06:10:19.539Z PASS [ 17.332s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_404
62632025-01-31T06:10:20.372Z PASS [ 15.367s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_metadata_url_invalid
62642025-01-31T06:10:20.946Z PASS [ 12.373s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_reject_keypair
62652025-01-31T06:10:21.522Z PASS [ 2.646s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_columns
62662025-01-31T06:10:23.362Z PASS [ 8.063s] omicron-nexus::test_all integration_tests::saml::test_saml_idp_rsa_keypair_ok
62672025-01-31T06:10:23.530Z PASS [ 2.009s] omicron-nexus::test_all integration_tests::schema::compare_index_creation_differing_where_clause
62682025-01-31T06:10:25.096Z PASS [ 1.734s] omicron-nexus::test_all integration_tests::schema::compare_sequence_differing_increment
62692025-01-31T06:10:25.293Z PASS [ 1.763s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_constraint
62702025-01-31T06:10:26.906Z PASS [ 1.809s] omicron-nexus::test_all integration_tests::schema::compare_table_differing_not_null_order
62712025-01-31T06:10:27.222Z PASS [ 1.928s] omicron-nexus::test_all integration_tests::schema::compare_view_differing_where_clause
62722025-01-31T06:10:28.365Z PASS [ 1.142s] omicron-nexus::test_all integration_tests::schema::dbinit_version_matches_version_known_to_nexus
62732025-01-31T06:10:55.170Z PASS [ 26.800s] omicron-nexus::test_all integration_tests::schema::nexus_applies_update_on_boot
62742025-01-31T06:11:05.566Z PASS [ 38.652s] omicron-nexus::test_all integration_tests::schema::dbinit_equals_sum_of_all_up
62752025-01-31T06:11:26.865Z PASS [ 31.689s] omicron-nexus::test_all integration_tests::schema::nexus_cannot_apply_update_from_unknown_version
62762025-01-31T06:11:27.867Z PASS [ 22.297s] omicron-nexus::test_all integration_tests::schema::validate_data_migration
62772025-01-31T06:11:38.085Z PASS [ 10.216s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users_bad_group_id
62782025-01-31T06:11:38.344Z PASS [ 10.475s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_detail_bad_group_id
62792025-01-31T06:11:38.462Z PASS [ 10.593s] omicron-nexus::test_all integration_tests::silo_users::test_silo_group_users
62802025-01-31T06:11:38.875Z PASS [ 11.006s] omicron-nexus::test_all integration_tests::silos::test_deleting_a_silo_deletes_the_idp
62812025-01-31T06:11:48.889Z PASS [ 10.801s] omicron-nexus::test_all integration_tests::silos::test_ensure_same_silo_group
62822025-01-31T06:11:49.386Z PASS [ 10.921s] omicron-nexus::test_all integration_tests::silos::test_listing_identity_providers
62832025-01-31T06:11:49.516Z PASS [ 11.169s] omicron-nexus::test_all integration_tests::silos::test_jit_silo_constraints
62842025-01-31T06:11:49.590Z PASS [ 10.712s] omicron-nexus::test_all integration_tests::silos::test_local_silo_constraints
62852025-01-31T06:11:59.895Z PASS [ 10.507s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_invalid
62862025-01-31T06:12:00.194Z PASS [ 10.675s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_truncated
62872025-01-31T06:12:00.449Z PASS [ 10.857s] omicron-nexus::test_all integration_tests::silos::test_saml_idp_metadata_data_valid
62882025-01-31T06:12:00.835Z PASS [ 11.944s] omicron-nexus::test_all integration_tests::silos::test_local_silo_users
62892025-01-31T06:12:08.011Z PASS [ 41.138s] omicron-nexus::test_all integration_tests::schema::versions_have_idempotent_up
62902025-01-31T06:12:12.302Z PASS [ 12.404s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_can_create_certs
62912025-01-31T06:12:16.276Z PASS [ 16.078s] omicron-nexus::test_all integration_tests::silos::test_silo_admin_group
62922025-01-31T06:12:16.478Z PASS [ 15.637s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_clean_up_groups
62932025-01-31T06:12:21.967Z PASS [ 21.513s] omicron-nexus::test_all integration_tests::silos::test_silo_authn_policy
62942025-01-31T06:12:24.925Z PASS [ 16.910s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_fixed
62952025-01-31T06:12:25.161Z PASS [ 17.145s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_both_groups
62962025-01-31T06:12:25.935Z PASS [ 17.920s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_jit
62972025-01-31T06:12:27.794Z PASS [ 19.779s] omicron-nexus::test_all integration_tests::silos::test_silo_delete_cleans_up_ip_pool_links
62982025-01-31T06:12:29.797Z PASS [ 17.491s] omicron-nexus::test_all integration_tests::silos::test_silo_groups_remove_from_one_group
62992025-01-31T06:12:33.075Z PASS [ 16.796s] omicron-nexus::test_all integration_tests::silos::test_silo_user_fetch_by_external_id
63002025-01-31T06:12:38.567Z PASS [ 22.086s] omicron-nexus::test_all integration_tests::silos::test_silo_user_provision_types
63012025-01-31T06:12:43.086Z PASS [ 18.157s] omicron-nexus::test_all integration_tests::silos::test_silo_users_list
63022025-01-31T06:12:44.089Z PASS [ 18.150s] omicron-nexus::test_all integration_tests::sleds::test_physical_disk_create_list_delete
63032025-01-31T06:12:46.563Z PASS [ 24.591s] omicron-nexus::test_all integration_tests::silos::test_silo_user_views
63042025-01-31T06:12:47.363Z PASS [ 22.197s] omicron-nexus::test_all integration_tests::silos::test_silos
63052025-01-31T06:12:49.009Z PASS [ 19.207s] omicron-nexus::test_all integration_tests::sleds::test_sleds_list
63062025-01-31T06:12:55.190Z PASS [ 22.110s] omicron-nexus::test_all integration_tests::snapshots::test_cannot_snapshot_if_no_space
63072025-01-31T06:12:55.525Z PASS [ 27.725s] omicron-nexus::test_all integration_tests::sleds::test_sled_instance_list
63082025-01-31T06:12:55.998Z PASS [ 17.424s] omicron-nexus::test_all integration_tests::snapshots::test_create_snapshot_record_idempotent
63092025-01-31T06:13:03.445Z PASS [ 16.079s] omicron-nexus::test_all integration_tests::snapshots::test_region_snapshot_create_idempotent
63102025-01-31T06:13:08.131Z PASS [ 19.119s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_illegal_snapshot
63112025-01-31T06:13:10.235Z PASS [ 27.143s] omicron-nexus::test_all integration_tests::snapshots::test_delete_snapshot
63122025-01-31T06:13:12.115Z PASS [ 28.020s] omicron-nexus::test_all integration_tests::snapshots::test_multiple_deletes_not_sent
63132025-01-31T06:13:12.551Z PASS [ 25.982s] omicron-nexus::test_all integration_tests::snapshots::test_region_allocation_for_snapshot
63142025-01-31T06:13:12.845Z PASS [ 17.316s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_snapshot
63152025-01-31T06:13:13.481Z PASS [ 18.287s] omicron-nexus::test_all integration_tests::snapshots::test_reject_creating_disk_from_other_project_snapshot
63162025-01-31T06:13:14.907Z PASS [ 1.423s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_switches_mgs_instances_on_failure
63172025-01-31T06:13:16.968Z PASS [ 4.416s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_delivers_progress
63182025-01-31T06:13:17.405Z PASS [ 4.559s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_remembers_successful_mgs_instance
63192025-01-31T06:13:19.353Z PASS [ 4.446s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_sled
63202025-01-31T06:13:21.368Z PASS [ 4.399s] omicron-nexus::test_all integration_tests::sp_updater::test_sp_updater_updates_switch
63212025-01-31T06:13:22.137Z PASS [ 26.137s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_basic
63222025-01-31T06:13:24.623Z PASS [ 21.174s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_expunge
63232025-01-31T06:13:33.569Z PASS [ 25.433s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_stopped_instance
63242025-01-31T06:13:33.625Z PASS [ 16.217s] omicron-nexus::test_all integration_tests::ssh_keys::test_ssh_keys
63252025-01-31T06:13:33.749Z PASS [ 23.510s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_unwind
63262025-01-31T06:13:33.760Z PASS [ 21.641s] omicron-nexus::test_all integration_tests::snapshots::test_snapshot_without_instance
63272025-01-31T06:13:35.691Z PASS [ 2.121s] omicron-nexus::test_all integration_tests::unauthorized_coverage::test_unauthorized_coverage
63282025-01-31T06:13:37.804Z PASS [ 15.663s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_not_found
63292025-01-31T06:13:44.488Z PASS [ 23.116s] omicron-nexus::test_all integration_tests::support_bundles::test_support_bundle_lifecycle
63302025-01-31T06:13:48.633Z PASS [ 14.870s] omicron-nexus::test_all integration_tests::updates::test_repo_upload_unconfigured
63312025-01-31T06:13:49.511Z PASS [ 15.882s] omicron-nexus::test_all integration_tests::updates::test_download_with_dots_fails
63322025-01-31T06:13:49.816Z PASS [ 30.458s] omicron-nexus::test_all integration_tests::subnet_allocation::test_subnet_allocation
63332025-01-31T06:13:52.472Z PASS [ 16.777s] omicron-nexus::test_all integration_tests::users_builtin::test_users_builtin
63342025-01-31T06:13:55.395Z PASS [ 21.641s] omicron-nexus::test_all integration_tests::updates::test_repo_upload
63352025-01-31T06:14:06.909Z PASS [ 29.099s] omicron-nexus::test_all integration_tests::utilization::test_utilization
63362025-01-31T06:14:08.580Z PASS [ 24.087s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot
63372025-01-31T06:14:09.507Z PASS [ 19.992s] omicron-nexus::test_all integration_tests::volume_management::test_cte_returns_regions
63382025-01-31T06:14:14.330Z PASS [ 25.691s] omicron-nexus::test_all integration_tests::volume_management::test_create_image_from_snapshot_delete
63392025-01-31T06:14:15.010Z PASS [ 25.189s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_1
63402025-01-31T06:14:18.421Z PASS [ 25.944s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_2
63412025-01-31T06:14:19.934Z PASS [ 24.534s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_3
63422025-01-31T06:14:24.646Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63432025-01-31T06:14:32.895Z PASS [ 25.980s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_4
63442025-01-31T06:14:34.225Z PASS [ 25.640s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_5
63452025-01-31T06:14:34.609Z PASS [ 25.096s] omicron-nexus::test_all integration_tests::volume_management::test_delete_image_order_6
63462025-01-31T06:14:37.579Z PASS [ 22.564s] omicron-nexus::test_all integration_tests::volume_management::test_disk_create_saga_unwinds_correctly
63472025-01-31T06:14:38.152Z PASS [ 23.817s] omicron-nexus::test_all integration_tests::volume_management::test_delete_snapshot_then_disk
63482025-01-31T06:14:52.199Z PASS [ 19.301s] omicron-nexus::test_all integration_tests::volume_management::test_keep_your_targets_straight
63492025-01-31T06:14:53.842Z PASS [ 19.230s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_region_snapshot_deleting
63502025-01-31T06:14:58.501Z PASS [ 24.271s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records
63512025-01-31T06:14:58.544Z PASS [ 93.903s] omicron-nexus::test_all integration_tests::unauthorized::test_unauthorized
63522025-01-31T06:15:00.912Z PASS [ 23.328s] omicron-nexus::test_all integration_tests::volume_management::test_migrate_to_ref_count_with_records_soft_delete_volume
63532025-01-31T06:15:05.314Z PASS [ 27.156s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_1
63542025-01-31T06:15:10.618Z PASS [ 50.674s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_with_read_only_region_delete
63552025-01-31T06:15:17.591Z PASS [ 25.386s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_disks_multiple_snapshots_order_2
63562025-01-31T06:15:18.443Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63572025-01-31T06:15:23.496Z PASS [ 29.648s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_disks_first
63582025-01-31T06:15:28.915Z PASS [ 30.365s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_random_delete_order
63592025-01-31T06:15:29.225Z PASS [ 30.718s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_layers_of_snapshots_delete_all_snapshots_first
63602025-01-31T06:15:29.823Z PASS [ 24.504s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_only_regions
63612025-01-31T06:15:30.190Z PASS [ 71.755s] omicron-nexus::test_all integration_tests::volume_management::test_double_layer_snapshot_with_read_only_region_delete_2
63622025-01-31T06:15:33.929Z PASS [ 33.011s] omicron-nexus::test_all integration_tests::volume_management::test_multiple_snapshots
63632025-01-31T06:15:34.938Z PASS [ 24.315s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_read_write_regions
63642025-01-31T06:15:48.799Z PASS [ 31.202s] omicron-nexus::test_all integration_tests::volume_management::test_no_zombie_region_snapshots
63652025-01-31T06:15:51.195Z PASS [ 21.369s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_multi
63662025-01-31T06:15:52.169Z PASS [ 21.974s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop
63672025-01-31T06:15:56.597Z PASS [ 22.663s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_sanity_rop_multi
63682025-01-31T06:15:57.018Z PASS [ 22.075s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_usage_sanity
63692025-01-31T06:16:09.977Z PASS [ 13.377s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stop_request
63702025-01-31T06:16:10.181Z PASS [ 13.160s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_notify_downstairs_client_stops
63712025-01-31T06:16:10.954Z PASS [ 22.151s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_create_saga_unwinds_correctly
63722025-01-31T06:16:14.033Z PASS [ 22.833s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_prevents_other_disk
63732025-01-31T06:16:14.689Z PASS [ 22.515s] omicron-nexus::test_all integration_tests::volume_management::test_snapshot_then_delete_disk
63742025-01-31T06:16:19.429Z PASS [ 50.504s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting
63752025-01-31T06:16:22.685Z PASS [ 53.450s] omicron-nexus::test_all integration_tests::volume_management::test_read_only_region_reference_counting_layers
63762025-01-31T06:16:23.519Z SLOW [> 60.000s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
63772025-01-31T06:16:25.274Z PASS [ 15.294s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry
63782025-01-31T06:16:25.357Z PASS [ 15.174s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_different_upstairs_retry_interrupted
63792025-01-31T06:16:26.390Z PASS [ 15.432s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_different_finish_status
63802025-01-31T06:16:30.484Z PASS [ 16.447s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_notify_idempotent
63812025-01-31T06:16:31.423Z PASS [ 16.730s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_reject_submit_progress_when_no_repair
63822025-01-31T06:16:37.289Z PASS [ 17.856s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_repair_id_and_type_conflict
63832025-01-31T06:16:40.476Z PASS [ 17.786s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_same_upstairs_retry
63842025-01-31T06:16:42.081Z PASS [ 16.720s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout
63852025-01-31T06:16:43.270Z PASS [ 16.876s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_randomize_ids_only_read_only
63862025-01-31T06:16:44.186Z PASS [ 18.909s] omicron-nexus::test_all integration_tests::volume_management::test_upstairs_repair_submit_progress
63872025-01-31T06:16:45.892Z PASS [ 82.380s] omicron-nexus::test_all integration_tests::volume_management::test_proper_region_sled_redundancy
63882025-01-31T06:16:46.290Z PASS [ 15.803s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_multiple_gen
63892025-01-31T06:16:47.215Z PASS [ 15.789s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_nothing
63902025-01-31T06:16:54.402Z PASS [ 17.109s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_mid_multiple_gen
63912025-01-31T06:16:57.754Z PASS [ 17.274s] omicron-nexus::test_all integration_tests::volume_management::test_volume_checkout_updates_sparse_multiple_gen
63922025-01-31T06:16:58.345Z PASS [ 16.260s] omicron-nexus::test_all integration_tests::volume_management::test_volume_hard_delete_idempotent
63932025-01-31T06:16:59.929Z PASS [ 16.650s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_bad_volume
63942025-01-31T06:17:01.462Z PASS [ 17.272s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_base
63952025-01-31T06:17:02.448Z PASS [ 16.553s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_no_parent
63962025-01-31T06:17:02.511Z PASS [ 16.217s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_deleted
63972025-01-31T06:17:03.381Z PASS [ 16.162s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_read_only_parent_volume_not_volume
63982025-01-31T06:17:15.616Z PASS [ 17.267s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga
63992025-01-31T06:17:17.733Z PASS [ 17.806s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_deleted_volume
64002025-01-31T06:17:18.564Z PASS [ 17.098s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_no_volume
64012025-01-31T06:17:18.598Z PASS [ 16.084s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_volume_not_volume
64022025-01-31T06:17:19.003Z PASS [ 16.552s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_saga_twice
64032025-01-31T06:17:20.216Z PASS [ 25.810s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting
64042025-01-31T06:17:25.838Z PASS [ 28.079s] omicron-nexus::test_all integration_tests::volume_management::test_volume_remove_rop_respects_accounting_no_modify_others
64052025-01-31T06:17:31.592Z PASS [ 28.206s] omicron-nexus::test_all integration_tests::volume_management::test_volume_replace_snapshot_respects_accounting
64062025-01-31T06:17:35.116Z PASS [ 17.379s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_same_name
64072025-01-31T06:17:35.370Z PASS [ 19.750s] omicron-nexus::test_all integration_tests::vpc_firewall::test_firewall_rules_max_lengths
64082025-01-31T06:17:38.861Z PASS [ 20.292s] omicron-nexus::test_all integration_tests::vpc_firewall::test_vpc_firewall
64092025-01-31T06:17:40.461Z PASS [ 21.453s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_crud_operations
64102025-01-31T06:17:42.604Z PASS [ 24.000s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_attach_to_subnet
64112025-01-31T06:17:42.659Z PASS [ 0.055s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_success_only
64122025-01-31T06:17:42.695Z PASS [ 0.036s] omicron-omdb::bin/omdb oximeter::tests::test_print_producer_details_with_failure
64132025-01-31T06:17:42.767Z PASS [ 0.070s] omicron-package config::tests::multi_preset_arg
64142025-01-31T06:17:42.829Z PASS [ 0.062s] omicron-package dot::test::test_bad_dependency
64152025-01-31T06:17:42.877Z PASS [ 0.048s] omicron-package dot::test::test_dot_output
64162025-01-31T06:17:48.098Z PASS [ 7.635s] omicron-omdb::test_all_output test_omdb_usage_errors
64172025-01-31T06:17:48.131Z PASS [ 0.033s] omicron-passwords test::test_password_constraints
64182025-01-31T06:17:49.985Z PASS [ 7.106s] omicron-passwords test::test_compatible
64192025-01-31T06:17:50.827Z PASS [ 2.695s] omicron-passwords test::test_reproducible
64202025-01-31T06:17:50.873Z PASS [ 0.045s] omicron-passwords test::test_stable
64212025-01-31T06:17:50.906Z PASS [ 0.033s] omicron-passwords test::test_weak_hashes
64222025-01-31T06:17:50.934Z PASS [ 0.027s] omicron-rpaths internal::tests::test_configure_from_path
64232025-01-31T06:17:50.981Z PASS [ 0.047s] omicron-rpaths internal::tests::test_configure_rpaths_from_bad_envvar
64242025-01-31T06:17:51.007Z PASS [ 0.025s] omicron-rpaths internal::tests::test_emit_rpath
64252025-01-31T06:17:51.033Z PASS [ 25.190s] omicron-nexus::test_all integration_tests::vpc_subnets::test_delete_vpc_subnet_with_interfaces_fails
64262025-01-31T06:17:51.410Z PASS [ 0.376s] omicron-sled-agent artifact_store::test::no_dataset
64272025-01-31T06:17:51.497Z PASS [ 0.490s] omicron-sled-agent artifact_store::test::list_get_put_delete
64282025-01-31T06:17:51.509Z PASS [ 19.912s] omicron-nexus::test_all integration_tests::vpc_subnets::test_vpc_subnets
64292025-01-31T06:17:51.561Z PASS [ 0.150s] omicron-sled-agent artifact_store::test::wrong_hash
64302025-01-31T06:17:51.630Z PASS [ 0.132s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_can_update_both_slots_simultaneously
64312025-01-31T06:17:51.669Z PASS [ 0.108s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_fails_if_reading_from_disk_doesnt_match
64322025-01-31T06:17:51.770Z PASS [ 0.100s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_running
64332025-01-31T06:17:51.783Z PASS [ 0.152s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_rejects_new_updates_while_old_completed
64342025-01-31T06:17:51.841Z PASS [ 0.058s] omicron-sled-agent bootstrap::params::tests::json_serialization_round_trips
64352025-01-31T06:17:51.895Z PASS [ 0.053s] omicron-sled-agent bootstrap::server::tests::start_sled_agent_request_serialization
64362025-01-31T06:17:51.955Z PASS [ 0.060s] omicron-sled-agent bootstrap::server::tests::test_persistent_sled_agent_request_schema
64372025-01-31T06:17:51.997Z PASS [ 0.041s] omicron-sled-agent common::instance::test::destruction_after_migration_out_does_not_transition
64382025-01-31T06:17:52.039Z PASS [ 0.041s] omicron-sled-agent common::instance::test::failure_after_migration_in_does_not_transition
64392025-01-31T06:17:52.076Z PASS [ 0.038s] omicron-sled-agent common::instance::test::propolis_terminal_states_request_destroy_action
64402025-01-31T06:17:52.116Z PASS [ 0.040s] omicron-sled-agent common::instance::test::rude_terminate_of_migration_target_does_not_transition_instance
64412025-01-31T06:17:52.125Z PASS [ 0.614s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_delivers_upload_progress_and_rejects_bad_hashes
64422025-01-31T06:17:52.159Z PASS [ 0.043s] omicron-sled-agent common::instance::test::source_termination_fails_in_progress_migration
64432025-01-31T06:17:52.162Z PASS [ 0.034s] omicron-sled-agent common::instance::test::target_termination_fails_in_progress_migration
64442025-01-31T06:17:52.236Z PASS [ 0.076s] omicron-sled-agent config::test::test_smf_configs
64452025-01-31T06:17:52.238Z PASS [ 0.077s] omicron-sled-agent dump_setup::tests::test_archives_rotated_logs_and_cores
64462025-01-31T06:17:52.282Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_configures_coreadm_only_when_crash_dataset_mounted
64472025-01-31T06:17:52.289Z PASS [ 0.046s] omicron-sled-agent dump_setup::tests::test_does_not_configure_coreadm_when_no_crash_dataset_mounted
64482025-01-31T06:17:52.327Z PASS [ 0.556s] omicron-sled-agent boot_disk_os_writer::tests::boot_disk_os_writer_writes_data_to_disk
64492025-01-31T06:17:52.334Z PASS [ 0.051s] omicron-sled-agent dump_setup::tests::test_dumpadm_called_when_vacant_slice_but_no_dir
64502025-01-31T06:17:52.337Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_invoked_when_slices_occupied_and_dir_is_available
64512025-01-31T06:17:52.372Z PASS [ 0.044s] omicron-sled-agent dump_setup::tests::test_savecore_and_dumpadm_not_called_when_occupied_and_no_dir
64522025-01-31T06:17:53.166Z PASS [ 18.046s] omicron-nexus::test_all integration_tests::vpcs::test_vpcs
64532025-01-31T06:17:55.693Z PASS [ 3.357s] omicron-sled-agent instance::tests::test_instance_create_events_normal
64542025-01-31T06:17:55.839Z PASS [ 20.465s] omicron-omdb::test_all_output test_omdb_env_settings
64552025-01-31T06:17:55.847Z PASS [ 2.680s] omicron-sled-agent instance::tests::test_instance_manager_creation
64562025-01-31T06:17:55.872Z PASS [ 0.033s] omicron-sled-agent probe_manager::test::probe_state_set_ops
64572025-01-31T06:17:55.879Z PASS [ 0.031s] omicron-sled-agent profile::tests::empty_profile
64582025-01-31T06:17:55.904Z PASS [ 0.032s] omicron-sled-agent profile::tests::test_disabled_instance
64592025-01-31T06:17:55.910Z PASS [ 0.031s] omicron-sled-agent profile::tests::test_instance
64602025-01-31T06:17:55.934Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_multiple
64612025-01-31T06:17:55.941Z PASS [ 0.030s] omicron-sled-agent profile::tests::test_property
64622025-01-31T06:17:55.969Z PASS [ 0.034s] omicron-sled-agent profile::tests::test_property_group
64632025-01-31T06:17:55.977Z PASS [ 0.035s] omicron-sled-agent profile::tests::test_service
64642025-01-31T06:17:56.007Z PASS [ 0.037s] omicron-sled-agent profile::tests::test_service_property_group
64652025-01-31T06:17:56.014Z PASS [ 0.037s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_basics
64662025-01-31T06:17:56.045Z PASS [ 0.038s] omicron-sled-agent rack_setup::plan::service::tests::bump_allocator_exhaustion
64672025-01-31T06:17:56.063Z PASS [ 0.046s] omicron-sled-agent rack_setup::plan::service::tests::service_port_builder_skips_dns_ips
64682025-01-31T06:17:56.093Z PASS [ 0.047s] omicron-sled-agent rack_setup::plan::service::tests::test_dataset_and_zone_count
64692025-01-31T06:17:56.113Z PASS [ 0.053s] omicron-sled-agent rack_setup::service::test::rss_blueprint_is_blippy_clean
64702025-01-31T06:17:56.138Z PASS [ 0.045s] omicron-sled-agent rack_setup::service::test::test_omicron_zone_configs
64712025-01-31T06:17:56.825Z PASS [ 4.452s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_starting_propolis
64722025-01-31T06:17:57.749Z PASS [ 5.413s] omicron-sled-agent instance::tests::test_instance_create_timeout_while_creating_zone
64732025-01-31T06:17:57.791Z PASS [ 37.567s] omicron-nexus::test_all integration_tests::vpc_routers::test_vpc_routers_custom_delivered_to_instance
64742025-01-31T06:17:58.425Z PASS [ 2.310s] omicron-sled-agent services::illumos_tests::test_bad_generations
64752025-01-31T06:17:58.496Z PASS [ 2.357s] omicron-sled-agent services::illumos_tests::test_ensure_service
64762025-01-31T06:17:58.546Z PASS [ 0.048s] omicron-sled-agent services::test::test_all_zones_requests_schema
64772025-01-31T06:17:58.586Z PASS [ 0.038s] omicron-sled-agent services::test::test_bootstrap_addr_to_techport_prefixes
64782025-01-31T06:17:58.625Z PASS [ 0.039s] omicron-sled-agent services::test::test_zone_bundle_metadata_schema
64792025-01-31T06:17:58.674Z PASS [ 0.049s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_destroy
64802025-01-31T06:17:58.720Z PASS [ 0.045s] omicron-sled-agent sim::collection::test::test_sim_disk_attach_then_fault
64812025-01-31T06:17:58.756Z PASS [ 0.036s] omicron-sled-agent sim::collection::test::test_sim_disk_transition_to_detached_states
64822025-01-31T06:17:58.800Z PASS [ 0.043s] omicron-sled-agent sim::collection::test::test_sim_instance_creating_to_stop
64832025-01-31T06:17:58.842Z PASS [ 0.041s] omicron-sled-agent sim::collection::test::test_sim_instance_reboot
64842025-01-31T06:17:58.880Z PASS [ 0.038s] omicron-sled-agent sim::collection::test::test_sim_instance_running_then_destroyed
64852025-01-31T06:17:59.409Z PASS [ 2.582s] omicron-sled-agent services::illumos_tests::test_ensure_service_before_timesync
64862025-01-31T06:17:59.445Z PASS [ 0.035s] omicron-sled-agent sim::storage::test::cannot_boot_read_only_downstairs_with_no_snapshot
64872025-01-31T06:17:59.485Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::cannot_create_snapshot_for_destroyed_region
64882025-01-31T06:17:59.526Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::crucible_ports_get_reused
64892025-01-31T06:17:59.566Z PASS [ 0.039s] omicron-sled-agent sim::storage::test::must_delete_read_only_downstairs_first
64902025-01-31T06:17:59.599Z PASS [ 0.033s] omicron-sled-agent sim::storage::test::must_delete_snapshots_first
64912025-01-31T06:17:59.645Z PASS [ 0.045s] omicron-sled-agent sim::storage::test::nested_dataset
64922025-01-31T06:17:59.686Z PASS [ 0.040s] omicron-sled-agent sim::storage::test::nested_dataset_child_parent_relationship
64932025-01-31T06:17:59.724Z PASS [ 0.038s] omicron-sled-agent sim::storage::test::nested_dataset_not_found_missing_dataset
64942025-01-31T06:17:59.765Z PASS [ 0.041s] omicron-sled-agent sim::storage::test::running_snapshot_needs_region
64952025-01-31T06:17:59.802Z PASS [ 0.037s] omicron-sled-agent sim::storage::test::snapshot_needs_region
64962025-01-31T06:18:00.367Z PASS [ 2.616s] omicron-sled-agent services::illumos_tests::test_ensure_service_which_already_exists
64972025-01-31T06:18:00.429Z PASS [ 2.637s] omicron-sled-agent services::illumos_tests::test_services_are_recreated_on_reboot
64982025-01-31T06:18:00.702Z PASS [ 2.275s] omicron-sled-agent services::illumos_tests::test_services_do_not_persist_without_config
64992025-01-31T06:18:01.853Z PASS [ 11.865s] omicron-passwords test::test_smoke
65002025-01-31T06:18:02.520Z PASS [ 3.639s] omicron-sled-agent sim::http_entrypoints_pantry::tests::test_simulated_api_matches_real
65012025-01-31T06:18:03.024Z PASS [ 3.221s] omicron-sled-agent support_bundle::storage::tests::basic_crud
65022025-01-31T06:18:03.048Z PASS [ 0.024s] omicron-sled-agent updates::test::test_query_no_components
65032025-01-31T06:18:03.075Z PASS [ 0.026s] omicron-sled-agent updates::test::test_query_sled_agent_version
65042025-01-31T06:18:03.107Z PASS [ 0.031s] omicron-sled-agent updates::test::test_query_zone_version
65052025-01-31T06:18:03.137Z PASS [ 0.030s] omicron-sled-agent zone_bundle::illumos_tests::camino_starts_with_behaviour
65062025-01-31T06:18:03.635Z PASS [ 3.266s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash
65072025-01-31T06:18:03.691Z PASS [ 3.260s] omicron-sled-agent support_bundle::storage::tests::creation_bad_hash_still_deleteable
65082025-01-31T06:18:03.724Z PASS [ 0.033s] omicron-sled-agent zone_bundle::illumos_tests::test_find_archived_log_files
65092025-01-31T06:18:03.945Z PASS [ 3.241s] omicron-sled-agent support_bundle::storage::tests::creation_idempotency
65102025-01-31T06:18:04.766Z PASS [ 25.900s] omicron-omdb::test_all_output test_omdb_success_cases
65112025-01-31T06:18:05.509Z PASS [ 3.655s] omicron-sled-agent support_bundle::storage::tests::creation_without_dataset
65122025-01-31T06:18:05.628Z PASS [ 0.118s] omicron-sled-agent zone_bundle::illumos_tests::test_zfs_quota
65132025-01-31T06:18:05.634Z PASS [ 2.490s] omicron-sled-agent zone_bundle::illumos_tests::test_cleanup
65142025-01-31T06:18:05.669Z PASS [ 0.040s] omicron-sled-agent zone_bundle::tests::test_dir_size
65152025-01-31T06:18:05.682Z PASS [ 0.046s] omicron-sled-agent zone_bundle::tests::test_dir_size_matches_du
65162025-01-31T06:18:05.834Z PASS [ 2.198s] omicron-sled-agent zone_bundle::illumos_tests::test_context
65172025-01-31T06:18:05.965Z PASS [ 0.131s] omicron-sled-agent::mod integration_tests::early_network::early_network_blobs_deserialize
65182025-01-31T06:18:06.145Z PASS [ 2.200s] omicron-sled-agent zone_bundle::illumos_tests::test_update_context
65192025-01-31T06:18:06.170Z PASS [ 0.488s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_sim_no_args
65202025-01-31T06:18:06.178Z PASS [ 0.032s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_in_path
65212025-01-31T06:18:06.196Z PASS [ 0.026s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent
65222025-01-31T06:18:06.203Z PASS [ 2.478s] omicron-sled-agent zone_bundle::illumos_tests::test_list_with_filter
65232025-01-31T06:18:06.268Z PASS [ 0.600s] omicron-sled-agent::mod integration_tests::commands::test_sled_agent_no_args
65242025-01-31T06:18:06.296Z PASS [ 0.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_ready
65252025-01-31T06:18:06.331Z PASS [ 0.035s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_finds_actual_ports
65262025-01-31T06:18:06.594Z PASS [ 4.073s] omicron-sled-agent support_bundle::storage::tests::ranges
65272025-01-31T06:18:06.706Z PASS [ 0.509s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_one_specified
65282025-01-31T06:18:06.709Z PASS [ 0.374s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_panics_with_sentinel_but_no_ports
65292025-01-31T06:18:06.709Z PASS [ 0.528s] omicron-test-utils dev::clickhouse::tests::test_clickhouse_ports_assert_consistent_panics_both_specified
65302025-01-31T06:18:06.773Z PASS [ 0.807s] omicron-test-utils dev::clickhouse::tests::sparse_serialization_is_disabled
65312025-01-31T06:18:06.924Z PASS [ 0.217s] omicron-test-utils dev::db::test::test_bad_cmd
65322025-01-31T06:18:06.971Z PASS [ 0.046s] omicron-test-utils dev::db::test::test_make_pg_config_fail
65332025-01-31T06:18:07.001Z PASS [ 0.030s] omicron-test-utils dev::db::test::test_make_pg_config_ok
65342025-01-31T06:18:07.006Z PASS [ 0.233s] omicron-test-utils dev::db::test::test_database_start_hang
65352025-01-31T06:18:07.033Z PASS [ 0.438s] omicron-test-utils dev::clickhouse::tests::wait_for_ports_waits_for_sentinel_line
65362025-01-31T06:18:07.036Z PASS [ 0.031s] omicron-test-utils dev::db::test::test_process_exit_abnormal
65372025-01-31T06:18:07.045Z PASS [ 0.033s] omicron-test-utils dev::db::test::test_process_exit_normal
65382025-01-31T06:18:07.129Z PASS [ 0.422s] omicron-test-utils dev::db::test::test_cmd_fails
65392025-01-31T06:18:07.170Z PASS [ 0.040s] omicron-test-utils dev::db::test::test_starter_tmpdir
65402025-01-31T06:18:07.231Z PASS [ 1.027s] omicron-test-utils dev::clickhouse::tests::test_discover_clickhouse_not_ready
65412025-01-31T06:18:07.253Z PASS [ 0.082s] omicron-test-utils dev::dendrite::tests::test_discover_local_listening_port
65422025-01-31T06:18:07.273Z PASS [ 0.042s] omicron-test-utils dev::dendrite::tests::test_dpd_in_path
65432025-01-31T06:18:07.293Z PASS [ 0.038s] omicron-test-utils dev::maghemite::tests::test_discover_local_listening_port
65442025-01-31T06:18:07.312Z PASS [ 0.039s] omicron-test-utils dev::maghemite::tests::test_mgd_in_path
65452025-01-31T06:18:07.350Z PASS [ 2.583s] omicron-sled-agent zone_bundle::illumos_tests::test_utilization
65462025-01-31T06:18:07.368Z PASS [ 0.076s] omicron-test-utils dev::test_cmds::tests::test_redact_extra
65472025-01-31T06:18:07.386Z PASS [ 0.073s] omicron-test-utils dev::test_cmds::tests::test_redact_section
65482025-01-31T06:18:07.541Z LEAK [ 0.508s] omicron-test-utils dev::db::test::test_setup_database_bad_listen_url
65492025-01-31T06:18:07.801Z PASS [ 0.259s] oximeter-collector agent::tests::test_delete_nonexistent_producer_succeeds
65502025-01-31T06:18:07.895Z PASS [ 0.509s] oximeter test::timeseries_schema_consistency
65512025-01-31T06:18:07.900Z PASS [ 0.544s] omicron-test-utils dev::test_cmds::tests::test_redact_timestamps
65522025-01-31T06:18:08.152Z PASS [ 0.256s] oximeter-collector agent::tests::test_self_stat_unreachable_counter
65532025-01-31T06:18:08.178Z PASS [ 0.282s] oximeter-collector agent::tests::test_self_stat_error_counter
65542025-01-31T06:18:08.181Z PASS [ 0.377s] oximeter-collector agent::tests::test_self_stat_collection_count
65552025-01-31T06:18:08.207Z PASS [ 0.029s] oximeter-collector self_stats::tests::only_reset_counters_if_info_is_different
65562025-01-31T06:18:08.235Z PASS [ 0.027s] oximeter-collector self_stats::tests::test_failure_reason_serialization
65572025-01-31T06:18:08.268Z PASS [ 1.561s] omicron-test-utils dev::db::test::test_database_concurrent
65582025-01-31T06:18:08.286Z PASS [ 0.134s] oximeter-collector agent::tests::test_updated_producer_is_still_collected_from
65592025-01-31T06:18:08.306Z PASS [ 1.259s] omicron-test-utils dev::db::test::test_setup_database_overridden_dir
65602025-01-31T06:18:08.368Z PASS [ 0.061s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_all_in_one_chunk
65612025-01-31T06:18:08.399Z PASS [ 0.031s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_key_group_multiple_times
65622025-01-31T06:18:08.412Z PASS [ 0.143s] oximeter-db client::oxql::tests::correctly_negate_field_predicate_expression
65632025-01-31T06:18:08.417Z PASS [ 0.130s] oximeter-db client::oxql::tests::correctly_negate_timestamp_predicate_expression
65642025-01-31T06:18:08.424Z PASS [ 0.025s] oximeter-db client::oxql::tests::test_chunk_consistent_key_groups_split_middle_of_key_group
65652025-01-31T06:18:08.430Z PASS [ 1.062s] openapi-manager check::tests::check_apis_up_to_date
65662025-01-31T06:18:08.734Z PASS [ 0.498s] oximeter-collector::test_commands test_oximeter_no_args
65672025-01-31T06:18:09.237Z PASS [ 1.059s] oximeter-collector agent::tests::verify_producer_details
65682025-01-31T06:18:09.317Z PASS [ 0.582s] oximeter-db client::tests::can_ping_clickhouse
65692025-01-31T06:18:09.417Z PASS [ 0.100s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_replicated
65702025-01-31T06:18:09.489Z PASS [ 0.071s] oximeter-db client::tests::check_actual_schema_upgrades_are_valid_single_node
65712025-01-31T06:18:09.566Z PASS [ 1.141s] oximeter-db client::oxql::tests::test_get_one_timeseries
65722025-01-31T06:18:09.569Z PASS [ 1.154s] oximeter-db client::oxql::tests::test_get_entire_table
65732025-01-31T06:18:09.569Z PASS [ 1.135s] oximeter-db client::oxql::tests::test_limit_operations
65742025-01-31T06:18:09.657Z PASS [ 1.239s] oximeter-db client::oxql::tests::test_get_entire_timeseries_and_part_of_another
65752025-01-31T06:18:10.263Z PASS [ 0.605s] oximeter-db client::tests::read_latest_version_with_no_database_reports_zero
65762025-01-31T06:18:10.294Z PASS [ 0.728s] oximeter-db client::tests::read_latest_version_with_empty_version_table_reports_zero
65772025-01-31T06:18:10.308Z PASS [ 0.741s] oximeter-db client::tests::read_latest_version_reports_max
65782025-01-31T06:18:10.933Z PASS [ 0.625s] oximeter-db client::tests::test_apply_one_schema_upgrade_single_node
65792025-01-31T06:18:11.234Z PASS [ 0.970s] oximeter-db client::tests::read_latest_version_with_no_version_table_reports_zero
65802025-01-31T06:18:11.409Z PASS [ 1.114s] oximeter-db client::tests::select_timeseries_with_select_one
65812025-01-31T06:18:11.755Z PASS [ 0.821s] oximeter-db client::tests::test_client_select_timeseries_one
65822025-01-31T06:18:11.858Z PASS [ 2.290s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_single_node
65832025-01-31T06:18:12.048Z PASS [ 0.813s] oximeter-db client::tests::test_database_version_update_is_idempotent
65842025-01-31T06:18:12.187Z PASS [ 0.777s] oximeter-db client::tests::test_database_version_will_not_downgrade
65852025-01-31T06:18:12.609Z PASS [ 0.750s] oximeter-db client::tests::test_differentiate_by_timeseries_name
65862025-01-31T06:18:12.662Z PASS [ 0.907s] oximeter-db client::tests::test_database_version_wipes_old_version
65872025-01-31T06:18:13.063Z PASS [ 1.015s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_single_node
65882025-01-31T06:18:13.079Z PASS [ 0.890s] oximeter-db client::tests::test_ensure_schema_with_missing_desired_schema_version_fails
65892025-01-31T06:18:13.427Z PASS [ 0.818s] oximeter-db client::tests::test_ensure_schema_with_version_gaps_fails
65902025-01-31T06:18:13.928Z PASS [ 6.893s] omicron-test-utils dev::db::test::test_setup_database_default_dir
65912025-01-31T06:18:13.930Z PASS [ 0.864s] oximeter-db client::tests::test_field_record_count
65922025-01-31T06:18:13.946Z PASS [ 0.868s] oximeter-db client::tests::test_get_schema_no_new_values
65932025-01-31T06:18:13.981Z PASS [ 1.318s] oximeter-db client::tests::test_expunge_timeseries_by_name_single_node
65942025-01-31T06:18:14.011Z PASS [ 0.029s] oximeter-db client::tests::test_read_schema_upgrade_sql_files
65952025-01-31T06:18:14.043Z PASS [ 0.032s] oximeter-db client::tests::test_read_timeseries_to_delete
65962025-01-31T06:18:14.073Z PASS [ 0.030s] oximeter-db client::tests::test_read_timeseries_to_delete_empty_file_is_ok
65972025-01-31T06:18:14.099Z PASS [ 0.026s] oximeter-db client::tests::test_read_timeseries_to_delete_nonexistent_file_is_ok
65982025-01-31T06:18:14.166Z PASS [ 0.738s] oximeter-db client::tests::test_insert_samples
65992025-01-31T06:18:14.625Z PASS [ 0.697s] oximeter-db client::tests::test_is_oximeter_cluster
66002025-01-31T06:18:14.674Z PASS [ 0.727s] oximeter-db client::tests::test_new_schema_removed_when_not_inserted
66012025-01-31T06:18:14.705Z PASS [ 0.776s] oximeter-db client::tests::test_list_timeseries
66022025-01-31T06:18:14.909Z PASS [ 0.742s] oximeter-db client::tests::test_schema_mismatch
66032025-01-31T06:18:15.186Z PASS [ 1.086s] oximeter-db client::tests::test_recall_of_all_fields
66042025-01-31T06:18:15.355Z PASS [ 0.729s] oximeter-db client::tests::test_schema_update
66052025-01-31T06:18:15.463Z PASS [ 0.787s] oximeter-db client::tests::test_select_all_datum_types
66062025-01-31T06:18:15.477Z PASS [ 0.771s] oximeter-db client::tests::test_select_all_field_types
66072025-01-31T06:18:15.695Z PASS [ 0.785s] oximeter-db client::tests::test_select_timeseries_with_all
66082025-01-31T06:18:16.163Z PASS [ 0.975s] oximeter-db client::tests::test_select_timeseries_with_limit
66092025-01-31T06:18:16.258Z PASS [ 0.795s] oximeter-db client::tests::test_select_timeseries_with_select_multiple_fields_with_multiple_values
66102025-01-31T06:18:16.290Z PASS [ 0.813s] oximeter-db client::tests::test_select_timeseries_with_select_one_field_with_multiple_values
66112025-01-31T06:18:16.315Z PASS [ 0.025s] oximeter-db client::tests::test_unravel_index
66122025-01-31T06:18:16.352Z PASS [ 0.997s] oximeter-db client::tests::test_select_timeseries_with_order
66132025-01-31T06:18:16.389Z PASS [ 0.036s] oximeter-db client::tests::test_verify_schema_upgrades
66142025-01-31T06:18:16.422Z PASS [ 0.033s] oximeter-db model::fields::tests::test_extract_fields_as_block
66152025-01-31T06:18:16.451Z PASS [ 0.028s] oximeter-db model::measurements::tests::test_extract_histogram_measurement_columns
66162025-01-31T06:18:16.477Z PASS [ 0.025s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_cumulative
66172025-01-31T06:18:16.500Z PASS [ 0.804s] oximeter-db client::tests::test_select_timeseries_with_start_time
66182025-01-31T06:18:16.505Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_gauge
66192025-01-31T06:18:16.526Z PASS [ 0.026s] oximeter-db model::measurements::tests::test_extract_measurement_as_block_histogram
66202025-01-31T06:18:16.533Z PASS [ 0.027s] oximeter-db model::measurements::tests::test_insert_datum_columns_scalar
66212025-01-31T06:18:16.550Z PASS [ 0.024s] oximeter-db native::block::tests::concat_blocks
66222025-01-31T06:18:16.556Z PASS [ 0.023s] oximeter-db native::block::tests::datetime64_scale_checks_range
66232025-01-31T06:18:16.575Z PASS [ 0.024s] oximeter-db native::block::tests::parse_date_time
66242025-01-31T06:18:16.586Z PASS [ 0.029s] oximeter-db native::block::tests::parse_date_time64
66252025-01-31T06:18:16.603Z PASS [ 0.027s] oximeter-db native::block::tests::parse_escaped_date_time64
66262025-01-31T06:18:16.609Z PASS [ 0.022s] oximeter-db native::block::tests::test_data_type_to_string
66272025-01-31T06:18:16.623Z PASS [ 0.020s] oximeter-db native::block::tests::test_datetime64_conversions
66282025-01-31T06:18:16.629Z PASS [ 0.020s] oximeter-db native::block::tests::test_parse_all_known_timezones
66292025-01-31T06:18:16.641Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_array_enum8_with_bad_escapes
66302025-01-31T06:18:16.647Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_array_enum8_with_escapes
66312025-01-31T06:18:16.660Z PASS [ 0.018s] oximeter-db native::block::tests::test_parse_enum8
66322025-01-31T06:18:16.664Z PASS [ 0.017s] oximeter-db native::block::tests::test_parse_enum_variant
66332025-01-31T06:18:16.679Z PASS [ 0.019s] oximeter-db native::block::tests::test_parse_invalid_data_type
66342025-01-31T06:18:17.036Z PASS [ 0.777s] oximeter-db client::tests::test_timeseries_schema_list
66352025-01-31T06:18:17.082Z PASS [ 0.766s] oximeter-db client::tests::test_update_schema_cache_on_new_sample
66362025-01-31T06:18:17.245Z PASS [ 0.580s] oximeter-db native::connection::tests::test_basic_select_query
66372025-01-31T06:18:17.367Z PASS [ 0.687s] oximeter-db native::connection::tests::test_can_cancel_query
66382025-01-31T06:18:17.451Z PASS [ 1.287s] oximeter-db client::tests::test_sql_query_output
66392025-01-31T06:18:17.608Z PASS [ 0.571s] oximeter-db native::connection::tests::test_exchange_hello
66402025-01-31T06:18:17.666Z PASS [ 0.583s] oximeter-db native::connection::tests::test_insert_and_select_data
66412025-01-31T06:18:17.830Z PASS [ 0.584s] oximeter-db native::connection::tests::test_insert_and_select_uuid
66422025-01-31T06:18:17.854Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_block_with_nulls
66432025-01-31T06:18:17.878Z PASS [ 0.023s] oximeter-db native::io::block::tests::test_decode_full_block
66442025-01-31T06:18:17.899Z PASS [ 0.021s] oximeter-db native::io::column::tests::check_uuid_buffer_length_on_decode
66452025-01-31T06:18:17.923Z PASS [ 0.023s] oximeter-db native::io::column::tests::fail_to_encode_out_of_range_column
66462025-01-31T06:18:17.955Z PASS [ 0.032s] oximeter-db native::io::column::tests::test_decode_ipv4addr_column
66472025-01-31T06:18:17.955Z PASS [ 0.587s] oximeter-db native::connection::tests::test_select_array_column
66482025-01-31T06:18:17.976Z PASS [ 0.021s] oximeter-db native::io::column::tests::test_decode_ipv6addr_column
66492025-01-31T06:18:17.980Z PASS [ 0.025s] oximeter-db native::io::column::tests::test_decode_string_column
66502025-01-31T06:18:17.995Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_uint64_column
66512025-01-31T06:18:18.000Z PASS [ 0.018s] oximeter-db native::io::column::tests::test_decode_uint8_column
66522025-01-31T06:18:18.015Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_decode_uuid_column
66532025-01-31T06:18:18.019Z PASS [ 0.019s] oximeter-db native::io::column::tests::test_encode_decode_column
66542025-01-31T06:18:18.024Z PASS [ 0.573s] oximeter-db native::connection::tests::test_select_array_of_nullable_column
66552025-01-31T06:18:18.036Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_full_hello
66562025-01-31T06:18:18.042Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_hello_packet_and_a_half
66572025-01-31T06:18:18.047Z PASS [ 0.022s] oximeter-db native::io::packet::server::tests::test_decode_multiple_hello_packets
66582025-01-31T06:18:18.056Z PASS [ 0.019s] oximeter-db native::io::packet::server::tests::test_decode_nested_exceptions
66592025-01-31T06:18:18.061Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_partial_hello
66602025-01-31T06:18:18.065Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_pong
66612025-01-31T06:18:18.074Z PASS [ 0.018s] oximeter-db native::io::packet::server::tests::test_decode_progress_packet
66622025-01-31T06:18:18.079Z PASS [ 0.017s] oximeter-db native::io::packet::server::tests::test_decode_single_exception
66632025-01-31T06:18:18.084Z PASS [ 0.018s] oximeter-db native::io::string::test::test_encode_decode
66642025-01-31T06:18:18.091Z PASS [ 0.017s] oximeter-db native::io::string::test::test_encode_hello_world
66652025-01-31T06:18:18.099Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_backtick_quoted_column_name
66662025-01-31T06:18:18.104Z PASS [ 0.020s] oximeter-db native::io::table_columns::tests::test_column_count
66672025-01-31T06:18:18.109Z PASS [ 0.017s] oximeter-db native::io::table_columns::tests::test_column_description_only_required_parts
66682025-01-31T06:18:18.118Z PASS [ 0.019s] oximeter-db native::io::table_columns::tests::test_column_description_with_default
66692025-01-31T06:18:18.123Z PASS [ 0.018s] oximeter-db native::io::table_columns::tests::test_column_descriptions
66702025-01-31T06:18:18.128Z PASS [ 0.018s] oximeter-db native::io::varuint::test_encode_decode_varuint
66712025-01-31T06:18:18.136Z PASS [ 0.017s] oximeter-db oxql::ast::grammar::tests::test_align_table_op
66722025-01-31T06:18:18.143Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_boolean_literal
66732025-01-31T06:18:18.150Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_comparison
66742025-01-31T06:18:18.161Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_complicated_logical_combinations
66752025-01-31T06:18:18.170Z PASS [ 0.027s] oximeter-db oxql::ast::grammar::tests::test_double_literal
66762025-01-31T06:18:18.176Z PASS [ 0.026s] oximeter-db oxql::ast::grammar::tests::test_double_quoted_string_literal
66772025-01-31T06:18:18.183Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_duration_literal
66782025-01-31T06:18:18.192Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_operator_precedence
66792025-01-31T06:18:18.199Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_overridden_precedence
66802025-01-31T06:18:18.201Z PASS [ 0.591s] oximeter-db native::connection::tests::test_select_nullable_column
66812025-01-31T06:18:18.208Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_negated_simple_expression
66822025-01-31T06:18:18.213Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_single_simple_expression
66832025-01-31T06:18:18.218Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_filter_expr_two_simple_filter_expressions
66842025-01-31T06:18:18.224Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_filter_table_op
66852025-01-31T06:18:18.232Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_get_table_op
66862025-01-31T06:18:18.238Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_group_by
66872025-01-31T06:18:18.240Z PASS [ 0.572s] oximeter-db native::connection::tests::test_send_cancel_with_no_query
66882025-01-31T06:18:18.240Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_hex_integer_literal
66892025-01-31T06:18:18.250Z PASS [ 0.021s] oximeter-db oxql::ast::grammar::tests::test_ident
66902025-01-31T06:18:18.255Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_integer_literal
66912025-01-31T06:18:18.263Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_multiple_negation
66922025-01-31T06:18:18.268Z PASS [ 0.025s] oximeter-db oxql::ast::grammar::tests::test_like_only_available_for_strings
66932025-01-31T06:18:18.270Z PASS [ 0.029s] oximeter-db oxql::ast::grammar::tests::test_limiting_table_ops
66942025-01-31T06:18:18.274Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_negated_filter_expr
66952025-01-31T06:18:18.279Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv4_literal
66962025-01-31T06:18:18.284Z PASS [ 0.019s] oximeter-db oxql::ast::grammar::tests::test_parse_ipv6_literal
66972025-01-31T06:18:18.294Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_parse_literal_timestamp_string
66982025-01-31T06:18:18.299Z PASS [ 0.030s] oximeter-db oxql::ast::grammar::tests::test_query
66992025-01-31T06:18:18.307Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_invalid_unicode_sequence
67002025-01-31T06:18:18.310Z PASS [ 0.033s] oximeter-db oxql::ast::grammar::tests::test_query_starts_with_get
67012025-01-31T06:18:18.312Z PASS [ 0.018s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_none
67022025-01-31T06:18:18.322Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequences_with_valid_escape_sequence
67032025-01-31T06:18:18.327Z PASS [ 0.020s] oximeter-db oxql::ast::grammar::tests::test_reducer
67042025-01-31T06:18:18.333Z PASS [ 0.024s] oximeter-db oxql::ast::grammar::tests::test_single_quoted_string_literal
67052025-01-31T06:18:18.339Z PASS [ 0.022s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal
67062025-01-31T06:18:18.346Z PASS [ 0.023s] oximeter-db oxql::ast::grammar::tests::test_uuid_literal_is_case_insensitive
67072025-01-31T06:18:18.351Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_duration_to_db_interval
67082025-01-31T06:18:18.357Z PASS [ 0.023s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field
67092025-01-31T06:18:18.364Z PASS [ 0.024s] oximeter-db oxql::ast::literal::tests::test_literal_compare_field_wrong_type
67102025-01-31T06:18:18.377Z PASS [ 0.026s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_does_not_modify_missing_values
67112025-01-31T06:18:18.383Z PASS [ 0.037s] oximeter-db oxql::ast::table_ops::align::tests::test_fraction_overlap_with_window
67122025-01-31T06:18:18.389Z PASS [ 0.032s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_delta_value_in_window
67132025-01-31T06:18:18.392Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_does_not_modify_missing_values
67142025-01-31T06:18:18.401Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::align::tests::test_mean_gauge_value_in_window
67152025-01-31T06:18:18.408Z PASS [ 0.024s] oximeter-db oxql::ast::table_ops::align::tests::test_verify_max_upsampling_ratio
67162025-01-31T06:18:18.420Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_double_points
67172025-01-31T06:18:18.422Z PASS [ 0.029s] oximeter-db oxql::ast::table_ops::filter::tests::test_all_ident_names
67182025-01-31T06:18:18.425Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_atom_filter_points_wrong_type
67192025-01-31T06:18:18.436Z PASS [ 0.027s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_deep_expressions
67202025-01-31T06:18:18.445Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_error_message_with_invalid_field_names
67212025-01-31T06:18:18.450Z PASS [ 0.025s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_empty_timeseries
67222025-01-31T06:18:18.453Z PASS [ 0.030s] oximeter-db oxql::ast::table_ops::filter::tests::test_dnf_conversion_fails_on_extremely_long_expressions
67232025-01-31T06:18:18.459Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::filter::tests::test_filter_field_logic
67242025-01-31T06:18:18.464Z PASS [ 0.019s] oximeter-db oxql::ast::table_ops::filter::tests::test_implicit_field_names_for_types
67252025-01-31T06:18:18.473Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::filter::tests::test_simplify_to_dnf
67262025-01-31T06:18:18.482Z PASS [ 0.031s] oximeter-db oxql::ast::table_ops::group_by::test::test_group_by_display
67272025-01-31T06:18:18.487Z PASS [ 0.022s] oximeter-db oxql::ast::table_ops::limit::tests::test_first_k
67282025-01-31T06:18:18.492Z PASS [ 0.028s] oximeter-db oxql::ast::table_ops::group_by::tests::test_group_by
67292025-01-31T06:18:18.497Z PASS [ 0.023s] oximeter-db oxql::ast::table_ops::limit::tests::test_last_k
67302025-01-31T06:18:18.502Z PASS [ 0.020s] oximeter-db oxql::ast::table_ops::test::test_grouped_table_op_display
67312025-01-31T06:18:18.509Z PASS [ 0.022s] oximeter-db oxql::plan::align::test::test_align_input_schema
67322025-01-31T06:18:18.589Z PASS [ 0.096s] oximeter-db oxql::plan::plan::tests::cannot_align_non_numeric_tables
67332025-01-31T06:18:18.596Z PASS [ 0.093s] oximeter-db oxql::plan::plan::tests::cannot_filter_with_incomparable_types
67342025-01-31T06:18:18.619Z PASS [ 0.117s] oximeter-db oxql::plan::plan::tests::cannot_group_multiple_tables
67352025-01-31T06:18:18.635Z PASS [ 0.126s] oximeter-db oxql::plan::plan::tests::cannot_group_unaligned_tables
67362025-01-31T06:18:18.699Z PASS [ 0.102s] oximeter-db oxql::plan::plan::tests::cannot_join_unaligned_tables
67372025-01-31T06:18:18.708Z PASS [ 0.118s] oximeter-db oxql::plan::plan::tests::cannot_join_one_table
67382025-01-31T06:18:18.727Z PASS [ 0.107s] oximeter-db oxql::plan::plan::tests::filter_plan_node_does_not_change_table_schema
67392025-01-31T06:18:18.739Z PASS [ 0.104s] oximeter-db oxql::plan::plan::tests::get_cumulative_plan_emits_two_nodes
67402025-01-31T06:18:18.788Z PASS [ 0.089s] oximeter-db oxql::plan::plan::tests::get_gauge_plan_emits_one_node
67412025-01-31T06:18:18.808Z PASS [ 0.100s] oximeter-db oxql::plan::plan::tests::group_by_plan_leaves_only_grouped_fields
67422025-01-31T06:18:18.847Z PASS [ 0.120s] oximeter-db oxql::plan::plan::tests::limit_plan_node_does_not_change_table_schema
67432025-01-31T06:18:18.854Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::limit_pushdown_does_not_reorder_around_align
67442025-01-31T06:18:18.902Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_merges_neighboring_filter_nodes
67452025-01-31T06:18:18.922Z PASS [ 0.114s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_into_subqueries
67462025-01-31T06:18:18.958Z PASS [ 0.110s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_group_by
67472025-01-31T06:18:18.967Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::predicate_pushdown_pushes_filter_nodes_through_join
67482025-01-31T06:18:19.005Z PASS [ 0.103s] oximeter-db oxql::plan::plan::tests::requires_full_table_scan
67492025-01-31T06:18:19.036Z PASS [ 0.113s] oximeter-db oxql::plan::plan::tests::subquery_plan_returns_multiple_tables
67502025-01-31T06:18:19.082Z PASS [ 0.124s] oximeter-db oxql::plan::predicates::tests::push_multiple_predicates_partway_through_alignment
67512025-01-31T06:18:19.097Z PASS [ 0.125s] oximeter-db oxql::plan::predicates::tests::push_none_of_single_predicate_through_alignment
67522025-01-31T06:18:19.116Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits
67532025-01-31T06:18:19.136Z PASS [ 0.130s] oximeter-db oxql::plan::predicates::tests::push_predicates_partway_through_alignment_differently
67542025-01-31T06:18:19.141Z PASS [ 0.024s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_coalesce_incompatible_kind_from_outer_query
67552025-01-31T06:18:19.151Z PASS [ 0.115s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_partway_through_alignment
67562025-01-31T06:18:19.159Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kind_from_outer_query
67572025-01-31T06:18:19.164Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_merge_different_kinds_within_query
67582025-01-31T06:18:19.173Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_do_not_rearrange_around_incompatible_timestamp_filters
67592025-01-31T06:18:19.183Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_from_outer_query
67602025-01-31T06:18:19.187Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_limits_merge_same_kind_within_query
67612025-01-31T06:18:19.194Z PASS [ 0.111s] oximeter-db oxql::plan::predicates::tests::push_single_predicate_through_alignment
67622025-01-31T06:18:19.198Z PASS [ 0.025s] oximeter-db oxql::query::tests::test_coalesce_limits_rearrange_around_timestamp_filters
67632025-01-31T06:18:19.205Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates
67642025-01-31T06:18:19.211Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries
67652025-01-31T06:18:19.216Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_into_subqueries_with_group_by
67662025-01-31T06:18:19.221Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_coalesce_predicates_merged_into_subqueries
67672025-01-31T06:18:19.232Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_query_end_time
67682025-01-31T06:18:19.239Z PASS [ 0.028s] oximeter-db oxql::query::tests::test_query_end_time_across_subqueries
67692025-01-31T06:18:19.242Z PASS [ 0.022s] oximeter-db oxql::query::tests::test_restrict_filter_idents_expr
67702025-01-31T06:18:19.249Z PASS [ 0.023s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom
67712025-01-31T06:18:19.259Z PASS [ 0.026s] oximeter-db oxql::query::tests::test_restrict_filter_idents_single_atom_with_timestamp
67722025-01-31T06:18:19.270Z PASS [ 0.029s] oximeter-db query::tests::test_field_cmp
67732025-01-31T06:18:19.276Z PASS [ 0.025s] oximeter-db query::tests::test_field_selector_as_query
67742025-01-31T06:18:19.279Z PASS [ 0.036s] oximeter-db oxql::query::tests::test_split_query
67752025-01-31T06:18:19.288Z PASS [ 0.024s] oximeter-db query::tests::test_field_value_as_db_str
67762025-01-31T06:18:19.299Z PASS [ 0.029s] oximeter-db query::tests::test_select_query_builder_field_selectors
67772025-01-31T06:18:19.304Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_from_parts
67782025-01-31T06:18:19.311Z PASS [ 0.034s] oximeter-db query::tests::test_select_query_builder_filter_raw
67792025-01-31T06:18:19.316Z PASS [ 0.027s] oximeter-db query::tests::test_select_query_builder_full
67802025-01-31T06:18:19.321Z PASS [ 0.022s] oximeter-db query::tests::test_select_query_builder_limit_offset
67812025-01-31T06:18:19.326Z PASS [ 0.021s] oximeter-db query::tests::test_select_query_builder_no_fields
67822025-01-31T06:18:19.334Z PASS [ 0.023s] oximeter-db query::tests::test_select_query_builder_no_selectors
67832025-01-31T06:18:19.342Z PASS [ 0.020s] oximeter-db query::tests::test_time_range
67842025-01-31T06:18:19.349Z PASS [ 0.033s] oximeter-db query::tests::test_string_field_selector
67852025-01-31T06:18:19.355Z PASS [ 0.028s] oximeter-db sql::tests::test_allow_limit_offset
67862025-01-31T06:18:19.369Z PASS [ 0.034s] oximeter-db sql::tests::test_allow_subqueries
67872025-01-31T06:18:19.371Z PASS [ 0.027s] oximeter-db sql::tests::test_cannot_name_database
67882025-01-31T06:18:19.379Z PASS [ 0.029s] oximeter-db sql::tests::test_ctes_are_not_supported
67892025-01-31T06:18:19.384Z PASS [ 0.028s] oximeter-db sql::tests::test_function_allow_list
67902025-01-31T06:18:19.400Z PASS [ 0.025s] oximeter-db sql::tests::test_multiple_statements_are_not_supported
67912025-01-31T06:18:19.409Z PASS [ 0.024s] oximeter-db sql::tests::test_query_with_multiple_timeseries_generates_one_cte
67922025-01-31T06:18:19.411Z PASS [ 0.029s] oximeter-db sql::tests::test_query_must_be_select_statement
67932025-01-31T06:18:19.422Z PASS [ 0.053s] oximeter-db sql::tests::test_join_must_be_inner
67942025-01-31T06:18:19.429Z PASS [ 0.029s] oximeter-db sql::tests::test_require_table_is_timeseries_name
67952025-01-31T06:18:19.436Z PASS [ 0.027s] oximeter-db sql::tests::test_safe_sql_does_not_modify_original_alias
67962025-01-31T06:18:19.439Z PASS [ 0.027s] oximeter-db sql::tests::test_with_comma_join_fails
67972025-01-31T06:18:19.445Z PASS [ 0.023s] oximeter-db tests::test_timeseries_key_field_stability
67982025-01-31T06:18:19.452Z PASS [ 0.022s] oximeter-db tests::test_timeseries_key_sample_stability
67992025-01-31T06:18:19.502Z PASS [ 0.056s] oximeter-instruments http::tests::test_latency_tracker
68002025-01-31T06:18:19.559Z PASS [ 0.107s] oximeter-instruments kstat::link::tests::test_kstat_interested
68012025-01-31T06:18:19.688Z PASS [ 1.408s] oximeter-db oxql::ast::grammar::tests::test_recognize_escape_sequence_with_valid_unicode_sequence
68022025-01-31T06:18:19.852Z PASS [ 0.349s] oximeter-instruments kstat::link::tests::test_kstat_sampler
68032025-01-31T06:18:19.859Z PASS [ 0.170s] oximeter-instruments kstat::link::tests::test_kstat_start_time_is_equal
68042025-01-31T06:18:19.861Z PASS [ 0.299s] oximeter-instruments kstat::link::tests::test_kstat_sampler_with_overflow
68052025-01-31T06:18:19.914Z PASS [ 0.062s] oximeter-instruments kstat::link::tests::test_kstat_with_expiration
68062025-01-31T06:18:19.922Z PASS [ 0.056s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_target_is_removed
68072025-01-31T06:18:19.925Z PASS [ 0.063s] oximeter-instruments kstat::link::tests::test_prune_creation_times_when_kstat_is_gone
68082025-01-31T06:18:19.957Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_field_name
68092025-01-31T06:18:19.957Z PASS [ 0.033s] oximeter-macro-impl tests::test_extract_datum_type_by_annotatd_field
68102025-01-31T06:18:19.963Z PASS [ 0.048s] oximeter-instruments kstat::link::tests::test_sled_datalink
68112025-01-31T06:18:19.975Z PASS [ 0.019s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated
68122025-01-31T06:18:19.980Z PASS [ 0.023s] oximeter-macro-impl tests::test_extract_datum_type_multiple_annotated_fields
68132025-01-31T06:18:19.985Z PASS [ 0.021s] oximeter-macro-impl tests::test_extract_datum_type_named_and_annotated_same_field
68142025-01-31T06:18:19.995Z PASS [ 0.019s] oximeter-macro-impl tests::test_metric_annotated_field
68152025-01-31T06:18:20.002Z PASS [ 0.021s] oximeter-macro-impl tests::test_metric_datum_field
68162025-01-31T06:18:20.009Z PASS [ 0.023s] oximeter-macro-impl tests::test_metric_enum
68172025-01-31T06:18:20.019Z PASS [ 0.024s] oximeter-macro-impl tests::test_metric_without_datum_field
68182025-01-31T06:18:20.025Z PASS [ 0.022s] oximeter-macro-impl tests::test_target
68192025-01-31T06:18:20.031Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_empty_struct
68202025-01-31T06:18:20.040Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_enum
68212025-01-31T06:18:20.046Z PASS [ 0.021s] oximeter-macro-impl tests::test_target_unit_struct
68222025-01-31T06:18:20.051Z PASS [ 0.020s] oximeter-macro-impl tests::test_target_with_datum_field
68232025-01-31T06:18:20.131Z PASS [ 0.084s] oximeter-schema codegen::tests::compute_extra_derives_respects_datum_type_with_no_extra_derives
68242025-01-31T06:18:20.142Z PASS [ 0.090s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_datum_types
68252025-01-31T06:18:20.160Z PASS [ 0.028s] oximeter-schema codegen::tests::compute_extra_derives_respects_non_copy_fields
68262025-01-31T06:18:20.166Z PASS [ 0.024s] oximeter-schema codegen::tests::compute_extra_derives_respects_partially_ordered_datum_types
68272025-01-31T06:18:20.184Z PASS [ 0.023s] oximeter-schema codegen::tests::compute_extra_derives_respects_totally_ordered_datum_types
68282025-01-31T06:18:20.205Z PASS [ 0.038s] oximeter-schema codegen::tests::emit_schema_types_generates_expected_tokens
68292025-01-31T06:18:20.211Z PASS [ 0.027s] oximeter-schema codegen::tests::emit_schema_types_with_no_metric_fields_generates_expected_tokens
68302025-01-31T06:18:20.243Z PASS [ 0.032s] oximeter-schema ir::tests::construct_field_schema_fails_with_reference_to_unknown_field
68312025-01-31T06:18:20.246Z PASS [ 0.038s] oximeter-schema ir::tests::construct_field_schema_fails_with_duplicate_field_names
68322025-01-31T06:18:20.277Z PASS [ 0.033s] oximeter-schema ir::tests::construct_field_schema_picks_up_correct_fields
68332025-01-31T06:18:20.293Z PASS [ 0.049s] oximeter-schema ir::tests::ensures_target_has_at_least_one_field
68342025-01-31T06:18:20.300Z PASS [ 0.023s] oximeter-schema ir::tests::extract_authz_scope_requires_relevant_field
68352025-01-31T06:18:20.315Z PASS [ 0.021s] oximeter-schema ir::tests::extract_metric_fields_fails_to_add_existing_metric
68362025-01-31T06:18:20.320Z PASS [ 0.019s] oximeter-schema ir::tests::extract_metric_fields_fails_to_remove_non_existent_metric
68372025-01-31T06:18:20.338Z PASS [ 0.023s] oximeter-schema ir::tests::extract_metric_fields_fails_with_non_increasing_versions
68382025-01-31T06:18:20.346Z PASS [ 0.024s] oximeter-schema ir::tests::extract_metric_fields_requires_adding_first
68392025-01-31T06:18:20.364Z PASS [ 0.025s] oximeter-schema ir::tests::extract_metric_fields_succeeds_with_gaps_in_versions
68402025-01-31T06:18:20.373Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_descriptions
68412025-01-31T06:18:20.391Z PASS [ 0.026s] oximeter-schema ir::tests::fail_on_empty_metric_name
68422025-01-31T06:18:20.396Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_empty_target_name
68432025-01-31T06:18:20.412Z PASS [ 0.021s] oximeter-schema ir::tests::fail_on_very_long_field_names
68442025-01-31T06:18:20.420Z PASS [ 0.023s] oximeter-schema ir::tests::fail_on_very_long_timeseries_name
68452025-01-31T06:18:20.438Z PASS [ 0.025s] oximeter-schema ir::tests::into_schema_list_fails_with_zero_metrics
68462025-01-31T06:18:20.445Z PASS [ 0.025s] oximeter-schema ir::tests::load_schema_catches_metric_versions_not_added_in
68472025-01-31T06:18:20.515Z PASS [ 0.028s] oximeter-schema ir::tests::load_schema_fails_with_duplicate_timeseries
68482025-01-31T06:18:20.518Z PASS [ 0.026s] oximeter-schema ir::tests::load_schema_fails_with_nonexistent_target_version
68492025-01-31T06:18:20.518Z PASS [ 0.023s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions
68502025-01-31T06:18:20.518Z PASS [ 0.022s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_is_modified
68512025-01-31T06:18:20.518Z PASS [ 0.020s] oximeter-schema ir::tests::load_schema_fills_in_implied_metric_versions_when_last_version_is_removed
68522025-01-31T06:18:20.518Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_fills_in_late_implied_metric_versions
68532025-01-31T06:18:20.530Z PASS [ 0.019s] oximeter-schema ir::tests::load_schema_skips_versions_until_metric_is_added
68542025-01-31T06:18:20.534Z PASS [ 0.018s] oximeter-schema ir::tests::only_support_format_version_1
68552025-01-31T06:18:20.549Z PASS [ 0.019s] oximeter-schema ir::tests::validate_field_name_disallows_bad_names
68562025-01-31T06:18:20.555Z PASS [ 0.020s] oximeter-schema ir::tests::validate_field_name_verifies_uuid_field_names
68572025-01-31T06:18:20.684Z PASS [ 0.128s] oximeter-test-utils tests::test_sample_struct
68582025-01-31T06:18:20.690Z PASS [ 0.140s] oximeter-test-utils tests::test_gen_test_samples
68592025-01-31T06:18:20.714Z PASS [ 0.023s] oximeter-test-utils tests::test_timeseries_schema_from_parts
68602025-01-31T06:18:20.718Z PASS [ 0.034s] oximeter-test-utils tests::test_schema_field_ordering_across_target_metric
68612025-01-31T06:18:20.733Z PASS [ 0.019s] oximeter-test-utils tests::test_timeseries_schema_from_sample
68622025-01-31T06:18:20.737Z PASS [ 0.018s] oximeter-types histogram::tests::test_bin_range
68632025-01-31T06:18:20.750Z PASS [ 0.016s] oximeter-types histogram::tests::test_bin_range_from
68642025-01-31T06:18:20.753Z PASS [ 0.015s] oximeter-types histogram::tests::test_bin_range_to
68652025-01-31T06:18:20.772Z PASS [ 0.022s] oximeter-types histogram::tests::test_empty_bins_not_supported
68662025-01-31T06:18:20.777Z PASS [ 0.023s] oximeter-types histogram::tests::test_ensure_finite
68672025-01-31T06:18:20.804Z PASS [ 0.032s] oximeter-types histogram::tests::test_histogram
68682025-01-31T06:18:20.809Z PASS [ 0.031s] oximeter-types histogram::tests::test_histogram_construct_with
68692025-01-31T06:18:20.828Z PASS [ 0.018s] oximeter-types histogram::tests::test_histogram_extreme_samples
68702025-01-31T06:18:20.833Z PASS [ 0.028s] oximeter-types histogram::tests::test_histogram_extreme_bins
68712025-01-31T06:18:20.844Z PASS [ 0.016s] oximeter-types histogram::tests::test_histogram_float_bins
68722025-01-31T06:18:20.849Z PASS [ 0.015s] oximeter-types histogram::tests::test_histogram_unbounded_samples
68732025-01-31T06:18:20.869Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_bins
68742025-01-31T06:18:20.874Z PASS [ 0.025s] oximeter-types histogram::tests::test_histogram_unsorted_bins
68752025-01-31T06:18:20.890Z PASS [ 0.020s] oximeter-types histogram::tests::test_histogram_with_non_partitioned_bins
68762025-01-31T06:18:20.894Z PASS [ 0.019s] oximeter-types histogram::tests::test_histogram_with_overlapping_bins
68772025-01-31T06:18:20.908Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_bins_u64
68782025-01-31T06:18:20.918Z PASS [ 0.023s] oximeter-types histogram::tests::test_log_bins_u8
68792025-01-31T06:18:20.936Z PASS [ 0.018s] oximeter-types histogram::tests::test_log_linear_bins_does_not_overflow_wide_bin_type
68802025-01-31T06:18:20.943Z PASS [ 0.035s] oximeter-types histogram::tests::test_log_linear_bins_all_representable
68812025-01-31T06:18:20.952Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_does_overflow_narrow_bin_type
68822025-01-31T06:18:20.959Z PASS [ 0.016s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_1
68832025-01-31T06:18:20.967Z PASS [ 0.015s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_2
68842025-01-31T06:18:20.977Z PASS [ 0.017s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_3
68852025-01-31T06:18:20.987Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_f64_matches_reference_implementation::case_4
68862025-01-31T06:18:20.999Z PASS [ 0.021s] oximeter-types histogram::tests::test_log_linear_bins_integer_size_checks
68872025-01-31T06:18:21.008Z PASS [ 0.020s] oximeter-types histogram::tests::test_log_linear_bins_small_bin_count
68882025-01-31T06:18:21.020Z PASS [ 0.020s] oximeter-types histogram::tests::test_span_decades
68892025-01-31T06:18:21.027Z PASS [ 0.018s] oximeter-types histogram::tests::test_span_decades_other_counts_f64
68902025-01-31T06:18:21.037Z PASS [ 0.017s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_ok
68912025-01-31T06:18:21.042Z PASS [ 0.015s] oximeter-types histogram::tests::test_span_decades_other_counts_u64_resolution_too_low
68922025-01-31T06:18:21.053Z PASS [ 0.015s] oximeter-types quantile::tests::test_default_percentiles
68932025-01-31T06:18:21.057Z PASS [ 0.014s] oximeter-types quantile::tests::test_empty_observations
68942025-01-31T06:18:21.071Z PASS [ 0.017s] oximeter-types quantile::tests::test_find_cells
68952025-01-31T06:18:21.075Z PASS [ 0.017s] oximeter-types quantile::tests::test_float_observations
68962025-01-31T06:18:21.092Z PASS [ 0.020s] oximeter-types quantile::tests::test_integer_observations
68972025-01-31T06:18:21.097Z PASS [ 0.021s] oximeter-types quantile::tests::test_invalid_p_value
68982025-01-31T06:18:21.109Z PASS [ 0.016s] oximeter-types quantile::tests::test_max_p
68992025-01-31T06:18:21.113Z PASS [ 0.015s] oximeter-types quantile::tests::test_min_p
69002025-01-31T06:18:21.125Z PASS [ 0.016s] oximeter-types quantile::tests::test_non_filled_observations
69012025-01-31T06:18:21.136Z PASS [ 0.023s] oximeter-types quantile::tests::test_rounding
69022025-01-31T06:18:21.147Z PASS [ 0.021s] oximeter-types schema::tests::test_field_schema_ordering
69032025-01-31T06:18:21.179Z PASS [ 0.043s] oximeter-types schema::tests::test_timeseries_name
69042025-01-31T06:18:21.185Z PASS [ 0.037s] oximeter-types schema::tests::test_timeseries_name_from_str
69052025-01-31T06:18:21.204Z PASS [ 0.024s] oximeter-types traits::tests::test_metric_trait
69062025-01-31T06:18:21.211Z PASS [ 0.026s] oximeter-types traits::tests::test_producer_trait
69072025-01-31T06:18:21.226Z PASS [ 0.021s] oximeter-types traits::tests::test_target_trait
69082025-01-31T06:18:21.232Z PASS [ 0.020s] oximeter-types types::tests::test_cumulative_f64
69092025-01-31T06:18:21.244Z PASS [ 0.017s] oximeter-types types::tests::test_cumulative_i64
69102025-01-31T06:18:21.247Z PASS [ 0.015s] oximeter-types types::tests::test_datum
69112025-01-31T06:18:21.259Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_01_as_string
69122025-01-31T06:18:21.264Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_02_as_i8
69132025-01-31T06:18:21.276Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_03_as_u8
69142025-01-31T06:18:21.283Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_04_as_i16
69152025-01-31T06:18:21.301Z PASS [ 0.018s] oximeter-types types::tests::test_field_value_parse_as_type::case_06_as_i32
69162025-01-31T06:18:21.304Z PASS [ 0.025s] oximeter-types types::tests::test_field_value_parse_as_type::case_05_as_u16
69172025-01-31T06:18:21.319Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_07_as_u32
69182025-01-31T06:18:21.324Z PASS [ 0.022s] oximeter-types types::tests::test_field_value_parse_as_type::case_08_as_i64
69192025-01-31T06:18:21.335Z PASS [ 0.016s] oximeter-types types::tests::test_field_value_parse_as_type::case_09_as_u64
69202025-01-31T06:18:21.340Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_type::case_10_as_uuid
69212025-01-31T06:18:21.353Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_11_as_ipv4addr
69222025-01-31T06:18:21.357Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_type::case_12_as_ipv6addr
69232025-01-31T06:18:21.368Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_1_as_u64
69242025-01-31T06:18:21.372Z PASS [ 0.014s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_2_as_uuid
69252025-01-31T06:18:21.384Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_3_as_bool
69262025-01-31T06:18:21.388Z PASS [ 0.015s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_4_as_ipaddr
69272025-01-31T06:18:21.402Z PASS [ 0.017s] oximeter-types types::tests::test_field_value_parse_as_wrong_type::case_5_as_uuid
69282025-01-31T06:18:21.407Z PASS [ 0.018s] oximeter-types types::tests::test_measurement
69292025-01-31T06:18:21.424Z PASS [ 0.022s] oximeter-types types::tests::test_verify_field_names
69302025-01-31T06:18:21.428Z PASS [ 0.017s] oxlog tests::test_is_oxide_smf_log_file
69312025-01-31T06:18:21.442Z PASS [ 0.017s] oxlog tests::test_oxide_smf_service_name_from_log_file_name
69322025-01-31T06:18:21.447Z PASS [ 0.021s] oxlog tests::test_sort_logs
69332025-01-31T06:18:21.533Z PASS [ 0.085s] oxql-types point::tests::test_cast_points_from_double
69342025-01-31T06:18:21.536Z PASS [ 0.090s] oxql-types point::tests::test_cast_points_from_bool
69352025-01-31T06:18:21.557Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_double_distribution
69362025-01-31T06:18:21.559Z PASS [ 0.023s] oxql-types point::tests::test_cast_points_from_int_distribution
69372025-01-31T06:18:21.578Z PASS [ 0.021s] oxql-types point::tests::test_cast_points_from_integer
69382025-01-31T06:18:21.600Z PASS [ 0.043s] oxql-types point::tests::test_cast_points_from_string
69392025-01-31T06:18:21.607Z PASS [ 0.028s] oxql-types point::tests::test_join_point_arrays
69402025-01-31T06:18:21.630Z PASS [ 0.029s] oxql-types point::tests::test_point_delta_between
69412025-01-31T06:18:21.636Z PASS [ 0.028s] oxql-types point::tests::test_point_delta_between_overlapping_time_ranges
69422025-01-31T06:18:21.656Z PASS [ 0.026s] oxql-types point::tests::test_point_delta_between_with_new_epoch
69432025-01-31T06:18:21.663Z PASS [ 0.025s] oxql-types point::tests::test_push_concrete_values
69442025-01-31T06:18:21.682Z PASS [ 0.025s] oxql-types point::tests::test_sub_between_histogram_distributions
69452025-01-31T06:18:21.718Z PASS [ 0.054s] range-requests test::get_response_no_range
69462025-01-31T06:18:21.725Z PASS [ 0.041s] range-requests test::get_response_with_range
69472025-01-31T06:18:21.737Z PASS [ 0.019s] range-requests test::invalid_ranges
69482025-01-31T06:18:21.743Z PASS [ 0.018s] range-requests test::parse_range_invalid
69492025-01-31T06:18:21.751Z PASS [ 0.014s] range-requests test::parse_range_valid
69502025-01-31T06:18:21.770Z PASS [ 0.027s] range-requests test::potential_range_parsing_does_not_crash
69512025-01-31T06:18:21.773Z PASS [ 0.019s] range-requests test::single_range_parsing_does_not_crash
69522025-01-31T06:18:22.470Z PASS [ 0.699s] reconfigurator-cli::test_basic test_basic
69532025-01-31T06:18:22.613Z PASS [ 0.142s] reconfigurator-cli::test_basic test_example
69542025-01-31T06:18:22.717Z PASS [ 0.104s] reconfigurator-cli::test_basic test_expunge_newly_added_external_dns
69552025-01-31T06:18:22.846Z PASS [ 0.128s] sled-agent-types early_networking::tests::serialized_early_network_config_v0_to_v2_conversion
69562025-01-31T06:18:22.879Z PASS [ 0.033s] sled-agent-types early_networking::tests::serialized_early_network_config_v1_to_v2_conversion
69572025-01-31T06:18:22.934Z PASS [ 0.055s] sled-agent-types rack_init::tests::parse_rack_initialization
69582025-01-31T06:18:22.966Z PASS [ 0.029s] sled-agent-types rack_init::tests::parse_rack_initialization_weak_hash
69592025-01-31T06:18:23.022Z PASS [ 0.057s] sled-agent-types rack_init::tests::test_extra_certs
69602025-01-31T06:18:23.042Z PASS [ 0.019s] sled-agent-types rack_init::tests::test_subnets
69612025-01-31T06:18:23.085Z PASS [ 0.043s] sled-agent-types rack_init::tests::validate_external_dns_ips_must_be_in_internal_services_ip_pools
69622025-01-31T06:18:23.094Z PASS [ 3.053s] oximeter-producer tests::test_producer_registration_task
69632025-01-31T06:18:23.106Z PASS [ 0.021s] sled-agent-types sled::tests::serialize_start_sled_agent_v0_deserialize_v1
69642025-01-31T06:18:23.114Z PASS [ 0.019s] sled-agent-types zone_bundle::tests::test_compare_bundles
69652025-01-31T06:18:23.126Z PASS [ 0.020s] sled-agent-types zone_bundle::tests::test_priority_dimension
69662025-01-31T06:18:23.135Z PASS [ 0.021s] sled-agent-types zone_bundle::tests::test_sort_zone_bundle_cause
69672025-01-31T06:18:23.150Z PASS [ 0.023s] sled-agent-types zone_bundle::tests::test_storage_limit_bytes_available
69682025-01-31T06:18:23.174Z PASS [ 0.024s] sled-diagnostics queries::test::test_command_stdout_is_correct
69692025-01-31T06:18:23.180Z PASS [ 0.044s] sled-diagnostics queries::test::test_command_stderr_is_correct
69702025-01-31T06:18:23.195Z PASS [ 0.020s] sled-diagnostics queries::test::test_command_stdout_stderr_are_interleaved
69712025-01-31T06:18:23.237Z PASS [ 0.041s] sled-hardware disk::test::test_disk_paths
69722025-01-31T06:18:23.258Z PASS [ 0.021s] sled-hardware disk::test::test_partition_device_paths
69732025-01-31T06:18:23.329Z PASS [ 0.071s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_cannot_format
69742025-01-31T06:18:23.354Z PASS [ 0.025s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_fails_with_empty_gpt
69752025-01-31T06:18:23.380Z PASS [ 0.026s] sled-hardware illumos::partitions::test::ensure_partition_layout_m2_with_expected_format
69762025-01-31T06:18:23.405Z PASS [ 0.024s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_fails_with_empty_gpt
69772025-01-31T06:18:23.455Z PASS [ 0.048s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_format_with_dev_path
69782025-01-31T06:18:23.475Z PASS [ 0.022s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_no_format_without_dev_path
69792025-01-31T06:18:23.496Z PASS [ 0.021s] sled-hardware illumos::partitions::test::ensure_partition_layout_u2_with_expected_format
69802025-01-31T06:18:23.520Z PASS [ 0.024s] sled-hardware-types underlay::tests::test_mac_to_bootstrap_ip
69812025-01-31T06:18:23.594Z PASS [ 0.073s] sled-storage dataset::test::serialize_dataset_name
69822025-01-31T06:18:23.674Z PASS [ 0.080s] sled-storage manager::test::test_datasets_schema
69832025-01-31T06:18:23.697Z PASS [ 0.516s] sled-diagnostics queries::test::test_long_running_command_is_aborted
69842025-01-31T06:18:23.703Z PASS [ 0.028s] sled-storage manager::test::test_omicron_physical_disks_schema
69852025-01-31T06:18:24.640Z PASS [ 0.936s] sled-storage manager::tests::add_raw_u2_does_not_create_zpool
69862025-01-31T06:18:24.683Z PASS [ 0.043s] sled-storage manager::tests::detected_raw_disk_removal_triggers_notification
69872025-01-31T06:18:25.451Z PASS [ 1.753s] sled-storage manager::tests::add_control_plane_disks_requires_keymanager
69882025-01-31T06:18:27.362Z PASS [ 1.908s] sled-storage manager::tests::ensure_datasets
69892025-01-31T06:18:27.401Z PASS [ 2.717s] sled-storage manager::tests::disks_automatically_managed_after_key_manager_ready
69902025-01-31T06:18:27.475Z PASS [ 0.073s] sled-storage manager::tests::ensure_using_exactly_these_disks
69912025-01-31T06:18:27.817Z PASS [ 32.117s] omicron-sled-agent nexus::test::nexus_self_notification_test
69922025-01-31T06:18:29.135Z PASS [ 1.660s] sled-storage manager::tests::ledger_writes_require_at_least_one_m2
69932025-01-31T06:18:29.787Z PASS [ 1.969s] sled-storage manager::tests::nested_dataset
69942025-01-31T06:18:30.778Z PASS [ 0.991s] sled-storage manager::tests::update_rawdisk_firmware
69952025-01-31T06:18:31.486Z PASS [ 2.349s] sled-storage manager::tests::queued_disks_get_requeued_on_secret_retriever_error
69962025-01-31T06:18:32.667Z PASS [ 1.889s] sled-storage manager::tests::upsert_filesystem
69972025-01-31T06:18:33.409Z PASS [ 1.922s] sled-storage manager::tests::upsert_filesystem_no_uuid
69982025-01-31T06:18:33.787Z PASS [ 1.120s] sled-storage manager::tests::wait_for_boot_disk
69992025-01-31T06:18:34.361Z PASS [ 14.921s] oximeter-db::integration_test test_schemas_disjoint
70002025-01-31T06:18:34.369Z PASS [ 0.960s] tufaceous::integration-tests command_tests::test_assemble_fake
70012025-01-31T06:18:34.395Z PASS [ 0.607s] tufaceous::integration-tests command_tests::test_init_and_add
70022025-01-31T06:18:34.419Z PASS [ 0.048s] tufaceous-lib archive::tests::test_validate_path
70032025-01-31T06:18:34.477Z PASS [ 0.082s] tufaceous-lib assemble::manifest::tests::fake_roundtrip
70042025-01-31T06:18:34.682Z PASS [ 0.264s] tufaceous-lib repository::tests::reject_artifacts_with_the_same_filename
70052025-01-31T06:18:34.888Z PASS [ 0.526s] tufaceous::manifest-tests check_manifest::fake.toml
70062025-01-31T06:18:35.002Z PASS [ 0.113s] update-common artifacts::update_plan::tests::test_bad_hubris_cabooses
70072025-01-31T06:18:35.090Z PASS [ 0.088s] update-common artifacts::update_plan::tests::test_bad_rot_versions
70082025-01-31T06:18:35.175Z PASS [ 0.084s] update-common artifacts::update_plan::tests::test_multi_rot_bord
70092025-01-31T06:18:35.268Z PASS [ 0.093s] update-common artifacts::update_plan::tests::test_multi_rot_version
70102025-01-31T06:18:35.274Z PASS [ 0.791s] update-common artifacts::artifacts_with_plan::tests::test_extract_fake
70112025-01-31T06:18:35.311Z PASS [ 0.043s] update-common artifacts::update_plan::tests::test_too_many_rot_bootloaders
70122025-01-31T06:18:35.319Z PASS [ 0.044s] update-common artifacts::update_plan::tests::test_too_many_rot_bord
70132025-01-31T06:18:35.389Z PASS [ 0.077s] update-common artifacts::update_plan::tests::test_update_plan_from_artifacts
70142025-01-31T06:18:35.537Z PASS [ 0.148s] update-engine display::group_display::tests::test_stats
70152025-01-31T06:18:35.569Z PASS [ 0.032s] update-engine display::line_display_shared::tests::test_format_progress_counter
70162025-01-31T06:18:35.605Z PASS [ 0.035s] update-engine display::line_display_shared::tests::test_start_line
70172025-01-31T06:18:35.635Z PASS [ 0.029s] update-engine engine::tests::error_exits_early
70182025-01-31T06:18:35.715Z PASS [ 0.080s] update-engine events::tests::progress_event_parse_unknown
70192025-01-31T06:18:35.718Z PASS [ 0.397s] update-engine buffer::tests::test_buffer
70202025-01-31T06:18:35.740Z PASS [ 0.024s] update-engine spec::tests::test_merge_anyhow_list
70212025-01-31T06:18:35.746Z PASS [ 0.030s] update-engine events::tests::step_event_parse_unknown
70222025-01-31T06:18:35.782Z PASS [ 0.035s] wicket state::inventory::tests::component_id_display
70232025-01-31T06:18:35.821Z PASS [ 0.039s] wicket state::rack::tests::prev_next_are_opposites
70242025-01-31T06:18:35.849Z PASS [ 0.027s] wicket state::rack::tests::up_down_are_opposites
70252025-01-31T06:18:35.952Z PASS [ 0.211s] wicket cli::rack_setup::config_toml::tests::round_trip_nonempty_config
70262025-01-31T06:18:36.047Z PASS [ 0.095s] wicket-common rack_setup::tests::roundtrip_import_export_policy
70272025-01-31T06:18:36.203Z PASS [ 0.155s] wicketd installinator_progress::tests::test_states
70282025-01-31T06:18:36.301Z PASS [ 0.098s] wicketd rss_config::tests::test_bgp_auth_key_states
70292025-01-31T06:18:36.375Z PASS [ 0.526s] wicket::mod integration_tests::command_tests::test_wicket_ssh_force_command_like
70302025-01-31T06:18:37.266Z PASS [ 9.905s] sled-storage manager::tests::ensure_many_datasets
70312025-01-31T06:18:37.552Z PASS [ 15.778s] reconfigurator-cli::test_basic test_blueprint_edit
70322025-01-31T06:18:37.639Z PASS [ 1.337s] wicketd::mod integration_tests::inventory::test_inventory
70332025-01-31T06:18:37.690Z PASS [ 3.007s] update-common artifacts::artifacts_with_plan::tests::test_fake_archive_idempotent
70342025-01-31T06:18:38.136Z PASS [ 0.870s] wicketd::mod integration_tests::updates::test_update_races
70352025-01-31T06:18:38.786Z PASS [ 19.346s] oximeter-db::integration_test test_cluster
70362025-01-31T06:18:39.283Z PASS [ 30.040s] oximeter-db client::tests::cannot_ping_nonexistent_server
70372025-01-31T06:18:39.517Z PASS [ 1.965s] wicketd::mod integration_tests::updates::test_updates
70382025-01-31T06:18:39.959Z PASS [ 3.583s] wicketd::mod integration_tests::updates::test_installinator_fetch
70392025-01-31T06:19:09.521Z SLOW [> 60.000s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70402025-01-31T06:19:09.988Z PASS [ 60.487s] oximeter-db client::tests::check_db_init_is_sum_of_all_up_replicated
70412025-01-31T06:19:12.672Z PASS [ 2.684s] oximeter-db client::tests::test_apply_one_schema_upgrade_replicated
70422025-01-31T06:19:28.979Z PASS [ 16.303s] oximeter-db client::tests::test_ensure_schema_walks_through_multiple_steps_replicated
70432025-01-31T06:19:43.892Z PASS [ 14.911s] oximeter-db client::tests::test_expunge_timeseries_by_name_replicated
70442025-01-31T06:20:43.911Z SLOW [> 60.000s] oximeter-db client::tests::test_replicated
70452025-01-31T06:21:43.922Z SLOW [>120.000s] oximeter-db client::tests::test_replicated
70462025-01-31T06:22:43.934Z SLOW [>180.000s] oximeter-db client::tests::test_replicated
70472025-01-31T06:23:43.948Z SLOW [>240.000s] oximeter-db client::tests::test_replicated
70482025-01-31T06:24:43.960Z SLOW [>300.000s] oximeter-db client::tests::test_replicated
70492025-01-31T06:25:06.763Z PASS [ 322.810s] oximeter-db client::tests::test_replicated
70502025-01-31T06:25:06.768Z────────────
70512025-01-31T06:25:06.768Z Summary [2484.487s] 1835 tests run: 1835 passed (25 slow, 2 leaky), 4 skipped
70522025-01-31T06:25:06.855Z
70532025-01-31T06:25:06.876Zreal 41:51.397507042
70542025-01-31T06:25:06.876Zuser 3:44:24.561698310
70552025-01-31T06:25:06.876Zsys 39:44.331381002
70562025-01-31T06:25:06.876Ztrap 3:02.962783918
70572025-01-31T06:25:06.876Ztflt 36.268852589
70582025-01-31T06:25:06.876Zdflt 2:16.428248849
70592025-01-31T06:25:06.876Zkflt 0.556113750
70602025-01-31T06:25:06.876Zlock 1188:58:14.329825062
70612025-01-31T06:25:06.876Zslp 97:22:40.241639702
70622025-01-31T06:25:06.876Zlat 4:55:44.650263885
70632025-01-31T06:25:06.876Zstop 1:05:49.789742853
70642025-01-31T06:25:06.876Z+ banner doctest
70652025-01-31T06:25:06.876Z
70662025-01-31T06:25:06.876Z ##### #### #### ##### ###### #### #####
70672025-01-31T06:25:06.876Z # # # # # # # # # #
70682025-01-31T06:25:06.876Z # # # # # # ##### #### #
70692025-01-31T06:25:06.876Z # # # # # # # # #
70702025-01-31T06:25:06.877Z # # # # # # # # # # #
70712025-01-31T06:25:06.877Z ##### #### #### # ###### #### #
70722025-01-31T06:25:06.877Z
70732025-01-31T06:25:06.877Z+ ptime -m timeout 1h cargo test --doc --locked --verbose --no-fail-fast
70742025-01-31T06:25:08.946Z Fresh unicode-ident v1.0.14
70752025-01-31T06:25:09.010Z Fresh cfg-if v1.0.0
70762025-01-31T06:25:09.010Z Fresh autocfg v1.4.0
70772025-01-31T06:25:09.010Z Fresh memchr v2.7.4
70782025-01-31T06:25:09.010Z Fresh version_check v0.9.5
70792025-01-31T06:25:09.010Z Fresh value-bag v1.9.0
70802025-01-31T06:25:09.010Z Fresh log v0.4.22
70812025-01-31T06:25:09.010Z Fresh scopeguard v1.2.0
70822025-01-31T06:25:09.010Z Fresh once_cell v1.20.2
70832025-01-31T06:25:09.010Z Fresh itoa v1.0.11
70842025-01-31T06:25:09.010Z Fresh proc-macro2 v1.0.92
70852025-01-31T06:25:09.010Z Fresh libc v0.2.169
70862025-01-31T06:25:09.010Z Fresh smallvec v1.13.2
70872025-01-31T06:25:09.010Z Fresh byteorder v1.5.0
70882025-01-31T06:25:09.010Z Fresh subtle v2.6.1
70892025-01-31T06:25:09.010Z Fresh pin-project-lite v0.2.14
70902025-01-31T06:25:09.010Z Fresh regex-syntax v0.8.5
70912025-01-31T06:25:09.010Z Fresh quote v1.0.38
70922025-01-31T06:25:09.011Z Fresh getrandom v0.2.15
70932025-01-31T06:25:09.011Z Fresh lock_api v0.4.12
70942025-01-31T06:25:09.011Z Fresh shlex v1.3.0
70952025-01-31T06:25:09.011Z Fresh aho-corasick v1.1.3
70962025-01-31T06:25:09.011Z Fresh jobserver v0.1.32
70972025-01-31T06:25:09.011Z Fresh ryu v1.0.18
70982025-01-31T06:25:09.011Z Fresh syn v2.0.96
70992025-01-31T06:25:09.011Z Fresh rand_core v0.6.4
71002025-01-31T06:25:09.011Z Fresh regex-automata v0.4.8
71012025-01-31T06:25:09.011Z Fresh cc v1.1.30
71022025-01-31T06:25:09.011Z Fresh allocator-api2 v0.2.18
71032025-01-31T06:25:09.011Z Fresh serde_derive v1.0.217
71042025-01-31T06:25:09.011Z Fresh zeroize_derive v1.4.2
71052025-01-31T06:25:09.012Z Fresh zerocopy-derive v0.7.35
71062025-01-31T06:25:09.012Z Fresh libm v0.2.8
71072025-01-31T06:25:09.012Z Fresh serde v1.0.217
71082025-01-31T06:25:09.012Z Fresh zeroize v1.8.1
71092025-01-31T06:25:09.012Z Fresh zerocopy v0.7.35
71102025-01-31T06:25:09.012Z Fresh num-traits v0.2.19
71112025-01-31T06:25:09.012Z Fresh typenum v1.17.0
71122025-01-31T06:25:09.012Z Fresh bytes v1.9.0
71132025-01-31T06:25:09.012Z Fresh bitflags v2.6.0
71142025-01-31T06:25:09.012Z Fresh parking_lot_core v0.9.10
71152025-01-31T06:25:09.012Z Fresh generic-array v0.14.7
71162025-01-31T06:25:09.012Z Fresh thiserror-impl v1.0.69
71172025-01-31T06:25:09.012Z Fresh regex v1.11.1
71182025-01-31T06:25:09.012Z Fresh parking_lot v0.12.3
71192025-01-31T06:25:09.012Z Fresh thiserror v1.0.69
71202025-01-31T06:25:09.012Z Fresh futures-core v0.3.31
71212025-01-31T06:25:09.012Z Fresh crypto-common v0.1.6
71222025-01-31T06:25:09.012Z Fresh signal-hook-registry v1.4.2
71232025-01-31T06:25:09.012Z Fresh errno v0.3.9
71242025-01-31T06:25:09.013Z Fresh serde_json v1.0.135
71252025-01-31T06:25:09.013Z Fresh fnv v1.0.7
71262025-01-31T06:25:09.013Z Fresh either v1.13.0
71272025-01-31T06:25:09.013Z Fresh foldhash v0.1.3
71282025-01-31T06:25:09.013Z Fresh equivalent v1.0.1
71292025-01-31T06:25:09.013Z Fresh spin v0.9.8
71302025-01-31T06:25:09.013Z Fresh mio v1.0.2
71312025-01-31T06:25:09.013Z Fresh rustix v0.38.37
71322025-01-31T06:25:09.013Z Fresh hashbrown v0.15.1
71332025-01-31T06:25:09.013Z Fresh tokio-macros v2.5.0
71342025-01-31T06:25:09.013Z Fresh socket2 v0.5.7
71352025-01-31T06:25:09.013Z Fresh const-oid v0.9.6
71362025-01-31T06:25:09.013Z Fresh futures-io v0.3.31
71372025-01-31T06:25:09.013Z Fresh block-buffer v0.10.4
71382025-01-31T06:25:09.013Z Fresh indexmap v2.7.1
71392025-01-31T06:25:09.013Z Fresh tokio v1.43.0
71402025-01-31T06:25:09.013Z Fresh digest v0.10.7
71412025-01-31T06:25:09.013Z Fresh lazy_static v1.5.0
71422025-01-31T06:25:09.013Z Fresh heck v0.5.0
71432025-01-31T06:25:09.013Z Fresh cpufeatures v0.2.14
71442025-01-31T06:25:09.013Z Fresh pkg-config v0.3.31
71452025-01-31T06:25:09.013Z Fresh slab v0.4.9
71462025-01-31T06:25:09.013Z Fresh futures-sink v0.3.31
71472025-01-31T06:25:09.013Z Fresh iana-time-zone v0.1.61
71482025-01-31T06:25:09.014Z Fresh stable_deref_trait v1.2.0
71492025-01-31T06:25:09.017Z Fresh pin-utils v0.1.0
71502025-01-31T06:25:09.017Z Fresh uuid v1.12.0
71512025-01-31T06:25:09.017Z Fresh futures-macro v0.3.31
71522025-01-31T06:25:09.017Z Fresh chrono v0.4.39
71532025-01-31T06:25:09.017Z Fresh futures-channel v0.3.31
71542025-01-31T06:25:09.017Z Fresh futures-task v0.3.31
71552025-01-31T06:25:09.017Z Fresh synstructure v0.13.1
71562025-01-31T06:25:09.017Z Fresh serde_derive_internals v0.29.1
71572025-01-31T06:25:09.017Z Fresh dyn-clone v1.0.17
71582025-01-31T06:25:09.017Z Fresh semver v1.0.24
71592025-01-31T06:25:09.017Z Fresh futures-util v0.3.31
71602025-01-31T06:25:09.017Z Fresh schemars_derive v0.8.21
71612025-01-31T06:25:09.017Z Fresh zerofrom-derive v0.1.4
71622025-01-31T06:25:09.017Z Fresh ppv-lite86 v0.2.20
71632025-01-31T06:25:09.017Z Fresh yoke-derive v0.7.4
71642025-01-31T06:25:09.017Z Fresh tracing-attributes v0.1.27
71652025-01-31T06:25:09.017Z Fresh schemars v0.8.21
71662025-01-31T06:25:09.017Z Fresh zerofrom v0.1.4
71672025-01-31T06:25:09.017Z Fresh rand_chacha v0.3.1
71682025-01-31T06:25:09.018Z Fresh tracing-core v0.1.32
71692025-01-31T06:25:09.018Z Fresh zerovec-derive v0.10.3
71702025-01-31T06:25:09.018Z Fresh displaydoc v0.2.5
71712025-01-31T06:25:09.018Z Fresh glob v0.3.2
71722025-01-31T06:25:09.018Z Fresh tracing v0.1.40
71732025-01-31T06:25:09.018Z Fresh yoke v0.7.4
71742025-01-31T06:25:09.018Z Fresh rand v0.8.5
71752025-01-31T06:25:09.038Z Fresh http v1.2.0
71762025-01-31T06:25:09.038Z Fresh home v0.5.9
71772025-01-31T06:25:09.038Z Fresh minimal-lexical v0.2.1
71782025-01-31T06:25:09.038Z Fresh litemap v0.7.3
71792025-01-31T06:25:09.048Z Fresh zerovec v0.10.4
71802025-01-31T06:25:09.048Z Fresh syn v1.0.109
71812025-01-31T06:25:09.048Z Fresh nom v7.1.3
71822025-01-31T06:25:09.048Z Fresh writeable v0.5.5
71832025-01-31T06:25:09.048Z Fresh icu_provider_macros v1.5.0
71842025-01-31T06:25:09.048Z Fresh vcpkg v0.2.15
71852025-01-31T06:25:09.048Z Fresh percent-encoding v2.3.1
71862025-01-31T06:25:09.048Z Fresh tinystr v0.7.6
71872025-01-31T06:25:09.048Z Fresh icu_locid_transform_data v1.5.0
71882025-01-31T06:25:09.048Z Fresh icu_collections v1.5.0
71892025-01-31T06:25:09.048Z Fresh itertools v0.12.1
71902025-01-31T06:25:09.048Z Fresh libloading v0.8.5
71912025-01-31T06:25:09.048Z Fresh icu_locid v1.5.0
71922025-01-31T06:25:09.048Z Fresh icu_properties_data v1.5.0
71932025-01-31T06:25:09.048Z Fresh clang-sys v1.8.1
71942025-01-31T06:25:09.048Z Fresh cexpr v0.6.0
71952025-01-31T06:25:09.048Z Fresh form_urlencoded v1.2.1
71962025-01-31T06:25:09.048Z Fresh icu_provider v1.5.0
71972025-01-31T06:25:09.048Z Fresh prettyplease v0.2.25
71982025-01-31T06:25:09.048Z Fresh which v4.4.2
71992025-01-31T06:25:09.048Z Fresh write16 v1.0.0
72002025-01-31T06:25:09.048Z Fresh rustc-hash v1.1.0
72012025-01-31T06:25:09.048Z Fresh utf16_iter v1.0.5
72022025-01-31T06:25:09.048Z Fresh icu_locid_transform v1.5.0
72032025-01-31T06:25:09.048Z Fresh utf8_iter v1.0.4
72042025-01-31T06:25:09.048Z Fresh lazycell v1.3.0
72052025-01-31T06:25:09.048Z Fresh icu_normalizer_data v1.5.0
72062025-01-31T06:25:09.048Z Fresh crossbeam-utils v0.8.20
72072025-01-31T06:25:09.048Z Fresh adler2 v2.0.0
72082025-01-31T06:25:09.048Z Fresh icu_properties v1.5.1
72092025-01-31T06:25:09.049Z Fresh bindgen v0.69.5
72102025-01-31T06:25:09.049Z Fresh miniz_oxide v0.8.0
72112025-01-31T06:25:09.049Z Fresh num-conv v0.1.0
72122025-01-31T06:25:09.049Z Fresh time-core v0.1.2
72132025-01-31T06:25:09.049Z Fresh powerfmt v0.2.0
72142025-01-31T06:25:09.049Z Fresh icu_normalizer v1.5.0
72152025-01-31T06:25:09.049Z Fresh strsim v0.11.1
72162025-01-31T06:25:09.049Z Fresh time-macros v0.2.18
72172025-01-31T06:25:09.049Z Fresh httparse v1.9.5
72182025-01-31T06:25:09.049Z Fresh deranged v0.3.11
72192025-01-31T06:25:09.049Z Fresh num_threads v0.1.7
72202025-01-31T06:25:09.049Z Fresh atomic-waker v1.1.2
72212025-01-31T06:25:09.049Z Fresh idna_adapter v1.2.0
72222025-01-31T06:25:09.049Z Fresh paste v1.0.15
72232025-01-31T06:25:09.049Z Fresh time v0.3.36
72242025-01-31T06:25:09.049Z Fresh tokio-util v0.7.12
72252025-01-31T06:25:09.049Z Fresh block-padding v0.3.3
72262025-01-31T06:25:09.049Z Fresh cmake v0.1.51
72272025-01-31T06:25:09.049Z Fresh fs_extra v1.3.0
72282025-01-31T06:25:09.049Z Fresh idna v1.0.3
72292025-01-31T06:25:09.049Z Fresh dunce v1.0.5
72302025-01-31T06:25:09.049Z Fresh untrusted v0.9.0
72312025-01-31T06:25:09.049Z Fresh inout v0.1.3
72322025-01-31T06:25:09.049Z Fresh sha2 v0.10.8
72332025-01-31T06:25:09.049Z Fresh serde_tokenstream v0.2.2
72342025-01-31T06:25:09.049Z Fresh rustls-pki-types v1.10.0
72352025-01-31T06:25:09.049Z Fresh ring v0.17.8
72362025-01-31T06:25:09.049Z Fresh url v2.5.3
72372025-01-31T06:25:09.049Z Fresh ahash v0.8.11
72382025-01-31T06:25:09.049Z Fresh cipher v0.4.4
72392025-01-31T06:25:09.049Z Fresh toml_datetime v0.6.8
72402025-01-31T06:25:09.049Z Fresh serde_spanned v0.6.8
72412025-01-31T06:25:09.049Z Fresh gimli v0.31.1
72422025-01-31T06:25:09.049Z Fresh base64ct v1.6.0
72432025-01-31T06:25:09.049Z Fresh http-body v1.0.1
72442025-01-31T06:25:09.049Z Fresh hmac v0.12.1
72452025-01-31T06:25:09.050Z Fresh object v0.36.5
72462025-01-31T06:25:09.050Z Fresh mirai-annotations v1.12.0
72472025-01-31T06:25:09.050Z Fresh addr2line v0.24.2
72482025-01-31T06:25:09.050Z Fresh aws-lc-sys v0.22.0
72492025-01-31T06:25:09.050Z Fresh try-lock v0.2.5
72502025-01-31T06:25:09.050Z Fresh rustc-demangle v0.1.24
72512025-01-31T06:25:09.050Z Fresh untrusted v0.7.1
72522025-01-31T06:25:09.050Z Fresh base64 v0.22.1
72532025-01-31T06:25:09.050Z Fresh httpdate v1.0.3
72542025-01-31T06:25:09.050Z Fresh aws-lc-rs v1.10.0
72552025-01-31T06:25:09.050Z Fresh backtrace v0.3.74
72562025-01-31T06:25:09.050Z Fresh want v0.3.1
72572025-01-31T06:25:09.066Z Fresh h2 v0.4.6
72582025-01-31T06:25:09.066Z Fresh tower-service v0.3.3
72592025-01-31T06:25:09.066Z Fresh rustls-webpki v0.102.8
72602025-01-31T06:25:09.066Z Fresh anyhow v1.0.95
72612025-01-31T06:25:09.066Z Fresh hyper v1.5.2
72622025-01-31T06:25:09.066Z Fresh pem-rfc7468 v0.7.0
72632025-01-31T06:25:09.066Z Fresh mime v0.3.17
72642025-01-31T06:25:09.066Z Fresh http-body-util v0.1.2
72652025-01-31T06:25:09.066Z Fresh slog v2.7.0
72662025-01-31T06:25:09.066Z Fresh hyper-util v0.1.10
72672025-01-31T06:25:09.066Z Fresh async-trait v0.1.85
72682025-01-31T06:25:09.066Z Fresh der_derive v0.7.3
72692025-01-31T06:25:09.066Z Fresh flagset v0.4.6
72702025-01-31T06:25:09.066Z Fresh pbkdf2 v0.12.2
72712025-01-31T06:25:09.067Z Fresh aes v0.8.4
72722025-01-31T06:25:09.067Z Fresh rustls-pemfile v2.2.0
72732025-01-31T06:25:09.067Z Fresh der v0.7.9
72742025-01-31T06:25:09.067Z Fresh rustc_version v0.4.1
72752025-01-31T06:25:12.257Z Fresh openssl-probe v0.1.5
72762025-01-31T06:25:12.257Z Fresh ipnet v2.10.1
72772025-01-31T06:25:12.257Z Fresh foreign-types-shared v0.1.1
72782025-01-31T06:25:12.257Z Fresh openssl-sys v0.9.104
72792025-01-31T06:25:12.257Z Fresh cbc v0.1.2
72802025-01-31T06:25:12.257Z Fresh spki v0.7.3
72812025-01-31T06:25:12.257Z Fresh foreign-types v0.3.2
72822025-01-31T06:25:12.257Z Fresh salsa20 v0.10.2
72832025-01-31T06:25:12.257Z Fresh serde_urlencoded v0.7.1
72842025-01-31T06:25:12.257Z Fresh futures-executor v0.3.31
72852025-01-31T06:25:12.257Z Fresh openssl-macros v0.1.1
72862025-01-31T06:25:12.257Z Fresh encoding_rs v0.8.34
72872025-01-31T06:25:12.257Z Fresh scrypt v0.11.0
72882025-01-31T06:25:12.257Z Fresh openssl v0.10.66
72892025-01-31T06:25:12.257Z Fresh futures v0.3.31
72902025-01-31T06:25:12.257Z Fresh openapiv3 v2.0.0
72912025-01-31T06:25:12.257Z Fresh is-terminal v0.4.13
72922025-01-31T06:25:12.257Z Fresh pkcs5 v0.7.1
72932025-01-31T06:25:12.257Z Fresh psl-types v2.0.11
72942025-01-31T06:25:12.257Z Fresh litrs v0.4.1
72952025-01-31T06:25:12.257Z Fresh rustls v0.23.19
72962025-01-31T06:25:12.257Z Fresh rustversion v1.0.17
72972025-01-31T06:25:12.257Z Fresh pkcs8 v0.10.2
72982025-01-31T06:25:12.258Z Fresh native-tls v0.2.12
72992025-01-31T06:25:12.258Z Fresh publicsuffix v2.3.0
73002025-01-31T06:25:12.258Z Fresh document-features v0.2.10
73012025-01-31T06:25:12.258Z Fresh tokio-rustls v0.26.0
73022025-01-31T06:25:12.258Z Fresh tokio-native-tls v0.3.1
73032025-01-31T06:25:12.258Z Fresh cookie v0.18.1
73042025-01-31T06:25:12.258Z Fresh camino v1.1.9
73052025-01-31T06:25:12.258Z Fresh webpki-roots v0.26.6
73062025-01-31T06:25:12.258Z Fresh dirs-sys-next v0.1.2
73072025-01-31T06:25:12.258Z Fresh winnow v0.6.20
73082025-01-31T06:25:12.258Z Fresh data-encoding v2.6.0
73092025-01-31T06:25:12.258Z Fresh winnow v0.5.40
73102025-01-31T06:25:12.258Z Fresh utf8parse v0.2.2
73112025-01-31T06:25:12.258Z Fresh dirs-next v2.0.0
73122025-01-31T06:25:12.258Z Fresh hyper-rustls v0.27.3
73132025-01-31T06:25:12.258Z Fresh cookie_store v0.21.1
73142025-01-31T06:25:12.258Z Fresh hyper-tls v0.6.0
73152025-01-31T06:25:12.258Z Fresh sha1 v0.10.6
73162025-01-31T06:25:12.258Z Fresh sync_wrapper v1.0.1
73172025-01-31T06:25:12.258Z Fresh toml_edit v0.19.15
73182025-01-31T06:25:12.258Z Fresh term v0.7.0
73192025-01-31T06:25:12.258Z Fresh reqwest v0.12.9
73202025-01-31T06:25:12.258Z Fresh ucd-trie v0.1.7
73212025-01-31T06:25:12.258Z Fresh siphasher v0.3.11
73222025-01-31T06:25:12.258Z Fresh anstyle v1.0.10
73232025-01-31T06:25:12.258Z Fresh signature v2.2.0
73242025-01-31T06:25:12.258Z Fresh scroll_derive v0.12.0
73252025-01-31T06:25:12.258Z Fresh pest v2.7.14
73262025-01-31T06:25:12.258Z Fresh scroll v0.12.0
73272025-01-31T06:25:12.258Z Fresh anstyle-parse v0.2.5
73282025-01-31T06:25:12.258Z Fresh toml_edit v0.22.22
73292025-01-31T06:25:12.258Z Fresh unicode-segmentation v1.12.0
73302025-01-31T06:25:12.258Z Fresh tinyvec_macros v0.1.1
73312025-01-31T06:25:12.258Z Fresh colorchoice v1.0.2
73322025-01-31T06:25:12.258Z Fresh anstyle-query v1.1.1
73332025-01-31T06:25:12.258Z Fresh pest_meta v2.7.14
73342025-01-31T06:25:12.258Z Fresh plain v0.2.3
73352025-01-31T06:25:12.258Z Fresh is_terminal_polyfill v1.70.1
73362025-01-31T06:25:12.258Z Fresh tinyvec v1.8.0
73372025-01-31T06:25:12.259Z Fresh terminal_size v0.4.0
73382025-01-31T06:25:12.259Z Fresh itertools v0.10.5
73392025-01-31T06:25:12.259Z Fresh crc32fast v1.4.2
73402025-01-31T06:25:12.259Z Fresh pest_generator v2.7.14
73412025-01-31T06:25:12.259Z Fresh goblin v0.8.2
73422025-01-31T06:25:12.259Z Fresh anstream v0.6.15
73432025-01-31T06:25:12.259Z Fresh base16ct v0.2.0
73442025-01-31T06:25:12.259Z Fresh clap_lex v0.7.4
73452025-01-31T06:25:12.259Z Fresh pretty-hex v0.4.1
73462025-01-31T06:25:12.259Z Fresh crossbeam-channel v0.5.13
73472025-01-31T06:25:12.259Z Fresh pest_derive v2.7.14
73482025-01-31T06:25:12.259Z Fresh dof v0.3.0
73492025-01-31T06:25:12.259Z Fresh sec1 v0.7.3
73502025-01-31T06:25:12.259Z Fresh clap_builder v4.5.27
73512025-01-31T06:25:12.259Z Fresh clap_derive v4.5.24
73522025-01-31T06:25:12.259Z Fresh num-integer v0.1.46
73532025-01-31T06:25:12.259Z Fresh ff v0.13.0
73542025-01-31T06:25:12.259Z Fresh thread-id v4.2.2
73552025-01-31T06:25:12.259Z Fresh dtrace-parser v0.2.0
73562025-01-31T06:25:12.259Z Fresh thread_local v1.1.8
73572025-01-31T06:25:12.259Z Fresh clap v4.5.27
73582025-01-31T06:25:12.259Z Fresh group v0.13.0
73592025-01-31T06:25:12.259Z Fresh hkdf v0.12.4
73602025-01-31T06:25:12.259Z Fresh crossbeam-epoch v0.9.18
73612025-01-31T06:25:12.259Z Fresh crypto-bigint v0.5.5
73622025-01-31T06:25:12.259Z Fresh usdt-impl v0.5.0
73632025-01-31T06:25:12.259Z Fresh take_mut v0.2.2
73642025-01-31T06:25:12.259Z Fresh heck v0.4.1
73652025-01-31T06:25:12.259Z Fresh match_cfg v0.1.0
73662025-01-31T06:25:12.259Z Fresh utf-8 v0.7.6
73672025-01-31T06:25:12.259Z Fresh bitflags v1.3.2
73682025-01-31T06:25:12.259Z Fresh hostname v0.3.1
73692025-01-31T06:25:12.259Z Fresh slog-async v2.8.0
73702025-01-31T06:25:12.259Z Fresh slog-term v2.9.1
73712025-01-31T06:25:12.259Z Fresh elliptic-curve v0.13.8
73722025-01-31T06:25:12.259Z Fresh toml v0.8.19
73732025-01-31T06:25:12.259Z Fresh hex v0.4.3
73742025-01-31T06:25:12.260Z Fresh bit-vec v0.6.3
73752025-01-31T06:25:12.352Z Fresh bit-set v0.5.3
73762025-01-31T06:25:12.352Z Fresh usdt-macro v0.5.0
73772025-01-31T06:25:12.352Z Fresh usdt-attr-macro v0.5.0
73782025-01-31T06:25:12.352Z Fresh crossbeam-deque v0.8.5
73792025-01-31T06:25:12.352Z Fresh num-iter v0.1.45
73802025-01-31T06:25:12.352Z Fresh flate2 v1.0.35
73812025-01-31T06:25:12.352Z Fresh memmap v0.7.0
73822025-01-31T06:25:12.352Z Fresh static_assertions v1.1.0
73832025-01-31T06:25:12.353Z Fresh rayon-core v1.12.1
73842025-01-31T06:25:12.353Z Fresh usdt v0.5.0
73852025-01-31T06:25:12.353Z Fresh toml v0.7.8
73862025-01-31T06:25:12.353Z Fresh phf_shared v0.11.2
73872025-01-31T06:25:12.353Z Fresh slog-json v2.6.1
73882025-01-31T06:25:12.353Z Fresh rfc6979 v0.4.0
73892025-01-31T06:25:12.353Z Fresh bstr v1.10.0
73902025-01-31T06:25:12.353Z Fresh zerocopy-derive v0.6.6
73912025-01-31T06:25:12.353Z Fresh curve25519-dalek-derive v0.1.1
73922025-01-31T06:25:12.353Z Fresh fixedbitset v0.4.2
73932025-01-31T06:25:12.354Z Fresh managed v0.8.0
73942025-01-31T06:25:12.354Z Fresh ecdsa v0.16.9
73952025-01-31T06:25:12.354Z Fresh curve25519-dalek v4.1.3
73962025-01-31T06:25:12.354Z Fresh petgraph v0.6.5
73972025-01-31T06:25:12.354Z Fresh slog-bunyan v2.5.0
73982025-01-31T06:25:12.354Z Fresh rustls v0.22.4
73992025-01-31T06:25:12.354Z Fresh num-bigint-dig v0.8.4
74002025-01-31T06:25:12.354Z Fresh zerocopy v0.6.6
74012025-01-31T06:25:12.354Z Fresh phf_shared v0.10.0
74022025-01-31T06:25:12.354Z Fresh pkcs1 v0.7.5
74032025-01-31T06:25:12.354Z Fresh new_debug_unreachable v1.0.6
74042025-01-31T06:25:12.354Z Fresh precomputed-hash v0.1.1
74052025-01-31T06:25:12.354Z Fresh unicode-xid v0.2.6
74062025-01-31T06:25:12.354Z Fresh string_cache v0.8.7
74072025-01-31T06:25:12.354Z Fresh rsa v0.9.6
74082025-01-31T06:25:12.354Z Fresh signal-hook v0.3.17
74092025-01-31T06:25:12.354Z Fresh tokio-rustls v0.25.0
74102025-01-31T06:25:12.355Z Fresh unicode-normalization v0.1.24
74112025-01-31T06:25:12.355Z Fresh ed25519 v2.2.3
74122025-01-31T06:25:12.355Z Fresh hubpack_derive v0.1.1
74132025-01-31T06:25:12.355Z Fresh enum-as-inner v0.6.1
74142025-01-31T06:25:12.355Z Fresh async-stream-impl v0.3.6
74152025-01-31T06:25:12.355Z Fresh debug-ignore v1.0.5
74162025-01-31T06:25:12.355Z Fresh quick-error v1.2.3
74172025-01-31T06:25:12.355Z Fresh bzip2-sys v0.1.11+1.0.8
74182025-01-31T06:25:12.355Z Fresh multer v3.1.0
74192025-01-31T06:25:12.355Z Fresh hubpack v0.1.2
74202025-01-31T06:25:12.355Z Fresh ed25519-dalek v2.1.1
74212025-01-31T06:25:12.355Z Fresh hickory-proto v0.24.2
74222025-01-31T06:25:12.355Z Fresh async-stream v0.3.6
74232025-01-31T06:25:12.355Z Fresh x509-cert v0.2.5
74242025-01-31T06:25:12.355Z Fresh waitgroup v0.1.2
74252025-01-31T06:25:12.355Z Fresh serde_path_to_error v0.1.16
74262025-01-31T06:25:12.355Z Fresh hostname v0.4.0
74272025-01-31T06:25:12.355Z Fresh lalrpop-util v0.19.12
74282025-01-31T06:25:12.355Z Fresh unicode-width v0.2.0
74292025-01-31T06:25:12.355Z Fresh bzip2 v0.4.4
74302025-01-31T06:25:12.355Z Fresh signal-hook-mio v0.2.4
74312025-01-31T06:25:12.355Z Fresh console v0.15.10
74322025-01-31T06:25:12.355Z Fresh dropshot_endpoint v0.12.0
74332025-01-31T06:25:12.355Z Fresh hash32 v0.2.1
74342025-01-31T06:25:12.355Z Fresh unicode-bidi v0.3.17
74352025-01-31T06:25:12.355Z Fresh unicode-properties v0.1.3
74362025-01-31T06:25:12.355Z Fresh predicates-core v1.0.8
74372025-01-31T06:25:12.355Z Fresh linked-hash-map v0.5.6
74382025-01-31T06:25:12.355Z Fresh newtype-uuid v1.2.1
74392025-01-31T06:25:12.355Z Fresh heapless v0.7.17
74402025-01-31T06:25:12.355Z Fresh dropshot v0.12.0
74412025-01-31T06:25:12.355Z Fresh stringprep v0.1.5
74422025-01-31T06:25:12.355Z Fresh lru-cache v0.1.2
74432025-01-31T06:25:12.355Z Fresh crossterm v0.28.1
74442025-01-31T06:25:12.355Z Fresh similar v2.6.0
74452025-01-31T06:25:12.355Z Fresh rayon v1.10.0
74462025-01-31T06:25:12.355Z Fresh tokio-stream v0.1.16
74472025-01-31T06:25:12.355Z Fresh md-5 v0.10.6
74482025-01-31T06:25:12.355Z Fresh float-cmp v0.9.0
74492025-01-31T06:25:12.356Z Fresh normalize-line-endings v0.3.0
74502025-01-31T06:25:12.356Z Fresh fallible-iterator v0.2.0
74512025-01-31T06:25:12.356Z Fresh difflib v0.4.0
74522025-01-31T06:25:12.356Z Fresh portable-atomic v1.9.0
74532025-01-31T06:25:12.356Z Fresh smoltcp v0.9.1
74542025-01-31T06:25:12.356Z Fresh zip v0.6.6
74552025-01-31T06:25:12.356Z Fresh resolv-conf v0.7.0
74562025-01-31T06:25:12.356Z Fresh phf v0.11.2
74572025-01-31T06:25:12.356Z Fresh postgres-protocol v0.6.7
74582025-01-31T06:25:12.356Z Fresh predicates v3.1.2
74592025-01-31T06:25:12.356Z Fresh tungstenite v0.24.0
74602025-01-31T06:25:12.356Z Fresh strum_macros v0.25.3
74612025-01-31T06:25:12.356Z Fresh serde-big-array v0.5.1
74622025-01-31T06:25:12.356Z Fresh serde_repr v0.1.19
74632025-01-31T06:25:12.356Z Fresh peg-runtime v0.8.3
74642025-01-31T06:25:12.356Z Fresh number_prefix v0.4.0
74652025-01-31T06:25:12.356Z Fresh gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
74662025-01-31T06:25:12.356Z Fresh postgres-types v0.2.8
74672025-01-31T06:25:12.356Z Fresh tokio-tungstenite v0.24.0
74682025-01-31T06:25:12.356Z Fresh hickory-resolver v0.24.2
74692025-01-31T06:25:12.356Z Fresh derive-where v1.2.7
74702025-01-31T06:25:12.356Z Fresh whoami v1.5.2
74712025-01-31T06:25:12.356Z Fresh indicatif v0.17.11
74722025-01-31T06:25:12.356Z Fresh qorb v0.2.1
74732025-01-31T06:25:12.356Z Fresh fs-err v2.11.0
74742025-01-31T06:25:12.356Z Fresh tokio-postgres v0.7.12
74752025-01-31T06:25:12.367Z Fresh hashbrown v0.14.5
74762025-01-31T06:25:12.367Z Fresh ident_case v1.0.1
74772025-01-31T06:25:12.367Z Fresh thiserror-impl v2.0.11
74782025-01-31T06:25:12.367Z Fresh regress v0.10.1
74792025-01-31T06:25:12.367Z Fresh darling_core v0.20.10
74802025-01-31T06:25:12.367Z Fresh unsafe-libyaml v0.2.11
74812025-01-31T06:25:12.367Z Fresh fastrand v2.1.1
74822025-01-31T06:25:12.367Z Fresh progenitor-client v0.9.1
74832025-01-31T06:25:12.367Z Fresh ipnetwork v0.20.0
74842025-01-31T06:25:12.367Z Fresh darling_macro v0.20.10
74852025-01-31T06:25:12.367Z Fresh thiserror v2.0.11
74862025-01-31T06:25:12.367Z Fresh serde_yaml v0.9.34+deprecated
74872025-01-31T06:25:12.367Z Fresh oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#49ee85dc)
74882025-01-31T06:25:12.367Z Fresh typify-impl v0.2.0
74892025-01-31T06:25:12.367Z Fresh tempfile v3.13.0
74902025-01-31T06:25:12.367Z Fresh strum_macros v0.26.4
74912025-01-31T06:25:12.367Z Fresh darling v0.20.10
74922025-01-31T06:25:12.367Z Fresh typify-macro v0.2.0
74932025-01-31T06:25:12.367Z Fresh strum v0.26.3
74942025-01-31T06:25:12.367Z Fresh progenitor-client v0.8.0
74952025-01-31T06:25:12.367Z Fresh macaddr v1.0.1
74962025-01-31T06:25:12.367Z Fresh diffus-derive v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
74972025-01-31T06:25:12.367Z Fresh instant v0.1.13
74982025-01-31T06:25:12.367Z Fresh serde_with_macros v3.11.0
74992025-01-31T06:25:12.367Z Fresh typify v0.2.0
75002025-01-31T06:25:12.367Z Fresh diffus v0.10.0 (https://github.com/oxidecomputer/diffus?branch=oxide%2Fmain#e3cfd506)
75012025-01-31T06:25:12.367Z Fresh regress v0.9.1
75022025-01-31T06:25:12.367Z Fresh structmeta-derive v0.3.0
75032025-01-31T06:25:12.367Z Fresh dropshot_endpoint v0.15.1
75042025-01-31T06:25:12.367Z Fresh slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75052025-01-31T06:25:12.368Z Fresh serde_with v3.11.0
75062025-01-31T06:25:12.368Z Fresh progenitor-impl v0.8.0
75072025-01-31T06:25:12.368Z Fresh structmeta v0.3.0
75082025-01-31T06:25:12.368Z Fresh slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041)
75092025-01-31T06:25:12.368Z Fresh backoff v0.4.0
75102025-01-31T06:25:12.368Z Fresh progenitor-macro v0.8.0
75112025-01-31T06:25:12.368Z Fresh parse-display-derive v0.10.0
75122025-01-31T06:25:12.368Z Fresh dropshot v0.15.1
75132025-01-31T06:25:12.368Z Fresh serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945)
75142025-01-31T06:25:12.368Z Fresh wait-timeout v0.2.0
75152025-01-31T06:25:12.368Z Fresh rand_xorshift v0.3.0
75162025-01-31T06:25:12.368Z Fresh unarray v0.1.4
75172025-01-31T06:25:12.368Z Fresh structmeta-derive v0.2.0
75182025-01-31T06:25:12.368Z Fresh progenitor v0.8.0
75192025-01-31T06:25:12.368Z Fresh parse-display v0.10.0
75202025-01-31T06:25:12.368Z Fresh rusty-fork v0.3.0
75212025-01-31T06:25:12.368Z Fresh structmeta v0.2.0
75222025-01-31T06:25:12.368Z Fresh camino-tempfile v1.1.1
75232025-01-31T06:25:12.368Z Fresh itertools v0.13.0
75242025-01-31T06:25:12.368Z Fresh unicode-width v0.1.14
75252025-01-31T06:25:12.368Z Fresh mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
75262025-01-31T06:25:12.368Z Fresh proptest v1.5.0
75272025-01-31T06:25:12.368Z Fresh test-strategy v0.3.1
75282025-01-31T06:25:12.368Z Fresh proc-macro-crate v1.3.1
75292025-01-31T06:25:12.368Z Fresh proc-macro-error-attr v1.0.4
75302025-01-31T06:25:12.368Z Fresh num_enum_derive v0.5.11
75312025-01-31T06:25:12.368Z Fresh foreign-types-macros v0.2.3
75322025-01-31T06:25:12.368Z Fresh foreign-types-shared v0.3.1
75332025-01-31T06:25:12.368Z Fresh proc-macro-error v1.0.4
75342025-01-31T06:25:12.368Z Fresh num_enum v0.5.11
75352025-01-31T06:25:12.368Z Fresh nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75362025-01-31T06:25:12.368Z Fresh foreign-types v0.5.0
75372025-01-31T06:25:12.368Z Fresh libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75382025-01-31T06:25:12.368Z Fresh tabwriter v1.4.0
75392025-01-31T06:25:12.368Z Fresh rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75402025-01-31T06:25:12.368Z Fresh cstr-argument v0.1.2
75412025-01-31T06:25:12.368Z Fresh pretty-hex v0.2.1
75422025-01-31T06:25:12.368Z Fresh rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
75432025-01-31T06:25:12.368Z Fresh nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
75442025-01-31T06:25:12.369Z Fresh colored v2.1.0
75452025-01-31T06:25:12.369Z Fresh smf v0.2.3
75462025-01-31T06:25:12.369Z Fresh typify-impl v0.3.0
75472025-01-31T06:25:12.369Z Fresh dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
75482025-01-31T06:25:12.369Z Fresh typify-macro v0.3.0
75492025-01-31T06:25:12.369Z Fresh zerocopy-derive v0.8.10
75502025-01-31T06:25:12.369Z Fresh ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75512025-01-31T06:25:12.369Z Fresh hash32 v0.3.1
75522025-01-31T06:25:12.369Z Fresh typify v0.3.0
75532025-01-31T06:25:12.369Z Fresh crucible-workspace-hack v0.1.0
75542025-01-31T06:25:12.369Z Fresh zerocopy v0.8.10
75552025-01-31T06:25:12.369Z Fresh cobs v0.2.3
75562025-01-31T06:25:12.369Z Fresh termtree v0.4.1
75572025-01-31T06:25:12.369Z Fresh progenitor-impl v0.9.1
75582025-01-31T06:25:12.369Z Fresh heapless v0.8.0
75592025-01-31T06:25:12.369Z Fresh ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75602025-01-31T06:25:12.369Z Fresh postcard v1.0.10
75612025-01-31T06:25:12.369Z Fresh illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75622025-01-31T06:25:12.369Z Fresh predicates-tree v1.0.11
75632025-01-31T06:25:12.369Z Fresh progenitor-macro v0.9.1
75642025-01-31T06:25:12.369Z Fresh ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
75652025-01-31T06:25:12.369Z Fresh smoltcp v0.11.0
75662025-01-31T06:25:12.369Z Fresh kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75672025-01-31T06:25:12.369Z Fresh sigpipe v0.1.3
75682025-01-31T06:25:12.369Z Fresh poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
75692025-01-31T06:25:12.369Z Fresh progenitor v0.9.1
75702025-01-31T06:25:12.369Z Fresh opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75712025-01-31T06:25:12.369Z Fresh zone_cfg_derive v0.3.0
75722025-01-31T06:25:12.369Z Fresh bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
75732025-01-31T06:25:12.369Z Fresh num-derive v0.4.2
75742025-01-31T06:25:12.369Z Fresh opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75752025-01-31T06:25:12.373Z Fresh mockall_derive v0.13.0
75762025-01-31T06:25:12.373Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764)
75772025-01-31T06:25:12.373Z Fresh downcast v0.11.0
75782025-01-31T06:25:12.373Z Fresh fragile v2.0.0
75792025-01-31T06:25:12.373Z Fresh bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
75802025-01-31T06:25:12.373Z Fresh zone v0.3.0
75812025-01-31T06:25:12.373Z Fresh oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75822025-01-31T06:25:12.373Z Fresh mockall v0.13.0
75832025-01-31T06:25:12.373Z Fresh crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
75842025-01-31T06:25:12.373Z Fresh convert_case v0.4.0
75852025-01-31T06:25:12.373Z Fresh base64 v0.21.7
75862025-01-31T06:25:12.373Z Fresh atomicwrites v0.4.4
75872025-01-31T06:25:12.373Z Fresh newline-converter v0.3.0
75882025-01-31T06:25:12.373Z Fresh opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb)
75892025-01-31T06:25:12.373Z Fresh derive_more v0.99.18
75902025-01-31T06:25:12.373Z Fresh expectorate v1.1.0
75912025-01-31T06:25:12.373Z Fresh same-file v1.0.6
75922025-01-31T06:25:12.374Z Fresh tungstenite v0.21.0
75932025-01-31T06:25:12.374Z Fresh xattr v1.3.1
75942025-01-31T06:25:12.374Z Fresh filetime v0.2.25
75952025-01-31T06:25:12.374Z Fresh walkdir v2.5.0
75962025-01-31T06:25:12.374Z Fresh tokio-tungstenite v0.21.0
75972025-01-31T06:25:12.374Z Fresh indent_write v2.2.0
75982025-01-31T06:25:12.374Z Fresh tar v0.4.42
75992025-01-31T06:25:12.374Z Fresh password-hash v0.5.0
76002025-01-31T06:25:12.374Z Fresh blake2 v0.10.6
76012025-01-31T06:25:12.374Z Fresh owo-colors v4.1.0
76022025-01-31T06:25:12.374Z Fresh num-rational v0.4.2
76032025-01-31T06:25:12.374Z Fresh libsw v3.3.1
76042025-01-31T06:25:12.374Z Fresh num-complex v0.4.6
76052025-01-31T06:25:12.374Z Fresh swrite v0.1.0
76062025-01-31T06:25:12.374Z Fresh argon2 v0.5.3
76072025-01-31T06:25:12.374Z Fresh cancel-safe-futures v0.1.5
76082025-01-31T06:25:12.374Z Fresh linear-map v1.2.0
76092025-01-31T06:25:12.374Z Fresh num v0.4.3
76102025-01-31T06:25:12.374Z Fresh float-ord v0.3.2
76112025-01-31T06:25:12.374Z Fresh highway v1.2.0
76122025-01-31T06:25:12.374Z Fresh arc-swap v1.7.1
76132025-01-31T06:25:12.374Z Fresh humantime v2.1.0
76142025-01-31T06:25:12.374Z Fresh semver v0.1.20
76152025-01-31T06:25:12.374Z Fresh slog-scope v4.4.0
76162025-01-31T06:25:12.374Z Fresh pem v3.0.4
76172025-01-31T06:25:12.374Z Fresh propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76182025-01-31T06:25:12.374Z Fresh crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
76192025-01-31T06:25:12.374Z Fresh rustc_version v0.1.7
76202025-01-31T06:25:12.374Z Fresh slog-stdlog v4.1.1
76212025-01-31T06:25:12.374Z Fresh propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76222025-01-31T06:25:12.374Z Fresh heck v0.3.3
76232025-01-31T06:25:12.374Z Fresh headers-core v0.3.0
76242025-01-31T06:25:12.374Z Fresh slog-envlogger v2.2.0
76252025-01-31T06:25:12.374Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
76262025-01-31T06:25:12.374Z Fresh zone_cfg_derive v0.1.2
76272025-01-31T06:25:12.375Z Fresh headers v0.4.0
76282025-01-31T06:25:12.375Z Fresh cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76292025-01-31T06:25:12.375Z Fresh lzma-sys v0.1.20
76302025-01-31T06:25:12.375Z Fresh base64 v0.13.1
76312025-01-31T06:25:12.375Z Fresh libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764)
76322025-01-31T06:25:12.375Z Fresh zone v0.1.8
76332025-01-31T06:25:12.375Z Fresh propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76342025-01-31T06:25:12.375Z Fresh pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide%2Fomicron#b1194c19)
76352025-01-31T06:25:12.375Z Fresh propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b)
76362025-01-31T06:25:12.375Z Fresh newtype_derive v0.1.6
76372025-01-31T06:25:12.375Z Fresh xz2 v0.1.7
76382025-01-31T06:25:12.375Z Fresh ron v0.7.1
76392025-01-31T06:25:12.375Z Fresh yasna v0.5.2
76402025-01-31T06:25:12.375Z Fresh subprocess v0.2.9
76412025-01-31T06:25:12.375Z Fresh half v2.4.1
76422025-01-31T06:25:12.375Z Fresh ciborium-io v0.2.2
76432025-01-31T06:25:12.375Z Fresh steno v0.4.1
76442025-01-31T06:25:12.375Z Fresh libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588)
76452025-01-31T06:25:12.375Z Fresh rcgen v0.12.1
76462025-01-31T06:25:12.375Z Fresh ciborium-ll v0.2.2
76472025-01-31T06:25:12.375Z Fresh display-error-chain v0.2.2
76482025-01-31T06:25:12.375Z Fresh ciborium v0.2.2
76492025-01-31T06:25:12.375Z Fresh keccak v0.1.5
76502025-01-31T06:25:12.375Z Fresh universal-hash v0.5.1
76512025-01-31T06:25:12.375Z Fresh opaque-debug v0.3.1
76522025-01-31T06:25:12.375Z Fresh sha3 v0.10.8
76532025-01-31T06:25:12.375Z Fresh constant_time_eq v0.3.1
76542025-01-31T06:25:12.375Z Fresh arrayvec v0.7.6
76552025-01-31T06:25:12.375Z Fresh arrayref v0.3.9
76562025-01-31T06:25:12.375Z Fresh secrecy v0.8.0
76572025-01-31T06:25:12.375Z Fresh aead v0.5.2
76582025-01-31T06:25:12.375Z Fresh poly1305 v0.8.0
76592025-01-31T06:25:12.375Z Fresh chacha20 v0.9.1
76602025-01-31T06:25:12.375Z Fresh memmap2 v0.9.5
76612025-01-31T06:25:12.375Z Fresh topological-sort v0.2.2
76622025-01-31T06:25:12.375Z Fresh slog-dtrace v0.3.0
76632025-01-31T06:25:12.375Z Fresh maplit v1.0.2
76642025-01-31T06:25:12.375Z Fresh toolchain_find v0.4.0
76652025-01-31T06:25:12.376Z Fresh thiserror-impl-no-std v2.0.2
76662025-01-31T06:25:12.376Z Fresh gethostname v0.5.0
76672025-01-31T06:25:12.376Z Fresh blake3 v1.5.4
76682025-01-31T06:25:12.376Z Fresh rustfmt-wrapper v0.2.1
76692025-01-31T06:25:12.376Z Fresh thiserror-no-std v2.0.2
76702025-01-31T06:25:12.376Z Fresh chacha20poly1305 v0.10.1
76712025-01-31T06:25:12.376Z Fresh termcolor v1.4.1
76722025-01-31T06:25:12.376Z Fresh omicron-zone-package v0.12.0
76732025-01-31T06:25:12.376Z Fresh libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212)
76742025-01-31T06:25:12.376Z Fresh vsss-rs v3.3.4
76752025-01-31T06:25:12.382Z Fresh tap v1.0.1
76762025-01-31T06:25:12.382Z Fresh nibble_vec v0.1.0
76772025-01-31T06:25:12.382Z Fresh wyz v0.5.1
76782025-01-31T06:25:12.382Z Fresh crc-catalog v2.4.0
76792025-01-31T06:25:12.383Z Fresh endian-type v0.1.2
76802025-01-31T06:25:12.383Z Fresh radium v0.7.0
76812025-01-31T06:25:12.383Z Fresh funty v2.0.0
76822025-01-31T06:25:12.383Z Fresh radix_trie v0.2.1
76832025-01-31T06:25:12.383Z Fresh maybe-uninit v2.0.0
76842025-01-31T06:25:12.383Z Fresh crc v3.2.1
76852025-01-31T06:25:12.383Z Fresh bitvec v1.0.1
76862025-01-31T06:25:12.383Z Fresh dsl_auto_type v0.1.2
76872025-01-31T06:25:12.383Z Fresh packed_struct_codegen v0.10.1
76882025-01-31T06:25:12.383Z Fresh scheduled-thread-pool v0.2.7
76892025-01-31T06:25:12.383Z Fresh diesel_table_macro_syntax v0.2.0
76902025-01-31T06:25:12.383Z Fresh nodrop v0.1.14
76912025-01-31T06:25:12.383Z Fresh packed_struct v0.10.1
76922025-01-31T06:25:12.383Z Fresh array-init v0.0.4
76932025-01-31T06:25:12.383Z Fresh diesel_derives v2.2.3
76942025-01-31T06:25:12.383Z Fresh r2d2 v0.8.10
76952025-01-31T06:25:12.383Z Fresh smallvec v0.6.14
76962025-01-31T06:25:12.383Z Fresh const_format_proc_macros v0.2.34
76972025-01-31T06:25:12.383Z Fresh async-recursion v1.1.1
76982025-01-31T06:25:12.383Z Fresh bitfield v0.14.0
76992025-01-31T06:25:12.383Z Fresh bumpalo v3.16.0
77002025-01-31T06:25:12.383Z Fresh simd-adler32 v0.3.7
77012025-01-31T06:25:12.383Z Fresh lockfree-object-pool v0.1.6
77022025-01-31T06:25:12.383Z Fresh diff v0.1.13
77032025-01-31T06:25:12.383Z Fresh hashbrown v0.12.3
77042025-01-31T06:25:12.384Z Fresh zopfli v0.8.1
77052025-01-31T06:25:12.384Z Fresh const_format v0.2.34
77062025-01-31T06:25:12.384Z Fresh lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77072025-01-31T06:25:12.384Z Fresh crunchy v0.2.2
77082025-01-31T06:25:12.384Z Fresh indexmap v1.9.3
77092025-01-31T06:25:12.384Z Fresh serde-hex v0.1.0
77102025-01-31T06:25:12.384Z Fresh diesel v2.2.6
77112025-01-31T06:25:12.384Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)
77122025-01-31T06:25:12.384Z Fresh env_logger v0.10.2
77132025-01-31T06:25:12.384Z Fresh ron v0.8.1
77142025-01-31T06:25:12.384Z Fresh hashbrown v0.13.2
77152025-01-31T06:25:12.384Z Fresh crc-any v2.5.0
77162025-01-31T06:25:12.384Z Fresh object v0.30.4
77172025-01-31T06:25:12.384Z Fresh tiny-keccak v2.0.2
77182025-01-31T06:25:12.384Z Fresh tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a)
77192025-01-31T06:25:12.385Z Fresh zip v2.1.3
77202025-01-31T06:25:12.385Z Fresh lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc)
77212025-01-31T06:25:12.385Z Fresh ascii-canvas v3.0.0
77222025-01-31T06:25:12.385Z Fresh bitfield-struct v0.6.2
77232025-01-31T06:25:12.385Z Fresh ref-cast-impl v1.0.23
77242025-01-31T06:25:12.385Z Fresh ena v0.14.3
77252025-01-31T06:25:12.385Z Fresh regex-syntax v0.6.29
77262025-01-31T06:25:12.385Z Fresh path-slash v0.1.5
77272025-01-31T06:25:12.385Z Fresh libefi-sys v0.1.0
77282025-01-31T06:25:12.385Z Fresh libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77292025-01-31T06:25:12.385Z Fresh hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0)
77302025-01-31T06:25:12.385Z Fresh ref-cast v1.0.23
77312025-01-31T06:25:12.385Z Fresh lalrpop v0.19.12
77322025-01-31T06:25:12.385Z Fresh illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b)
77332025-01-31T06:25:12.385Z Fresh fxhash v0.2.1
77342025-01-31T06:25:12.385Z Fresh nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77352025-01-31T06:25:12.385Z Fresh libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221)
77362025-01-31T06:25:12.385Z Fresh tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c)
77372025-01-31T06:25:12.385Z Fresh libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1)
77382025-01-31T06:25:12.385Z Fresh derive_builder_core v0.20.2
77392025-01-31T06:25:12.386Z Fresh derive_builder_macro v0.20.2
77402025-01-31T06:25:12.386Z Fresh strum_macros v0.24.3
77412025-01-31T06:25:12.386Z Fresh kstat-rs v0.2.4
77422025-01-31T06:25:12.386Z Fresh indoc v1.0.9
77432025-01-31T06:25:12.386Z Fresh derive_builder v0.20.2
77442025-01-31T06:25:12.386Z Fresh libxml v0.3.3
77452025-01-31T06:25:12.386Z Fresh polar-core v0.27.3
77462025-01-31T06:25:12.386Z Fresh phf_generator v0.11.2
77472025-01-31T06:25:12.386Z Fresh primeorder v0.13.6
77482025-01-31T06:25:12.386Z Fresh impl-trait-for-tuples v0.2.2
77492025-01-31T06:25:12.386Z Fresh oso-derive v0.27.3
77502025-01-31T06:25:12.386Z Fresh quick-xml v0.33.0
77512025-01-31T06:25:12.386Z Fresh vte_generate_state_changes v0.1.2
77522025-01-31T06:25:12.386Z Fresh samael v0.0.17
77532025-01-31T06:25:12.386Z Fresh phf_codegen v0.11.2
77542025-01-31T06:25:12.386Z Fresh oso v0.27.3
77552025-01-31T06:25:12.386Z Fresh vte v0.11.1
77562025-01-31T06:25:12.386Z Fresh ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64)
77572025-01-31T06:25:12.386Z Fresh fd-lock v4.0.2
77582025-01-31T06:25:12.386Z Fresh parse-zoneinfo v0.3.1
77592025-01-31T06:25:12.386Z Fresh cfg_aliases v0.1.1
77602025-01-31T06:25:12.386Z Fresh unicase v2.7.0
77612025-01-31T06:25:12.386Z Fresh parking_lot_core v0.8.6
77622025-01-31T06:25:12.387Z Fresh chrono-tz-build v0.4.0
77632025-01-31T06:25:12.387Z Fresh strip-ansi-escapes v0.2.0
77642025-01-31T06:25:12.387Z Fresh bb8 v0.8.5
77652025-01-31T06:25:12.387Z Fresh nu-ansi-term v0.50.1
77662025-01-31T06:25:12.387Z Fresh async-bb8-diesel v0.2.1
77672025-01-31T06:25:12.387Z Fresh reedline v0.35.0
77682025-01-31T06:25:12.387Z Fresh diesel-dtrace v0.4.2
77692025-01-31T06:25:12.387Z Fresh parking_lot v0.11.2
77702025-01-31T06:25:12.387Z Fresh p384 v0.13.0
77712025-01-31T06:25:12.387Z Fresh clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812)
77722025-01-31T06:25:12.387Z Fresh http-range v0.1.5
77732025-01-31T06:25:12.387Z Fresh bytecount v0.6.8
77742025-01-31T06:25:12.387Z Fresh sled v0.34.7
77752025-01-31T06:25:12.393Z Fresh buf-list v1.0.3
77762025-01-31T06:25:12.393Z Fresh papergrid v0.11.0
77772025-01-31T06:25:12.394Z Fresh nix v0.28.0
77782025-01-31T06:25:12.394Z Fresh salty v0.3.0
77792025-01-31T06:25:12.394Z Fresh hickory-client v0.24.2
77802025-01-31T06:25:12.394Z Fresh tabled_derive v0.7.0
77812025-01-31T06:25:12.394Z Fresh peg-macros v0.8.4
77822025-01-31T06:25:12.394Z Fresh hickory-server v0.24.2
77832025-01-31T06:25:12.394Z Fresh sqlparser_derive v0.2.2
77842025-01-31T06:25:12.394Z Fresh nanorand v0.7.0
77852025-01-31T06:25:12.394Z Fresh atty v0.2.14
77862025-01-31T06:25:12.394Z Fresh env_filter v0.1.2
77872025-01-31T06:25:12.395Z Fresh unicode_categories v0.1.1
77882025-01-31T06:25:12.395Z Fresh peg v0.8.4
77892025-01-31T06:25:12.395Z Fresh sqlparser v0.45.0
77902025-01-31T06:25:12.395Z Fresh sqlformat v0.2.6
77912025-01-31T06:25:12.395Z Fresh flume v0.11.1
77922025-01-31T06:25:12.395Z Fresh env_logger v0.11.5
77932025-01-31T06:25:12.395Z Fresh tabled v0.15.0
77942025-01-31T06:25:12.395Z Fresh mime_guess v2.0.5
77952025-01-31T06:25:12.395Z Fresh chrono-tz v0.10.1
77962025-01-31T06:25:12.395Z Fresh rustyline v14.0.0
77972025-01-31T06:25:12.395Z Fresh attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
77982025-01-31T06:25:12.395Z Fresh bcs v0.1.6
77992025-01-31T06:25:12.395Z Fresh pin-project-internal v1.1.6
78002025-01-31T06:25:12.395Z Fresh termtree v0.5.1
78012025-01-31T06:25:12.395Z Fresh pin-project v1.1.6
78022025-01-31T06:25:12.395Z Fresh dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8)
78032025-01-31T06:25:12.395Z Fresh memoffset v0.9.1
78042025-01-31T06:25:12.395Z Fresh hyper-staticfile v0.10.1
78052025-01-31T06:25:12.395Z Fresh crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
78062025-01-31T06:25:12.396Z Fresh nix v0.27.1
78072025-01-31T06:25:12.396Z Fresh propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=99251f841debbe9aaceb4a407a984190c63dead5#99251f84)
78082025-01-31T06:25:12.396Z Fresh tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)
78092025-01-31T06:25:12.396Z Fresh tungstenite v0.23.0
78102025-01-31T06:25:12.396Z Fresh concurrent-queue v2.5.0
78112025-01-31T06:25:12.396Z Fresh sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738)
78122025-01-31T06:25:12.396Z Fresh snafu-derive v0.8.5
78132025-01-31T06:25:12.396Z Fresh parking v2.2.1
78142025-01-31T06:25:12.396Z Fresh tokio-tungstenite v0.23.1
78152025-01-31T06:25:12.396Z Fresh signal-hook-tokio v0.3.1
78162025-01-31T06:25:12.396Z Fresh olpc-cjson v0.1.4
78172025-01-31T06:25:12.396Z Fresh snafu v0.8.5
78182025-01-31T06:25:12.396Z Fresh gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475)
78192025-01-31T06:25:12.396Z Fresh globset v0.4.15
78202025-01-31T06:25:12.396Z Fresh serde_plain v1.0.2
78212025-01-31T06:25:12.396Z Fresh cargo-platform v0.1.8
78222025-01-31T06:25:12.396Z Fresh typed-path v0.9.3
78232025-01-31T06:25:12.396Z Fresh cargo_metadata v0.18.1
78242025-01-31T06:25:12.396Z Fresh tough v0.19.0
78252025-01-31T06:25:12.396Z Fresh rand_seeder v0.3.0
78262025-01-31T06:25:12.396Z Fresh parse-size v1.1.0
78272025-01-31T06:25:12.396Z Fresh event-listener v5.3.1
78282025-01-31T06:25:12.396Z Fresh futures-lite v2.3.0
78292025-01-31T06:25:12.396Z Fresh event-listener-strategy v0.5.2
78302025-01-31T06:25:12.396Z Fresh castaway v0.2.3
78312025-01-31T06:25:12.396Z Fresh unicode-truncate v1.1.0
78322025-01-31T06:25:12.396Z Fresh lru v0.12.5
78332025-01-31T06:25:12.396Z Fresh compact_str v0.8.0
78342025-01-31T06:25:12.396Z Fresh libz-sys v1.1.20
78352025-01-31T06:25:12.396Z Fresh instability v0.3.2
78362025-01-31T06:25:12.396Z Fresh csv-core v0.1.11
78372025-01-31T06:25:12.396Z Fresh cassowary v0.3.0
78382025-01-31T06:25:12.396Z Fresh is_ci v1.2.0
78392025-01-31T06:25:12.396Z Fresh async-lock v3.4.0
78402025-01-31T06:25:12.396Z Fresh csv v1.3.1
78412025-01-31T06:25:12.396Z Fresh libgit2-sys v0.17.0+1.8.1
78422025-01-31T06:25:12.396Z Fresh supports-color v3.0.1
78432025-01-31T06:25:12.397Z Fresh ratatui v0.28.1
78442025-01-31T06:25:12.397Z Fresh polyval v0.6.2
78452025-01-31T06:25:12.397Z Fresh openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4)
78462025-01-31T06:25:12.397Z Fresh polling v3.7.3
78472025-01-31T06:25:12.397Z Fresh git2 v0.19.0
78482025-01-31T06:25:12.397Z Fresh ghash v0.5.1
78492025-01-31T06:25:12.397Z Fresh ctr v0.9.2
78502025-01-31T06:25:12.397Z Fresh async-io v2.3.4
78512025-01-31T06:25:12.397Z Fresh plotters-backend v0.3.7
78522025-01-31T06:25:12.397Z Fresh assert_matches v1.5.0
78532025-01-31T06:25:12.397Z Fresh cfg_aliases v0.2.1
78542025-01-31T06:25:12.397Z Fresh shell-words v1.1.0
78552025-01-31T06:25:12.397Z Fresh async-task v4.7.1
78562025-01-31T06:25:12.397Z Fresh vergen v8.3.2
78572025-01-31T06:25:12.397Z Fresh plotters-svg v0.3.7
78582025-01-31T06:25:12.397Z Fresh aes-gcm v0.10.3
78592025-01-31T06:25:12.397Z Fresh async-channel v2.3.1
78602025-01-31T06:25:12.398Z Fresh piper v0.2.4
78612025-01-31T06:25:12.398Z Fresh ssh-encoding v0.2.0
78622025-01-31T06:25:12.398Z Fresh rustls-webpki v0.101.7
78632025-01-31T06:25:12.398Z Fresh blowfish v0.9.1
78642025-01-31T06:25:12.398Z Fresh sct v0.7.1
78652025-01-31T06:25:12.398Z Fresh rtoolbox v0.0.2
78662025-01-31T06:25:12.398Z Fresh smawk v0.3.2
78672025-01-31T06:25:12.398Z Fresh cast v0.3.0
78682025-01-31T06:25:12.398Z Fresh unicode-linebreak v0.1.5
78692025-01-31T06:25:12.398Z Fresh rustls v0.21.12
78702025-01-31T06:25:12.398Z Fresh rpassword v7.3.1
78712025-01-31T06:25:12.398Z Fresh criterion-plot v0.5.0
78722025-01-31T06:25:12.399Z Fresh textwrap v0.16.1
78732025-01-31T06:25:12.399Z Fresh bcrypt-pbkdf v0.10.0
78742025-01-31T06:25:12.399Z Fresh ssh-cipher v0.2.0
78752025-01-31T06:25:12.403Z Fresh blocking v1.6.1
78762025-01-31T06:25:12.403Z Fresh plotters v0.3.7
78772025-01-31T06:25:12.403Z Fresh async-executor v1.13.1
78782025-01-31T06:25:12.403Z Fresh libsqlite3-sys v0.30.1
78792025-01-31T06:25:12.403Z Fresh async-signal v0.2.10
78802025-01-31T06:25:12.404Z Fresh tui-tree-widget v0.22.0
78812025-01-31T06:25:12.404Z Fresh hashlink v0.9.1
78822025-01-31T06:25:12.404Z Fresh password-hash v0.4.2
78832025-01-31T06:25:12.404Z Fresh tinytemplate v1.2.1
78842025-01-31T06:25:12.404Z Fresh fallible-iterator v0.3.0
78852025-01-31T06:25:12.404Z Fresh hex-literal v0.4.1
78862025-01-31T06:25:12.404Z Fresh event-listener v2.5.3
78872025-01-31T06:25:12.404Z Fresh oorandom v11.1.4
78882025-01-31T06:25:12.404Z Fresh yansi v1.0.1
78892025-01-31T06:25:12.404Z Fresh anes v0.1.6
78902025-01-31T06:25:12.404Z Fresh fallible-streaming-iterator v0.1.9
78912025-01-31T06:25:12.404Z Fresh pbkdf2 v0.11.0
78922025-01-31T06:25:12.404Z Fresh async-channel v1.9.0
78932025-01-31T06:25:12.404Z Fresh rusqlite v0.32.1
78942025-01-31T06:25:12.404Z Fresh pretty_assertions v1.4.1
78952025-01-31T06:25:12.404Z Fresh criterion v0.5.1
78962025-01-31T06:25:12.404Z Fresh async-process v2.3.0
78972025-01-31T06:25:12.404Z Fresh nix v0.29.0
78982025-01-31T06:25:12.404Z Fresh async-global-executor v2.4.1
78992025-01-31T06:25:12.404Z Fresh ssh-key v0.6.6
79002025-01-31T06:25:12.404Z Fresh tokio-rustls v0.24.1
79012025-01-31T06:25:12.404Z Fresh target-lexicon v0.12.16
79022025-01-31T06:25:12.404Z Fresh p256 v0.13.2
79032025-01-31T06:25:12.404Z Fresh p521 v0.13.3
79042025-01-31T06:25:12.404Z Fresh rustls-pemfile v1.0.4
79052025-01-31T06:25:12.404Z Fresh common v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79062025-01-31T06:25:12.404Z Fresh async-attributes v1.1.2
79072025-01-31T06:25:12.404Z Fresh twox-hash v2.1.0
79082025-01-31T06:25:12.404Z Fresh russh-cryptovec v0.7.3
79092025-01-31T06:25:12.404Z Fresh num_cpus v1.16.0
79102025-01-31T06:25:12.404Z Fresh kv-log-macro v1.0.7
79112025-01-31T06:25:12.404Z Fresh md5 v0.7.0
79122025-01-31T06:25:12.404Z Fresh futures-timer v3.0.3
79132025-01-31T06:25:12.404Z Fresh lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#ce952e61)
79142025-01-31T06:25:12.404Z Fresh threadpool v1.8.1
79152025-01-31T06:25:12.404Z Fresh async-std v1.13.0
79162025-01-31T06:25:12.404Z Fresh russh-keys v0.45.0
79172025-01-31T06:25:12.405Z Fresh crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79182025-01-31T06:25:12.405Z Fresh cfg-expr v0.17.0
79192025-01-31T06:25:12.405Z Fresh doc-comment v0.3.3
79202025-01-31T06:25:12.405Z Fresh guppy-workspace-hack v0.1.0
79212025-01-31T06:25:12.405Z Fresh crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=86a2ce1f9f13912a5fe652472de765ec5fc22e76#86a2ce1f)
79222025-01-31T06:25:12.405Z Fresh httptest v0.16.1
79232025-01-31T06:25:12.405Z Fresh fatfs v0.3.6
79242025-01-31T06:25:12.405Z Fresh num-bigint v0.4.6
79252025-01-31T06:25:12.405Z Fresh proc-macro-crate v3.2.0
79262025-01-31T06:25:12.405Z Fresh rustls-native-certs v0.7.3
79272025-01-31T06:25:12.405Z Fresh des v0.8.1
79282025-01-31T06:25:12.405Z Fresh dhcproto-macros v0.1.0 (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79292025-01-31T06:25:12.405Z Fresh relative-path v1.9.3
79302025-01-31T06:25:12.405Z Fresh escape8259 v0.5.3
79312025-01-31T06:25:12.405Z Fresh russh v0.45.0
79322025-01-31T06:25:12.405Z Fresh dhcproto v0.13.0-alpha (https://github.com/bluecatengineering/dhcproto.git?rev=120da6fcd8a7be84d417d372634ead84ce07e6da#120da6fc)
79332025-01-31T06:25:12.405Z Fresh hyper-rustls v0.26.0
79342025-01-31T06:25:12.407Z Fresh assert_cmd v2.0.16
79352025-01-31T06:25:12.407Z Fresh libtest-mimic v0.7.3
79362025-01-31T06:25:12.407Z Fresh rstest_macros v0.23.0
79372025-01-31T06:25:12.407Z Fresh target-spec v3.2.2
79382025-01-31T06:25:12.407Z Fresh petname v2.0.2
79392025-01-31T06:25:12.407Z Fresh target-triple v0.1.3
79402025-01-31T06:25:12.407Z Fresh async-object-pool v0.1.5
79412025-01-31T06:25:12.407Z Fresh blake2b_simd v1.0.2
79422025-01-31T06:25:12.407Z Fresh fancy-regex v0.13.0
79432025-01-31T06:25:12.407Z Fresh pathdiff v0.2.2
79442025-01-31T06:25:12.407Z Fresh assert-json-diff v2.0.2
79452025-01-31T06:25:12.407Z Fresh serde_regex v1.1.0
79462025-01-31T06:25:12.407Z Fresh ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9)
79472025-01-31T06:25:12.407Z Fresh path-tree v0.8.1
79482025-01-31T06:25:12.407Z Fresh uzers v0.12.1
79492025-01-31T06:25:12.407Z Fresh internet-checksum v0.2.1
79502025-01-31T06:25:12.407Z Fresh sync-ptr v0.1.1
79512025-01-31T06:25:12.407Z Fresh nested v0.1.1
79522025-01-31T06:25:12.407Z Fresh stringmetrics v2.2.2
79532025-01-31T06:25:12.407Z Fresh rust-argon2 v2.1.0
79542025-01-31T06:25:12.407Z Fresh datatest-stable v0.2.9
79552025-01-31T06:25:12.407Z Fresh rstest v0.23.0
79562025-01-31T06:25:12.407Z Fresh httpmock v0.8.0-alpha.1
79572025-01-31T06:25:12.407Z Fresh guppy v0.17.8
79582025-01-31T06:25:12.407Z Fresh trybuild v1.0.101
79592025-01-31T06:25:12.407Z Fresh partial-io v0.5.4
79602025-01-31T06:25:12.407Z Fresh similar-asserts v1.6.0
79612025-01-31T06:25:12.407Z Fresh rand_distr v0.4.3
79622025-01-31T06:25:12.407Z Fresh approx v0.5.1
79632025-01-31T06:25:12.407Z Fresh indoc v2.0.5
79642025-01-31T06:25:12.407Z Fresh xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader)
79652025-01-31T06:25:12.408Z Fresh omicron-package v0.1.0 (/work/oxidecomputer/omicron/package)
79662025-01-31T06:25:12.408Z Fresh omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib)
79672025-01-31T06:25:12.408Z Fresh update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine)
79682025-01-31T06:25:12.408Z Fresh omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus)
79692025-01-31T06:25:12.408Z Fresh oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types)
79702025-01-31T06:25:12.408Z Fresh live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros)
79712025-01-31T06:25:12.408Z Fresh wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd)
79722025-01-31T06:25:12.408Z Fresh omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin)
79732025-01-31T06:25:12.408Z Fresh installinator v0.1.0 (/work/oxidecomputer/omicron/installinator)
79742025-01-31T06:25:12.408Z Fresh clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana)
79752025-01-31T06:25:12.412Z Fresh omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis)
79762025-01-31T06:25:12.412Z Fresh end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests)
79772025-01-31T06:25:12.412Z Fresh openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager)
79782025-01-31T06:25:12.412Z Fresh nexus-reconfigurator-simulation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/simulation)
79792025-01-31T06:25:12.412Z Fresh omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent)
79802025-01-31T06:25:12.412Z Fresh wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg)
79812025-01-31T06:25:12.412Z Fresh omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin)
79822025-01-31T06:25:12.412Z Fresh oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)
79832025-01-31T06:25:12.412Z Fresh tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous)
79842025-01-31T06:25:12.412Z Fresh omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords)
79852025-01-31T06:25:12.412Z Fresh zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup)
79862025-01-31T06:25:12.412Z Fresh clickhouse-admin-test-utils v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/test-utils)
79872025-01-31T06:25:12.412Z Fresh nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution)
79882025-01-31T06:25:12.412Z Fresh nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
79892025-01-31T06:25:12.412Z Fresh wicket v0.1.0 (/work/oxidecomputer/omicron/wicket)
79902025-01-31T06:25:12.412Z Fresh nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc)
79912025-01-31T06:25:12.412Z Fresh oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils)
79922025-01-31T06:25:12.412Z Fresh oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db)
79932025-01-31T06:25:12.412Z Fresh nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery)
79942025-01-31T06:25:12.412Z Fresh oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client)
79952025-01-31T06:25:12.412Z Fresh nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros)
79962025-01-31T06:25:12.412Z Fresh update-common v0.1.0 (/work/oxidecomputer/omicron/update-common)
79972025-01-31T06:25:12.412Z Fresh installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client)
79982025-01-31T06:25:12.412Z Fresh nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
79992025-01-31T06:25:12.412Z Fresh nexus-reconfigurator-rendezvous v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous)
80002025-01-31T06:25:12.412Z Fresh clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api)
80012025-01-31T06:25:12.412Z Fresh cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client)
80022025-01-31T06:25:12.412Z Fresh wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api)
80032025-01-31T06:25:12.412Z Fresh clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client)
80042025-01-31T06:25:12.412Z Fresh installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api)
80052025-01-31T06:25:12.413Z Fresh nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking)
80062025-01-31T06:25:12.413Z Fresh cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api)
80072025-01-31T06:25:12.413Z Fresh nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api)
80082025-01-31T06:25:12.413Z Fresh nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api)
80092025-01-31T06:25:12.413Z Fresh bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore)
80102025-01-31T06:25:12.413Z Fresh internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
80112025-01-31T06:25:12.413Z Fresh nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils)
80122025-01-31T06:25:12.413Z Fresh cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types)
80132025-01-31T06:25:12.413Z Fresh wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client)
80142025-01-31T06:25:12.413Z Fresh openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types)
80152025-01-31T06:25:12.413Z Fresh dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server)
80162025-01-31T06:25:12.413Z Fresh nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
80172025-01-31T06:25:12.414Z Fresh nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
80182025-01-31T06:25:12.414Z Fresh nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
80192025-01-31T06:25:12.414Z Fresh nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface)
80202025-01-31T06:25:12.414Z Fresh typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng)
80212025-01-31T06:25:12.414Z Fresh gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils)
80222025-01-31T06:25:12.414Z Fresh tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib)
80232025-01-31T06:25:12.414Z Fresh omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway)
80242025-01-31T06:25:12.414Z Fresh oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api)
80252025-01-31T06:25:12.414Z Fresh oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client)
80262025-01-31T06:25:12.414Z Fresh clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
80272025-01-31T06:25:12.414Z Fresh wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common)
80282025-01-31T06:25:12.414Z Fresh sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim)
80292025-01-31T06:25:12.414Z Fresh clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
80302025-01-31T06:25:12.414Z Fresh repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client)
80312025-01-31T06:25:12.414Z Fresh gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api)
80322025-01-31T06:25:12.414Z Fresh range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests)
80332025-01-31T06:25:12.414Z Fresh bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api)
80342025-01-31T06:25:12.414Z Fresh repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api)
80352025-01-31T06:25:12.414Z Fresh sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api)
80362025-01-31T06:25:12.414Z Fresh sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage)
80372025-01-31T06:25:12.414Z Fresh dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client)
80382025-01-31T06:25:12.415Z Fresh sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics)
80392025-01-31T06:25:12.415Z Fresh omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client)
80402025-01-31T06:25:12.415Z Fresh nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
80412025-01-31T06:25:12.415Z Fresh dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api)
80422025-01-31T06:25:12.415Z Fresh key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager)
80432025-01-31T06:25:12.415Z Fresh gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types)
80442025-01-31T06:25:12.415Z Fresh bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client)
80452025-01-31T06:25:12.415Z Fresh authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros)
80462025-01-31T06:25:12.415Z Fresh nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
80472025-01-31T06:25:12.415Z Fresh oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments)
80482025-01-31T06:25:12.415Z Fresh oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer)
80492025-01-31T06:25:12.415Z Fresh sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware)
80502025-01-31T06:25:12.415Z Fresh nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
80512025-01-31T06:25:12.415Z Fresh ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc)
80522025-01-31T06:25:12.415Z Fresh nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
80532025-01-31T06:25:12.415Z Fresh nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
80542025-01-31T06:25:12.415Z Fresh db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros)
80552025-01-31T06:25:12.415Z Fresh omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
80562025-01-31T06:25:12.415Z Fresh dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client)
80572025-01-31T06:25:12.415Z Fresh sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types)
80582025-01-31T06:25:12.415Z Fresh nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common)
80592025-01-31T06:25:12.415Z Fresh installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common)
80602025-01-31T06:25:12.415Z Fresh omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils)
80612025-01-31T06:25:12.415Z Fresh oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)
80622025-01-31T06:25:12.415Z Fresh sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
80632025-01-31T06:25:12.415Z Fresh oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro)
80642025-01-31T06:25:12.415Z Fresh nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
80652025-01-31T06:25:12.415Z Fresh oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema)
80662025-01-31T06:25:12.415Z Fresh oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl)
80672025-01-31T06:25:12.415Z Fresh oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types)
80682025-01-31T06:25:12.415Z Fresh nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
80692025-01-31T06:25:12.415Z Fresh internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
80702025-01-31T06:25:12.415Z Fresh nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config)
80712025-01-31T06:25:12.415Z Fresh omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths)
80722025-01-31T06:25:12.416Z Fresh gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client)
80732025-01-31T06:25:12.416Z Fresh clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types)
80742025-01-31T06:25:12.416Z Fresh sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
80752025-01-31T06:25:12.419Z Fresh illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
80762025-01-31T06:25:12.419Z Fresh omicron-common v0.1.0 (/work/oxidecomputer/omicron/common)
80772025-01-31T06:25:12.419Z Fresh oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog)
80782025-01-31T06:25:12.419Z Fresh api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity)
80792025-01-31T06:25:12.419Z Fresh omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds)
80802025-01-31T06:25:12.419Z Fresh omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack)
80812025-01-31T06:25:12.419Z Finished `test` profile [unoptimized + debuginfo] target(s) in 5.39s
80822025-01-31T06:25:12.422Z Doc-tests api_identity
80832025-01-31T06:25:12.426Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name api_identity --test api_identity/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/api_identity -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-4278d551359dedf0.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80842025-01-31T06:25:12.802Z
80852025-01-31T06:25:12.802Zrunning 0 tests
80862025-01-31T06:25:12.802Z
80872025-01-31T06:25:12.804Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
80882025-01-31T06:25:12.804Z
80892025-01-31T06:25:12.813Z Doc-tests authz_macros
80902025-01-31T06:25:12.816Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name authz_macros --test nexus/authz-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/authz-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2a42682f4875394a.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
80912025-01-31T06:25:12.950Z
80922025-01-31T06:25:12.950Zrunning 7 tests
80932025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 113) ... ignored
80942025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 126) ... ignored
80952025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 31) ... ignored
80962025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 50) ... ignored
80972025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 63) ... ignored
80982025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 80) ... ignored
80992025-01-31T06:25:12.953Ztest nexus/authz-macros/src/lib.rs - authz_resource (line 98) ... ignored
81002025-01-31T06:25:12.953Z
81012025-01-31T06:25:12.953Ztest result: ok. 0 passed; 0 failed; 7 ignored; 0 measured; 0 filtered out; finished in 0.00s
81022025-01-31T06:25:12.953Z
81032025-01-31T06:25:12.960Z Doc-tests bootstore
81042025-01-31T06:25:12.965Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstore --test bootstore/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/bootstore -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6beec77675286bc9.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chacha20poly1305=/work/oxidecomputer/omicron/target/debug/deps/libchacha20poly1305-43b89e3eb154da46.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern vsss_rs=/work/oxidecomputer/omicron/target/debug/deps/libvsss_rs-835f44df966b6211.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
81052025-01-31T06:25:13.727Z
81062025-01-31T06:25:13.727Zrunning 0 tests
81072025-01-31T06:25:13.727Z
81082025-01-31T06:25:13.727Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81092025-01-31T06:25:13.727Z
81102025-01-31T06:25:13.756Z Doc-tests bootstrap_agent_api
81112025-01-31T06:25:13.756Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_api --test sled-agent/bootstrap-agent-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0037fcdf55c619e4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81122025-01-31T06:25:14.113Z
81132025-01-31T06:25:14.113Zrunning 2 tests
81142025-01-31T06:25:14.116Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::api_description (line 32) ... ignored
81152025-01-31T06:25:14.116Ztest sled-agent/bootstrap-agent-api/src/lib.rs - bootstrap_agent_api_mod::stub_api_description (line 38) ... ignored
81162025-01-31T06:25:14.116Z
81172025-01-31T06:25:14.116Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81182025-01-31T06:25:14.116Z
81192025-01-31T06:25:14.137Z Doc-tests bootstrap_agent_client
81202025-01-31T06:25:14.139Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name bootstrap_agent_client --test clients/bootstrap-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/bootstrap-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-804d15645f0dbfcd.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81212025-01-31T06:25:14.951Z
81222025-01-31T06:25:14.951Zrunning 0 tests
81232025-01-31T06:25:14.951Z
81242025-01-31T06:25:14.951Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81252025-01-31T06:25:14.951Z
81262025-01-31T06:25:14.985Z Doc-tests clickana
81272025-01-31T06:25:14.989Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickana --test dev-tools/clickana/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/clickana -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickana=/work/oxidecomputer/omicron/target/debug/deps/libclickana-7549c15c66901446.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81282025-01-31T06:25:15.351Z
81292025-01-31T06:25:15.351Zrunning 0 tests
81302025-01-31T06:25:15.351Z
81312025-01-31T06:25:15.351Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81322025-01-31T06:25:15.352Z
81332025-01-31T06:25:15.373Z Doc-tests clickhouse_admin_api
81342025-01-31T06:25:15.378Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_api --test clickhouse-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5e241b504c249d23.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81352025-01-31T06:25:15.602Z
81362025-01-31T06:25:15.602Zrunning 6 tests
81372025-01-31T06:25:15.607Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::api_description (line 36) ... ignored
81382025-01-31T06:25:15.607Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_keeper_api_mod::stub_api_description (line 42) ... ignored
81392025-01-31T06:25:15.607Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::api_description (line 105) ... ignored
81402025-01-31T06:25:15.607Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_server_api_mod::stub_api_description (line 111) ... ignored
81412025-01-31T06:25:15.607Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::api_description (line 161) ... ignored
81422025-01-31T06:25:15.608Ztest clickhouse-admin/api/src/lib.rs - clickhouse_admin_single_api_mod::stub_api_description (line 167) ... ignored
81432025-01-31T06:25:15.608Z
81442025-01-31T06:25:15.608Ztest result: ok. 0 passed; 0 failed; 6 ignored; 0 measured; 0 filtered out; finished in 0.00s
81452025-01-31T06:25:15.608Z
81462025-01-31T06:25:15.622Z Doc-tests clickhouse_admin_keeper_client
81472025-01-31T06:25:15.626Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_keeper_client --test clients/clickhouse-admin-keeper-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81482025-01-31T06:25:16.075Z
81492025-01-31T06:25:16.075Zrunning 0 tests
81502025-01-31T06:25:16.075Z
81512025-01-31T06:25:16.075Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81522025-01-31T06:25:16.075Z
81532025-01-31T06:25:16.100Z Doc-tests clickhouse_admin_server_client
81542025-01-31T06:25:16.104Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_server_client --test clients/clickhouse-admin-server-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-server-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81552025-01-31T06:25:16.523Z
81562025-01-31T06:25:16.523Zrunning 0 tests
81572025-01-31T06:25:16.524Z
81582025-01-31T06:25:16.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81592025-01-31T06:25:16.524Z
81602025-01-31T06:25:16.548Z Doc-tests clickhouse_admin_single_client
81612025-01-31T06:25:16.552Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_single_client --test clients/clickhouse-admin-single-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/clickhouse-admin-single-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81622025-01-31T06:25:16.751Z
81632025-01-31T06:25:16.751Zrunning 0 tests
81642025-01-31T06:25:16.751Z
81652025-01-31T06:25:16.751Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81662025-01-31T06:25:16.751Z
81672025-01-31T06:25:16.767Z Doc-tests clickhouse_admin_test_utils
81682025-01-31T06:25:16.769Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_test_utils --test clickhouse-admin/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-21ea866390417d2b.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81692025-01-31T06:25:16.970Z
81702025-01-31T06:25:16.970Zrunning 0 tests
81712025-01-31T06:25:16.970Z
81722025-01-31T06:25:16.970Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81732025-01-31T06:25:16.970Z
81742025-01-31T06:25:16.989Z Doc-tests clickhouse_admin_types
81752025-01-31T06:25:16.992Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name clickhouse_admin_types --test clickhouse-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81762025-01-31T06:25:17.455Z
81772025-01-31T06:25:17.455Zrunning 0 tests
81782025-01-31T06:25:17.455Z
81792025-01-31T06:25:17.455Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81802025-01-31T06:25:17.455Z
81812025-01-31T06:25:17.481Z Doc-tests cockroach_admin_api
81822025-01-31T06:25:17.484Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_api --test cockroach-admin/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-9152cb7c708ea179.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81832025-01-31T06:25:17.664Z
81842025-01-31T06:25:17.664Zrunning 2 tests
81852025-01-31T06:25:17.667Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::api_description (line 20) ... ignored
81862025-01-31T06:25:17.667Ztest cockroach-admin/api/src/lib.rs - cockroach_admin_api_mod::stub_api_description (line 26) ... ignored
81872025-01-31T06:25:17.667Z
81882025-01-31T06:25:17.667Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
81892025-01-31T06:25:17.667Z
81902025-01-31T06:25:17.679Z Doc-tests cockroach_admin_client
81912025-01-31T06:25:17.681Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_client --test clients/cockroach-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/cockroach-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81922025-01-31T06:25:17.924Z
81932025-01-31T06:25:17.924Zrunning 0 tests
81942025-01-31T06:25:17.924Z
81952025-01-31T06:25:17.924Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
81962025-01-31T06:25:17.924Z
81972025-01-31T06:25:17.941Z Doc-tests cockroach_admin_types
81982025-01-31T06:25:17.943Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name cockroach_admin_types --test cockroach-admin/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
81992025-01-31T06:25:18.070Z
82002025-01-31T06:25:18.070Zrunning 0 tests
82012025-01-31T06:25:18.070Z
82022025-01-31T06:25:18.070Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82032025-01-31T06:25:18.070Z
82042025-01-31T06:25:18.080Z Doc-tests db_macros
82052025-01-31T06:25:18.082Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name db_macros --test nexus/db-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a4a2ea1f924abd84.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern nexus_macros_common=/work/oxidecomputer/omicron/target/debug/deps/libnexus_macros_common-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_tokenstream=/work/oxidecomputer/omicron/target/debug/deps/libserde_tokenstream-7932b5eef9c8351c.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82062025-01-31T06:25:18.317Z
82072025-01-31T06:25:18.317Zrunning 3 tests
82082025-01-31T06:25:18.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 31) ... ignored
82092025-01-31T06:25:18.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 51) ... ignored
82102025-01-31T06:25:18.320Ztest nexus/db-macros/src/lib.rs - lookup_resource (line 76) ... ignored
82112025-01-31T06:25:18.320Z
82122025-01-31T06:25:18.320Ztest result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s
82132025-01-31T06:25:18.320Z
82142025-01-31T06:25:18.330Z Doc-tests dns_server
82152025-01-31T06:25:18.333Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server --test dns-server/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hickory_client=/work/oxidecomputer/omicron/target/debug/deps/libhickory_client-552d2b4f335a3e2e.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern hickory_server=/work/oxidecomputer/omicron/target/debug/deps/libhickory_server-a122e83caaee3a4b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pretty_hex=/work/oxidecomputer/omicron/target/debug/deps/libpretty_hex-1c41268e67b43604.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82162025-01-31T06:25:18.675Z
82172025-01-31T06:25:18.675Zrunning 0 tests
82182025-01-31T06:25:18.675Z
82192025-01-31T06:25:18.675Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82202025-01-31T06:25:18.675Z
82212025-01-31T06:25:18.697Z Doc-tests dns_server_api
82222025-01-31T06:25:18.700Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_server_api --test dns-server-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dns-server-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82232025-01-31T06:25:18.907Z
82242025-01-31T06:25:18.907Zrunning 2 tests
82252025-01-31T06:25:18.910Ztest dns-server-api/src/lib.rs - dns_server_api_mod::api_description (line 104) ... ignored
82262025-01-31T06:25:18.910Ztest dns-server-api/src/lib.rs - dns_server_api_mod::stub_api_description (line 110) ... ignored
82272025-01-31T06:25:18.910Z
82282025-01-31T06:25:18.910Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82292025-01-31T06:25:18.910Z
82302025-01-31T06:25:18.924Z Doc-tests dns_service_client
82312025-01-31T06:25:18.926Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dns_service_client --test clients/dns-service-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dns-service-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82322025-01-31T06:25:19.198Z
82332025-01-31T06:25:19.198Zrunning 0 tests
82342025-01-31T06:25:19.198Z
82352025-01-31T06:25:19.198Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82362025-01-31T06:25:19.198Z
82372025-01-31T06:25:19.220Z Doc-tests dpd_client
82382025-01-31T06:25:19.223Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name dpd_client --test clients/dpd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/dpd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82392025-01-31T06:25:20.226Z
82402025-01-31T06:25:20.226Zrunning 0 tests
82412025-01-31T06:25:20.226Z
82422025-01-31T06:25:20.226Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82432025-01-31T06:25:20.226Z
82442025-01-31T06:25:20.262Z Doc-tests end_to_end_tests
82452025-01-31T06:25:20.266Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name end_to_end_tests --test end-to-end-tests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/end-to-end-tests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5a89573be83a4361.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern colored=/work/oxidecomputer/omicron/target/debug/deps/libcolored-f186e0800fc7af5d.rlib --extern dhcproto=/work/oxidecomputer/omicron/target/debug/deps/libdhcproto-b26b8dc76ec36768.rlib --extern end_to_end_tests=/work/oxidecomputer/omicron/target/debug/deps/libend_to_end_tests-6cc3159fb0548d8f.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern internet_checksum=/work/oxidecomputer/omicron/target/debug/deps/libinternet_checksum-5b3aa781fd735fae.rlib --extern ispf=/work/oxidecomputer/omicron/target/debug/deps/libispf-2b61adaff3d741dd.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern russh=/work/oxidecomputer/omicron/target/debug/deps/librussh-8b16b8e92eae7c0c.rlib --extern russh_keys=/work/oxidecomputer/omicron/target/debug/deps/librussh_keys-1096855d486e709f.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern socket2=/work/oxidecomputer/omicron/target/debug/deps/libsocket2-3708a886d7c8b7f1.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82462025-01-31T06:25:20.699Z
82472025-01-31T06:25:20.699Zrunning 0 tests
82482025-01-31T06:25:20.699Z
82492025-01-31T06:25:20.699Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82502025-01-31T06:25:20.700Z
82512025-01-31T06:25:20.725Z Doc-tests gateway_api
82522025-01-31T06:25:20.728Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_api --test gateway-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6b4e4344d3200318.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82532025-01-31T06:25:21.053Z
82542025-01-31T06:25:21.054Zrunning 2 tests
82552025-01-31T06:25:21.058Ztest gateway-api/src/lib.rs - gateway_api_mod::api_description (line 47) ... ignored
82562025-01-31T06:25:21.058Ztest gateway-api/src/lib.rs - gateway_api_mod::stub_api_description (line 53) ... ignored
82572025-01-31T06:25:21.058Z
82582025-01-31T06:25:21.058Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
82592025-01-31T06:25:21.058Z
82602025-01-31T06:25:21.076Z Doc-tests gateway_client
82612025-01-31T06:25:21.080Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_client --test clients/gateway-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/gateway-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82622025-01-31T06:25:21.936Z
82632025-01-31T06:25:21.936Zrunning 0 tests
82642025-01-31T06:25:21.936Z
82652025-01-31T06:25:21.936Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82662025-01-31T06:25:21.936Z
82672025-01-31T06:25:21.966Z Doc-tests gateway_test_utils
82682025-01-31T06:25:21.970Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_test_utils --test gateway-test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82692025-01-31T06:25:22.619Z
82702025-01-31T06:25:22.619Zrunning 0 tests
82712025-01-31T06:25:22.619Z
82722025-01-31T06:25:22.619Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82732025-01-31T06:25:22.619Z
82742025-01-31T06:25:22.649Z Doc-tests gateway_types
82752025-01-31T06:25:22.654Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name gateway_types --test gateway-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82762025-01-31T06:25:23.157Z
82772025-01-31T06:25:23.157Zrunning 0 tests
82782025-01-31T06:25:23.157Z
82792025-01-31T06:25:23.157Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82802025-01-31T06:25:23.157Z
82812025-01-31T06:25:23.186Z Doc-tests illumos_utils
82822025-01-31T06:25:23.189Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name illumos_utils --test illumos-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/illumos-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bhyve_api=/work/oxidecomputer/omicron/target/debug/deps/libbhyve_api-24501828b52fe7fd.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern crucible_smf=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_smf-ded7c67b8efda86c.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mockall=/work/oxidecomputer/omicron/target/debug/deps/libmockall-063fe76ec2081fc3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oxide_vpc=/work/oxidecomputer/omicron/target/debug/deps/liboxide_vpc-e676450898fa8d2f.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-99fa330b600d3f6f.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern whoami=/work/oxidecomputer/omicron/target/debug/deps/libwhoami-edd635b246dc3310.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -C embed-bitcode=no --cfg 'feature="mockall"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("mockall", "testing"))' --check-cfg 'cfg(svcadm_autoclear)' --document-private-items -D warnings --error-format human`
82832025-01-31T06:25:24.435Z
82842025-01-31T06:25:24.435Zrunning 0 tests
82852025-01-31T06:25:24.435Z
82862025-01-31T06:25:24.435Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82872025-01-31T06:25:24.435Z
82882025-01-31T06:25:24.483Z Doc-tests installinator
82892025-01-31T06:25:24.486Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator --test installinator/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern partial_io=/work/oxidecomputer/omicron/target/debug/deps/libpartial_io-c36234a35f26d38b.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-standard"))' --document-private-items -D warnings --error-format human`
82902025-01-31T06:25:25.196Z
82912025-01-31T06:25:25.196Zrunning 0 tests
82922025-01-31T06:25:25.196Z
82932025-01-31T06:25:25.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
82942025-01-31T06:25:25.196Z
82952025-01-31T06:25:25.226Z Doc-tests installinator_api
82962025-01-31T06:25:25.229Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_api --test installinator-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
82972025-01-31T06:25:25.489Z
82982025-01-31T06:25:25.489Zrunning 2 tests
82992025-01-31T06:25:25.492Ztest installinator-api/src/lib.rs - installinator_api_mod::api_description (line 41) ... ignored
83002025-01-31T06:25:25.492Ztest installinator-api/src/lib.rs - installinator_api_mod::stub_api_description (line 47) ... ignored
83012025-01-31T06:25:25.492Z
83022025-01-31T06:25:25.492Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
83032025-01-31T06:25:25.492Z
83042025-01-31T06:25:25.511Z Doc-tests installinator_client
83052025-01-31T06:25:25.514Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_client --test clients/installinator-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/installinator-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83062025-01-31T06:25:26.274Z
83072025-01-31T06:25:26.274Zrunning 0 tests
83082025-01-31T06:25:26.274Z
83092025-01-31T06:25:26.274Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83102025-01-31T06:25:26.274Z
83112025-01-31T06:25:26.306Z Doc-tests installinator_common
83122025-01-31T06:25:26.309Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name installinator_common --test installinator-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/installinator-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83132025-01-31T06:25:26.647Z
83142025-01-31T06:25:26.647Zrunning 0 tests
83152025-01-31T06:25:26.647Z
83162025-01-31T06:25:26.647Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83172025-01-31T06:25:26.647Z
83182025-01-31T06:25:26.672Z Doc-tests internal_dns_resolver
83192025-01-31T06:25:26.675Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_resolver --test internal-dns/resolver/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/resolver -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled=/work/oxidecomputer/omicron/target/debug/deps/libsled-6da45c3a09d9f5a4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83202025-01-31T06:25:26.910Z
83212025-01-31T06:25:26.910Zrunning 0 tests
83222025-01-31T06:25:26.910Z
83232025-01-31T06:25:26.910Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83242025-01-31T06:25:26.910Z
83252025-01-31T06:25:26.930Z Doc-tests internal_dns_types
83262025-01-31T06:25:26.934Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name internal_dns_types --test internal-dns/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/internal-dns/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83272025-01-31T06:25:27.209Z
83282025-01-31T06:25:27.209Zrunning 0 tests
83292025-01-31T06:25:27.209Z
83302025-01-31T06:25:27.209Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83312025-01-31T06:25:27.209Z
83322025-01-31T06:25:27.230Z Doc-tests ipcc
83332025-01-31T06:25:27.233Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name ipcc --test ipcc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/ipcc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a348374d3d785aec.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern libipcc=/work/oxidecomputer/omicron/target/debug/deps/liblibipcc-bc199e2fa413580f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83342025-01-31T06:25:27.453Z
83352025-01-31T06:25:27.453Zrunning 0 tests
83362025-01-31T06:25:27.453Z
83372025-01-31T06:25:27.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83382025-01-31T06:25:27.453Z
83392025-01-31T06:25:27.472Z Doc-tests key_manager
83402025-01-31T06:25:27.475Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name key_manager --test key-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/key-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5f4f76c4c9bff107.so --extern hkdf=/work/oxidecomputer/omicron/target/debug/deps/libhkdf-ef66874295310565.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern secrecy=/work/oxidecomputer/omicron/target/debug/deps/libsecrecy-97824bc722567bb8.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83412025-01-31T06:25:27.698Z
83422025-01-31T06:25:27.698Zrunning 0 tests
83432025-01-31T06:25:27.698Z
83442025-01-31T06:25:27.698Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83452025-01-31T06:25:27.698Z
83462025-01-31T06:25:27.717Z Doc-tests live_tests_macros
83472025-01-31T06:25:27.720Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name live_tests_macros --test live-tests/macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/live-tests/macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c4184f7a91907ed0.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83482025-01-31T06:25:27.789Z
83492025-01-31T06:25:27.790Zrunning 1 test
83502025-01-31T06:25:27.792Ztest live-tests/macros/src/lib.rs - live_test (line 24) ... ignored
83512025-01-31T06:25:27.792Z
83522025-01-31T06:25:27.792Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
83532025-01-31T06:25:27.793Z
83542025-01-31T06:25:27.797Z Doc-tests nexus_auth
83552025-01-31T06:25:27.799Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_auth --test nexus/auth/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/auth -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern authz_macros=/work/oxidecomputer/omicron/target/debug/deps/libauthz_macros-2a42682f4875394a.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83562025-01-31T06:25:28.983Z
83572025-01-31T06:25:28.983Zrunning 0 tests
83582025-01-31T06:25:28.983Z
83592025-01-31T06:25:28.983Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83602025-01-31T06:25:28.983Z
83612025-01-31T06:25:29.020Z Doc-tests nexus_client
83622025-01-31T06:25:29.023Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_client --test clients/nexus-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/nexus-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83632025-01-31T06:25:30.873Z
83642025-01-31T06:25:30.873Zrunning 0 tests
83652025-01-31T06:25:30.873Z
83662025-01-31T06:25:30.873Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83672025-01-31T06:25:30.873Z
83682025-01-31T06:25:30.922Z Doc-tests nexus_config
83692025-01-31T06:25:30.922Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_config --test nexus-config/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-config -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
83702025-01-31T06:25:31.415Z
83712025-01-31T06:25:31.415Zrunning 0 tests
83722025-01-31T06:25:31.415Z
83732025-01-31T06:25:31.415Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83742025-01-31T06:25:31.415Z
83752025-01-31T06:25:31.441Z Doc-tests nexus_db_fixed_data
83762025-01-31T06:25:31.444Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_fixed_data --test nexus/db-fixed-data/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-fixed-data -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-2f28e153897e8d24.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83772025-01-31T06:25:31.966Z
83782025-01-31T06:25:31.966Zrunning 0 tests
83792025-01-31T06:25:31.966Z
83802025-01-31T06:25:31.966Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
83812025-01-31T06:25:31.966Z
83822025-01-31T06:25:31.992Z Doc-tests nexus_db_model
83832025-01-31T06:25:31.995Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_model --test nexus/db-model/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-model -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
83842025-01-31T06:25:39.825Z
83852025-01-31T06:25:39.825Zrunning 2 tests
83862025-01-31T06:25:42.596Ztest nexus/db-model/src/collection.rs - collection::DatastoreCollectionConfig (line 14) ... ok
83872025-01-31T06:25:42.598Ztest nexus/db-model/src/collection.rs - collection::DatastoreAttachTargetConfig (line 83) ... ok
83882025-01-31T06:25:42.598Z
83892025-01-31T06:25:42.598Ztest result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.77s
83902025-01-31T06:25:42.598Z
83912025-01-31T06:25:42.806Z Doc-tests nexus_db_queries
83922025-01-31T06:25:42.810Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_db_queries --test nexus/db-queries/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/db-queries -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern db_macros=/work/oxidecomputer/omicron/target/debug/deps/libdb_macros-a4a2ea1f924abd84.so --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern diesel_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libdiesel_dtrace-ace0c43601e781c7.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_fixed_data=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_fixed_data-2f28e153897e8d24.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oso=/work/oxidecomputer/omicron/target/debug/deps/liboso-e83ddc064b9f739a.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="omicron-test-utils"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --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`
83932025-01-31T06:25:44.983Z
83942025-01-31T06:25:44.983Zrunning 1 test
83952025-01-31T06:25:48.092Ztest nexus/db-queries/src/db/pagination.rs - db::pagination::Paginator (line 222) ... ok
83962025-01-31T06:25:48.092Z
83972025-01-31T06:25:48.094Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.11s
83982025-01-31T06:25:48.094Z
83992025-01-31T06:25:48.166Z Doc-tests nexus_defaults
84002025-01-31T06:25:48.169Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_defaults --test nexus/defaults/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/defaults -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6706430bd93b8bc6.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84012025-01-31T06:25:48.371Z
84022025-01-31T06:25:48.371Zrunning 0 tests
84032025-01-31T06:25:48.371Z
84042025-01-31T06:25:48.371Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84052025-01-31T06:25:48.371Z
84062025-01-31T06:25:48.389Z Doc-tests nexus_external_api
84072025-01-31T06:25:48.392Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_external_api --test nexus/external-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/external-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84082025-01-31T06:25:48.912Z
84092025-01-31T06:25:48.912Zrunning 2 tests
84102025-01-31T06:25:48.915Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::api_description (line 81) ... ignored
84112025-01-31T06:25:48.915Ztest nexus/external-api/src/lib.rs - nexus_external_api_mod::stub_api_description (line 87) ... ignored
84122025-01-31T06:25:48.915Z
84132025-01-31T06:25:48.915Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84142025-01-31T06:25:48.915Z
84152025-01-31T06:25:48.943Z Doc-tests nexus_internal_api
84162025-01-31T06:25:48.946Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_internal_api --test nexus/internal-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/internal-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6b4e4344d3200318.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84172025-01-31T06:25:49.344Z
84182025-01-31T06:25:49.344Zrunning 2 tests
84192025-01-31T06:25:49.347Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::api_description (line 57) ... ignored
84202025-01-31T06:25:49.347Ztest nexus/internal-api/src/lib.rs - nexus_internal_api_mod::stub_api_description (line 63) ... ignored
84212025-01-31T06:25:49.347Z
84222025-01-31T06:25:49.347Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
84232025-01-31T06:25:49.347Z
84242025-01-31T06:25:49.373Z Doc-tests nexus_inventory
84252025-01-31T06:25:49.375Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_inventory --test nexus/inventory/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/inventory -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84262025-01-31T06:25:49.739Z
84272025-01-31T06:25:49.739Zrunning 0 tests
84282025-01-31T06:25:49.739Z
84292025-01-31T06:25:49.739Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84302025-01-31T06:25:49.739Z
84312025-01-31T06:25:49.765Z Doc-tests nexus_macros_common
84322025-01-31T06:25:49.768Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_macros_common --test nexus/macros-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/macros-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-bbb1fb6f1f091484.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84332025-01-31T06:25:49.839Z
84342025-01-31T06:25:49.839Zrunning 0 tests
84352025-01-31T06:25:49.839Z
84362025-01-31T06:25:49.839Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84372025-01-31T06:25:49.840Z
84382025-01-31T06:25:49.845Z Doc-tests nexus_metrics_producer_gc
84392025-01-31T06:25:49.848Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_metrics_producer_gc --test nexus/metrics-producer-gc/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/metrics-producer-gc -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-8790b6b56c2b0630.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84402025-01-31T06:25:50.257Z
84412025-01-31T06:25:50.257Zrunning 0 tests
84422025-01-31T06:25:50.257Z
84432025-01-31T06:25:50.257Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84442025-01-31T06:25:50.257Z
84452025-01-31T06:25:50.289Z Doc-tests nexus_networking
84462025-01-31T06:25:50.292Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_networking --test nexus/networking/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/networking -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-1d8f95ba60b42aa6.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84472025-01-31T06:25:50.723Z
84482025-01-31T06:25:50.723Zrunning 0 tests
84492025-01-31T06:25:50.723Z
84502025-01-31T06:25:50.723Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84512025-01-31T06:25:50.723Z
84522025-01-31T06:25:50.755Z Doc-tests nexus_reconfigurator_blippy
84532025-01-31T06:25:50.758Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_blippy --test nexus/reconfigurator/blippy/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/blippy -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84542025-01-31T06:25:51.064Z
84552025-01-31T06:25:51.064Zrunning 0 tests
84562025-01-31T06:25:51.064Z
84572025-01-31T06:25:51.064Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84582025-01-31T06:25:51.064Z
84592025-01-31T06:25:51.090Z Doc-tests nexus_reconfigurator_execution
84602025-01-31T06:25:51.094Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_execution --test nexus/reconfigurator/execution/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/execution -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84612025-01-31T06:25:51.556Z
84622025-01-31T06:25:51.556Zrunning 0 tests
84632025-01-31T06:25:51.556Z
84642025-01-31T06:25:51.556Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84652025-01-31T06:25:51.556Z
84662025-01-31T06:25:51.589Z Doc-tests nexus_reconfigurator_planning
84672025-01-31T06:25:51.591Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_planning --test nexus/reconfigurator/planning/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/planning -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern ipnet=/work/oxidecomputer/omicron/target/debug/deps/libipnet-d24a24ef2c0c0069.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84682025-01-31T06:25:52.051Z
84692025-01-31T06:25:52.051Zrunning 0 tests
84702025-01-31T06:25:52.051Z
84712025-01-31T06:25:52.051Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84722025-01-31T06:25:52.051Z
84732025-01-31T06:25:52.082Z Doc-tests nexus_reconfigurator_preparation
84742025-01-31T06:25:52.084Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_preparation --test nexus/reconfigurator/preparation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/preparation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84752025-01-31T06:25:52.471Z
84762025-01-31T06:25:52.471Zrunning 0 tests
84772025-01-31T06:25:52.471Z
84782025-01-31T06:25:52.471Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84792025-01-31T06:25:52.471Z
84802025-01-31T06:25:52.502Z Doc-tests nexus_reconfigurator_rendezvous
84812025-01-31T06:25:52.505Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_rendezvous --test nexus/reconfigurator/rendezvous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/rendezvous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84822025-01-31T06:25:52.896Z
84832025-01-31T06:25:52.896Zrunning 0 tests
84842025-01-31T06:25:52.896Z
84852025-01-31T06:25:52.896Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84862025-01-31T06:25:52.896Z
84872025-01-31T06:25:52.927Z Doc-tests nexus_reconfigurator_simulation
84882025-01-31T06:25:52.929Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_reconfigurator_simulation --test nexus/reconfigurator/simulation/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/reconfigurator/simulation -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_simulation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_simulation-b33263bc47e75539.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern petname=/work/oxidecomputer/omicron/target/debug/deps/libpetname-e32ed72d91ab116f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern sync_ptr=/work/oxidecomputer/omicron/target/debug/deps/libsync_ptr-6bbb205898c1d0da.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
84892025-01-31T06:25:53.278Z
84902025-01-31T06:25:53.278Zrunning 0 tests
84912025-01-31T06:25:53.278Z
84922025-01-31T06:25:53.278Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
84932025-01-31T06:25:53.278Z
84942025-01-31T06:25:53.304Z Doc-tests nexus_saga_recovery
84952025-01-31T06:25:53.306Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_saga_recovery --test nexus/saga-recovery/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/saga-recovery -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
84962025-01-31T06:25:53.655Z
84972025-01-31T06:25:53.655Zrunning 0 tests
84982025-01-31T06:25:53.655Z
84992025-01-31T06:25:53.655Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85002025-01-31T06:25:53.655Z
85012025-01-31T06:25:53.682Z Doc-tests nexus_sled_agent_shared
85022025-01-31T06:25:53.685Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_sled_agent_shared --test nexus-sled-agent-shared/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus-sled-agent-shared -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85032025-01-31T06:25:54.043Z
85042025-01-31T06:25:54.043Zrunning 0 tests
85052025-01-31T06:25:54.043Z
85062025-01-31T06:25:54.043Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85072025-01-31T06:25:54.043Z
85082025-01-31T06:25:54.068Z Doc-tests nexus_test_interface
85092025-01-31T06:25:54.071Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_interface --test nexus/test-interface/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-interface -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5f4f76c4c9bff107.so --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85102025-01-31T06:25:54.365Z
85112025-01-31T06:25:54.365Zrunning 0 tests
85122025-01-31T06:25:54.365Z
85132025-01-31T06:25:54.365Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85142025-01-31T06:25:54.365Z
85152025-01-31T06:25:54.391Z Doc-tests nexus_test_utils
85162025-01-31T06:25:54.394Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_test_utils --test nexus/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="omicron-dev"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("omicron-dev"))' --document-private-items -D warnings --error-format human`
85172025-01-31T06:25:55.311Z
85182025-01-31T06:25:55.311Zrunning 0 tests
85192025-01-31T06:25:55.311Z
85202025-01-31T06:25:55.311Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85212025-01-31T06:25:55.311Z
85222025-01-31T06:25:55.348Z Doc-tests nexus_test_utils_macros
85232025-01-31T06:25:55.352Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name nexus_test_utils_macros --test nexus/test-utils-macros/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/test-utils-macros -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-301cc6e146637edb.so --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85242025-01-31T06:25:55.429Z
85252025-01-31T06:25:55.429Zrunning 1 test
85262025-01-31T06:25:55.432Ztest nexus/test-utils-macros/src/lib.rs - nexus_test (line 52) ... ignored
85272025-01-31T06:25:55.432Z
85282025-01-31T06:25:55.432Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85292025-01-31T06:25:55.432Z
85302025-01-31T06:25:55.436Z Doc-tests nexus_types
85312025-01-31T06:25:55.439Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name nexus_types --test nexus/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85322025-01-31T06:25:58.119Z
85332025-01-31T06:25:58.119Zrunning 0 tests
85342025-01-31T06:25:58.119Z
85352025-01-31T06:25:58.119Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85362025-01-31T06:25:58.119Z
85372025-01-31T06:25:58.194Z Doc-tests omicron_certificates
85382025-01-31T06:25:58.196Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_certificates --test certificates/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/certificates -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6f15412de59adf04.rlib --extern foreign_types=/work/oxidecomputer/omicron/target/debug/deps/libforeign_types-e1f04594735cf4fe.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern openssl_sys=/work/oxidecomputer/omicron/target/debug/deps/libopenssl_sys-d2429d55d41e5fdc.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85392025-01-31T06:25:58.456Z
85402025-01-31T06:25:58.456Zrunning 0 tests
85412025-01-31T06:25:58.457Z
85422025-01-31T06:25:58.457Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85432025-01-31T06:25:58.457Z
85442025-01-31T06:25:58.477Z Doc-tests omicron_clickhouse_admin
85452025-01-31T06:25:58.480Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_clickhouse_admin --test clickhouse-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clickhouse-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern clickhouse_admin_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_test_utils-5162289ef0b2e7ff.rlib --extern clickhouse_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_types-27dbd674a6c32a49.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_clickhouse_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_clickhouse_admin-15f20e364ade0119.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85462025-01-31T06:25:58.854Z
85472025-01-31T06:25:58.854Zrunning 0 tests
85482025-01-31T06:25:58.854Z
85492025-01-31T06:25:58.854Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85502025-01-31T06:25:58.854Z
85512025-01-31T06:25:58.883Z Doc-tests omicron_cockroach_admin
85522025-01-31T06:25:58.885Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_cockroach_admin --test cockroach-admin/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/cockroach-admin -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern cockroach_admin_types=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_types-d260e9530a41c311.rlib --extern csv=/work/oxidecomputer/omicron/target/debug/deps/libcsv-a282315da6532c01.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern omicron_cockroach_admin=/work/oxidecomputer/omicron/target/debug/deps/libomicron_cockroach_admin-0ea82d0d4891d514.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
85532025-01-31T06:25:59.162Z
85542025-01-31T06:25:59.162Zrunning 0 tests
85552025-01-31T06:25:59.162Z
85562025-01-31T06:25:59.162Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85572025-01-31T06:25:59.162Z
85582025-01-31T06:25:59.184Z Doc-tests omicron_common
85592025-01-31T06:25:59.186Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_common --test common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern api_identity=/work/oxidecomputer/omicron/target/debug/deps/libapi_identity-4278d551359dedf0.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern backoff=/work/oxidecomputer/omicron/target/debug/deps/libbackoff-e36a1dc23ca9124e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern test_strategy=/work/oxidecomputer/omicron/target/debug/deps/libtest_strategy-e2c12731975477af.so --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="proptest"' --cfg 'feature="test-strategy"' --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("proptest", "test-strategy", "testing"))' --document-private-items -D warnings --error-format human`
85602025-01-31T06:26:00.893Z
85612025-01-31T06:26:00.893Zrunning 2 tests
85622025-01-31T06:26:00.896Ztest common/src/lib.rs - FileKv (line 40) ... ignored
85632025-01-31T06:26:05.614Ztest common/src/api/external/error.rs - api::external::error::InternalContext (line 620) ... ok
85642025-01-31T06:26:05.614Z
85652025-01-31T06:26:05.617Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.72s
85662025-01-31T06:26:05.617Z
85672025-01-31T06:26:05.666Z Doc-tests omicron_ddm_admin_client
85682025-01-31T06:26:05.668Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ddm_admin_client --test clients/ddm-admin-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/ddm-admin-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-ab1f1c1b28a8ad91.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85692025-01-31T06:26:05.925Z
85702025-01-31T06:26:05.925Zrunning 0 tests
85712025-01-31T06:26:05.925Z
85722025-01-31T06:26:05.925Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85732025-01-31T06:26:05.925Z
85742025-01-31T06:26:05.948Z Doc-tests omicron_dev_lib
85752025-01-31T06:26:05.950Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_dev_lib --test dev-tools/omicron-dev-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/omicron-dev-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-98124fae94d5c163.rlib --extern omicron_dev_lib=/work/oxidecomputer/omicron/target/debug/deps/libomicron_dev_lib-b434198da746aa48.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85762025-01-31T06:26:06.159Z
85772025-01-31T06:26:06.159Zrunning 0 tests
85782025-01-31T06:26:06.160Z
85792025-01-31T06:26:06.160Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85802025-01-31T06:26:06.160Z
85812025-01-31T06:26:06.179Z Doc-tests omicron_gateway
85822025-01-31T06:26:06.182Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_gateway --test gateway/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/gateway -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_sp_comms=/work/oxidecomputer/omicron/target/debug/deps/libgateway_sp_comms-81ad566444918143.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern ipcc=/work/oxidecomputer/omicron/target/debug/deps/libipcc-5f82aedeccdca5ae.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_gateway=/work/oxidecomputer/omicron/target/debug/deps/libomicron_gateway-8393c3836a1c0802.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern signal_hook=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook-c0f16c274fb122ff.rlib --extern signal_hook_tokio=/work/oxidecomputer/omicron/target/debug/deps/libsignal_hook_tokio-53763d61a8806621.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_tungstenite=/work/oxidecomputer/omicron/target/debug/deps/libtokio_tungstenite-da406722965b6ad4.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85832025-01-31T06:26:06.830Z
85842025-01-31T06:26:06.830Zrunning 0 tests
85852025-01-31T06:26:06.830Z
85862025-01-31T06:26:06.830Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
85872025-01-31T06:26:06.830Z
85882025-01-31T06:26:06.863Z Doc-tests omicron_ls_apis
85892025-01-31T06:26:06.866Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_ls_apis --test dev-tools/ls-apis/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/ls-apis -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern newtype_derive=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_derive-907911c314303ae7.rlib --extern omicron_ls_apis=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ls_apis-a52e14fd8f91eca3.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
85902025-01-31T06:26:07.053Z
85912025-01-31T06:26:07.053Zrunning 1 test
85922025-01-31T06:26:07.055Ztest dev-tools/ls-apis/src/cargo.rs - cargo::Workspace::walk_required_deps_recursively (line 240) ... ignored
85932025-01-31T06:26:07.056Z
85942025-01-31T06:26:07.056Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
85952025-01-31T06:26:07.056Z
85962025-01-31T06:26:07.066Z Doc-tests omicron_nexus
85972025-01-31T06:26:07.075Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_nexus --test nexus/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/nexus -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_bb8_diesel=/work/oxidecomputer/omicron/target/debug/deps/libasync_bb8_diesel-8790b6b56c2b0630.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_keeper_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_keeper_client-9cf0c5bee0fe8832.rlib --extern clickhouse_admin_server_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_server_client-975fec16de02b90c.rlib --extern clickhouse_admin_single_client=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_single_client-f7b2a7988456d95e.rlib --extern cockroach_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_client-95765e84c3ef6f73.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern crucible_common=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_common-87a3cf4d04968aae.rlib --extern crucible_pantry_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_pantry_client-e68117fd5c5fa80a.rlib --extern diesel=/work/oxidecomputer/omicron/target/debug/deps/libdiesel-a70a2b9bf7872994.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern fatfs=/work/oxidecomputer/omicron/target/debug/deps/libfatfs-95d33895ff403aee.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern httptest=/work/oxidecomputer/omicron/target/debug/deps/libhttptest-98baf70c400d6d14.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-f03525fdb75e43e0.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern lldpd_client=/work/oxidecomputer/omicron/target/debug/deps/liblldpd_client-60e49720045d4ca1.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_auth=/work/oxidecomputer/omicron/target/debug/deps/libnexus_auth-5aab94c6b7c3d43f.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_db_model=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_model-ef3170ce2df43b61.rlib --extern nexus_db_queries=/work/oxidecomputer/omicron/target/debug/deps/libnexus_db_queries-426f69d84168a061.rlib --extern nexus_defaults=/work/oxidecomputer/omicron/target/debug/deps/libnexus_defaults-ba1a4f7c40a9e0a5.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern nexus_inventory=/work/oxidecomputer/omicron/target/debug/deps/libnexus_inventory-85ee58e7de1cdbd3.rlib --extern nexus_metrics_producer_gc=/work/oxidecomputer/omicron/target/debug/deps/libnexus_metrics_producer_gc-0b13d552b4a36ad7.rlib --extern nexus_networking=/work/oxidecomputer/omicron/target/debug/deps/libnexus_networking-53f3fbb6e7f8f879.rlib --extern nexus_reconfigurator_execution=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_execution-b10709747122d818.rlib --extern nexus_reconfigurator_planning=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_planning-a0c009fbc2e23672.rlib --extern nexus_reconfigurator_preparation=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_preparation-ecffb541abf08ab8.rlib --extern nexus_reconfigurator_rendezvous=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_rendezvous-36298261c2957001.rlib --extern nexus_saga_recovery=/work/oxidecomputer/omicron/target/debug/deps/libnexus_saga_recovery-6dacb81fe9d51122.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_test_interface=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_interface-2983d0b4e3cc5552.rlib --extern nexus_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils-4c3a3a1be9aaba93.rlib --extern nexus_test_utils_macros=/work/oxidecomputer/omicron/target/debug/deps/libnexus_test_utils_macros-301cc6e146637edb.so --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_nexus=/work/oxidecomputer/omicron/target/debug/deps/libomicron_nexus-10d210558f6946c7.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern openssl=/work/oxidecomputer/omicron/target/debug/deps/libopenssl-9581ef54bf0bb0e8.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern pq_sys=/work/oxidecomputer/omicron/target/debug/deps/libpq_sys-547349ec06854b85.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern ref_cast=/work/oxidecomputer/omicron/target/debug/deps/libref_cast-6451e3b124762787.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern rustls_pemfile=/work/oxidecomputer/omicron/target/debug/deps/librustls_pemfile-399a8c6a3d049ca9.rlib --extern samael=/work/oxidecomputer/omicron/target/debug/deps/libsamael-37514bf05d0090cb.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_urlencoded=/work/oxidecomputer/omicron/target/debug/deps/libserde_urlencoded-a3b00209587225de.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar_asserts=/work/oxidecomputer/omicron/target/debug/deps/libsimilar_asserts-d7b5a9b528bea2ea.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern steno=/work/oxidecomputer/omicron/target/debug/deps/libsteno-e8db2a7d47af1b29.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern term=/work/oxidecomputer/omicron/target/debug/deps/libterm-fab8dacee8d89414.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' -C link-arg=-Wl,-R/opt/ooce/pgsql-13/lib/amd64 --document-private-items -D warnings --error-format human`
85982025-01-31T06:26:09.499Z
85992025-01-31T06:26:09.499Zrunning 5 tests
86002025-01-31T06:26:09.502Ztest nexus/src/app/sagas/mod.rs - app::sagas::declare_saga_actions (line 237) ... ignored
86012025-01-31T06:26:13.856Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 845) ... ok
86022025-01-31T06:26:13.859Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 823) ... ok
86032025-01-31T06:26:13.862Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 887) ... ok
86042025-01-31T06:26:13.864Ztest nexus/src/app/mod.rs - app::Nexus::unimplemented_todo (line 917) ... ok
86052025-01-31T06:26:13.864Z
86062025-01-31T06:26:13.864Ztest result: ok. 4 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 4.36s
86072025-01-31T06:26:13.864Z
86082025-01-31T06:26:13.944Z Doc-tests omicron_package
86092025-01-31T06:26:13.946Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_package --test package/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/package -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cargo_metadata=/work/oxidecomputer/omicron/target/debug/deps/libcargo_metadata-416b7d29eda50df3.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern omicron_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_package-b325fdadd5e3264e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern omicron_zone_package=/work/oxidecomputer/omicron/target/debug/deps/libomicron_zone_package-2b3e3a54c3a2f404.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern rayon=/work/oxidecomputer/omicron/target/debug/deps/librayon-1ce2069512a8f1cb.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_bunyan=/work/oxidecomputer/omicron/target/debug/deps/libslog_bunyan-4aab30aae94af806.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86102025-01-31T06:26:14.193Z
86112025-01-31T06:26:14.193Zrunning 0 tests
86122025-01-31T06:26:14.193Z
86132025-01-31T06:26:14.196Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86142025-01-31T06:26:14.196Z
86152025-01-31T06:26:14.209Z Doc-tests omicron_passwords
86162025-01-31T06:26:14.212Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_passwords --test passwords/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/passwords -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern argon2=/work/oxidecomputer/omicron/target/debug/deps/libargon2-8cab06b32ce8b7d9.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern argon2alt=/work/oxidecomputer/omicron/target/debug/deps/libargon2-a0b53ed38f6d4e9e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86172025-01-31T06:26:14.318Z
86182025-01-31T06:26:14.318Zrunning 0 tests
86192025-01-31T06:26:14.318Z
86202025-01-31T06:26:14.319Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86212025-01-31T06:26:14.319Z
86222025-01-31T06:26:14.328Z Doc-tests omicron_rpaths
86232025-01-31T06:26:14.332Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_rpaths --test rpaths/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/rpaths -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-a848f468e0315253.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86242025-01-31T06:26:14.398Z
86252025-01-31T06:26:14.398Zrunning 0 tests
86262025-01-31T06:26:14.398Z
86272025-01-31T06:26:14.398Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86282025-01-31T06:26:14.398Z
86292025-01-31T06:26:14.406Z Doc-tests omicron_sled_agent
86302025-01-31T06:26:14.414Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_sled_agent --test sled-agent/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_matches=/work/oxidecomputer/omicron/target/debug/deps/libassert_matches-6beec77675286bc9.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crucible_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libcrucible_agent_client-92a4e63772353812.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dns_server=/work/oxidecomputer/omicron/target/debug/deps/libdns_server-b5912de4bc96e700.rlib --extern dns_service_client=/work/oxidecomputer/omicron/target/debug/deps/libdns_service_client-887803ae4ae231c0.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern guppy=/work/oxidecomputer/omicron/target/debug/deps/libguppy-29a4567af770dab8.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hex_literal=/work/oxidecomputer/omicron/target/debug/deps/libhex_literal-66837036371702f5.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_staticfile=/work/oxidecomputer/omicron/target/debug/deps/libhyper_staticfile-767cfb3a8d4ffcb7.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern ipnetwork=/work/oxidecomputer/omicron/target/debug/deps/libipnetwork-6706430bd93b8bc6.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern mg_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libmg_admin_client-2b264225e184d537.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern nexus_reconfigurator_blippy=/work/oxidecomputer/omicron/target/debug/deps/libnexus_reconfigurator_blippy-f3c8b2c8e0d18294.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern opte_ioctl=/work/oxidecomputer/omicron/target/debug/deps/libopte_ioctl-0b26054f4e0544cf.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern pretty_assertions=/work/oxidecomputer/omicron/target/debug/deps/libpretty_assertions-0bcbe60bf0f8d012.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern propolis_mock_server=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_mock_server-29a34c2564c93b13.rlib --extern propolis_api_types=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_api_types-3f7bd3095bf53744.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern smf=/work/oxidecomputer/omicron/target/debug/deps/libsmf-82d9c274e997c7e2.rlib --extern sprockets_tls=/work/oxidecomputer/omicron/target/debug/deps/libsprockets_tls-b2de152879a52fdb.rlib --extern static_assertions=/work/oxidecomputer/omicron/target/debug/deps/libstatic_assertions-64f150a3658beee9.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("image-trampoline", "switch-asic", "switch-softnpu", "switch-stub"))' --document-private-items -D warnings --error-format human`
86312025-01-31T06:26:16.123Z
86322025-01-31T06:26:16.124Zrunning 0 tests
86332025-01-31T06:26:16.124Z
86342025-01-31T06:26:16.124Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86352025-01-31T06:26:16.124Z
86362025-01-31T06:26:16.181Z Doc-tests omicron_test_utils
86372025-01-31T06:26:16.183Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_test_utils --test test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern filetime=/work/oxidecomputer/omicron/target/debug/deps/libfiletime-be8f811f8e1ed44d.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern headers=/work/oxidecomputer/omicron/target/debug/deps/libheaders-5062caf5a63b9cb6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libfalcon=/work/oxidecomputer/omicron/target/debug/deps/liblibfalcon-f15b4e13b566436d.rlib --extern nexus_config=/work/oxidecomputer/omicron/target/debug/deps/libnexus_config-1bd5eb9900642abb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern pem=/work/oxidecomputer/omicron/target/debug/deps/libpem-7c2c35af14fd0477.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern ring=/work/oxidecomputer/omicron/target/debug/deps/libring-cd9908d7336bb6cb.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-51f6988d13588e67.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern walkdir=/work/oxidecomputer/omicron/target/debug/deps/libwalkdir-d5786bcdd0e8ee10.rlib -C embed-bitcode=no --cfg 'feature="seed-gen"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("seed-gen"))' --document-private-items -D warnings --error-format human`
86382025-01-31T06:26:16.479Z
86392025-01-31T06:26:16.479Zrunning 3 tests
86402025-01-31T06:26:16.481Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 237) ... ignored
86412025-01-31T06:26:22.013Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::section (line 249) ... ok
86422025-01-31T06:26:22.068Ztest test-utils/src/dev/test_cmds.rs - dev::test_cmds::Redactor<'a>::field (line 205) ... ok
86432025-01-31T06:26:22.071Z
86442025-01-31T06:26:22.071Ztest result: ok. 2 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 5.59s
86452025-01-31T06:26:22.071Z
86462025-01-31T06:26:22.096Z Doc-tests omicron_uuid_kinds
86472025-01-31T06:26:22.099Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_uuid_kinds --test uuid-kinds/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/uuid-kinds -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern diffus=/work/oxidecomputer/omicron/target/debug/deps/libdiffus-eb12b3719f33cb0f.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern paste=/work/oxidecomputer/omicron/target/debug/deps/libpaste-2586fcb4e54b21d7.so --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="schemars"' --cfg 'feature="schemars08"' --cfg 'feature="serde"' --cfg 'feature="std"' --cfg 'feature="uuid-v4"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "proptest", "schemars", "schemars08", "serde", "std", "testing", "uuid-v4"))' --document-private-items -D warnings --error-format human`
86482025-01-31T06:26:22.218Z
86492025-01-31T06:26:22.218Zrunning 0 tests
86502025-01-31T06:26:22.218Z
86512025-01-31T06:26:22.218Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86522025-01-31T06:26:22.218Z
86532025-01-31T06:26:22.229Z Doc-tests omicron_workspace_hack
86542025-01-31T06:26:22.233Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name omicron_workspace_hack --test workspace-hack/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/workspace-hack -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6f081ff1d53178a3.rlib --extern aho_corasick=/work/oxidecomputer/omicron/target/debug/deps/libaho_corasick-de1c658e28500186.rlib --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base16ct=/work/oxidecomputer/omicron/target/debug/deps/libbase16ct-2bae47673a4d3340.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern base64ct=/work/oxidecomputer/omicron/target/debug/deps/libbase64ct-9bf41bc36b79b4aa.rlib --extern bit_set=/work/oxidecomputer/omicron/target/debug/deps/libbit_set-9d19b3807544ab5a.rlib --extern bit_vec=/work/oxidecomputer/omicron/target/debug/deps/libbit_vec-e36d209b624fb19a.rlib --extern bitflags_dff4ba8e3ae991db=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-3656ba0bdfaef672.rlib --extern bitflags_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libbitflags-b6414318a57462a7.rlib --extern bstr=/work/oxidecomputer/omicron/target/debug/deps/libbstr-a80f3c63828065bb.rlib --extern byteorder=/work/oxidecomputer/omicron/target/debug/deps/libbyteorder-74b89f0a9d262c25.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern cipher=/work/oxidecomputer/omicron/target/debug/deps/libcipher-d621aedafa1a4a74.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clap_builder=/work/oxidecomputer/omicron/target/debug/deps/libclap_builder-4947241cdc6860e5.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern cookie=/work/oxidecomputer/omicron/target/debug/deps/libcookie-585b1bf374a21fcf.rlib --extern crossbeam_epoch=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_epoch-f632b0254fcc752f.rlib --extern crossbeam_utils=/work/oxidecomputer/omicron/target/debug/deps/libcrossbeam_utils-a8673a2dc205af2b.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern crypto_common=/work/oxidecomputer/omicron/target/debug/deps/libcrypto_common-0dd2958e149b985e.rlib --extern curve25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libcurve25519_dalek-296415074f6d0321.rlib --extern digest=/work/oxidecomputer/omicron/target/debug/deps/libdigest-c1a84befa7c7dca3.rlib --extern dof=/work/oxidecomputer/omicron/target/debug/deps/libdof-8f5964ed6d1084ce.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-4b8681c4aa7be668.rlib --extern ecdsa=/work/oxidecomputer/omicron/target/debug/deps/libecdsa-069556d964dc7105.rlib --extern ed25519_dalek=/work/oxidecomputer/omicron/target/debug/deps/libed25519_dalek-f377a4f0045c50e0.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern elliptic_curve=/work/oxidecomputer/omicron/target/debug/deps/libelliptic_curve-65da72310a89d62c.rlib --extern ff=/work/oxidecomputer/omicron/target/debug/deps/libff-6fbc054aaeb2ea7e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern futures_channel=/work/oxidecomputer/omicron/target/debug/deps/libfutures_channel-e40d3acaa8c64724.rlib --extern futures_core=/work/oxidecomputer/omicron/target/debug/deps/libfutures_core-c05ca62951efc497.rlib --extern futures_io=/work/oxidecomputer/omicron/target/debug/deps/libfutures_io-9401d9aa714ffd2e.rlib --extern futures_sink=/work/oxidecomputer/omicron/target/debug/deps/libfutures_sink-df31fc6f5cf3f7c2.rlib --extern futures_task=/work/oxidecomputer/omicron/target/debug/deps/libfutures_task-5eeebcf6478b2c1e.rlib --extern futures_util=/work/oxidecomputer/omicron/target/debug/deps/libfutures_util-4a9c8f39d18c879d.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern generic_array=/work/oxidecomputer/omicron/target/debug/deps/libgeneric_array-e3e034bbc733b83c.rlib --extern getrandom=/work/oxidecomputer/omicron/target/debug/deps/libgetrandom-3f8adeb94da17152.rlib --extern group=/work/oxidecomputer/omicron/target/debug/deps/libgroup-db92a589c5c12173.rlib --extern hashbrown=/work/oxidecomputer/omicron/target/debug/deps/libhashbrown-31ee59d8d287bfdb.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_proto=/work/oxidecomputer/omicron/target/debug/deps/libhickory_proto-0b050cb19d62762f.rlib --extern hmac=/work/oxidecomputer/omicron/target/debug/deps/libhmac-abdc0b2e0b5c493c.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern hyper_rustls=/work/oxidecomputer/omicron/target/debug/deps/libhyper_rustls-c24309c4e383db57.rlib --extern hyper_util=/work/oxidecomputer/omicron/target/debug/deps/libhyper_util-121df68eb24af603.rlib --extern idna=/work/oxidecomputer/omicron/target/debug/deps/libidna-fe685517b6eca05c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern inout=/work/oxidecomputer/omicron/target/debug/deps/libinout-4d1e9d4a926ee7db.rlib --extern itertools_93f6ce9d446188ac=/work/oxidecomputer/omicron/target/debug/deps/libitertools-eee8d6dc8a04de92.rlib --extern itertools_5ef9efb8ec2df382=/work/oxidecomputer/omicron/target/debug/deps/libitertools-c84561db85a4af0e.rlib --extern lalrpop_util=/work/oxidecomputer/omicron/target/debug/deps/liblalrpop_util-b4dcd03b652e645a.rlib --extern lazy_static=/work/oxidecomputer/omicron/target/debug/deps/liblazy_static-28551293923de3d0.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern log=/work/oxidecomputer/omicron/target/debug/deps/liblog-9e3a943cb0d1c1f7.rlib --extern managed=/work/oxidecomputer/omicron/target/debug/deps/libmanaged-2aa75ec8bbd05fe9.rlib --extern memchr=/work/oxidecomputer/omicron/target/debug/deps/libmemchr-9e2df5937f592b1b.rlib --extern mio=/work/oxidecomputer/omicron/target/debug/deps/libmio-54e9ea84e5904ad8.rlib --extern newtype_uuid=/work/oxidecomputer/omicron/target/debug/deps/libnewtype_uuid-5ad72f64385d87dc.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num_bigint_dig=/work/oxidecomputer/omicron/target/debug/deps/libnum_bigint_dig-514bc199f63122fd.rlib --extern num_integer=/work/oxidecomputer/omicron/target/debug/deps/libnum_integer-b0d739eb4cd74a4c.rlib --extern num_iter=/work/oxidecomputer/omicron/target/debug/deps/libnum_iter-b01694be23ac2aa9.rlib --extern num_traits=/work/oxidecomputer/omicron/target/debug/deps/libnum_traits-2208e32e65bcc912.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern peg_runtime=/work/oxidecomputer/omicron/target/debug/deps/libpeg_runtime-30228406606bb75f.rlib --extern pem_rfc7468=/work/oxidecomputer/omicron/target/debug/deps/libpem_rfc7468-5b326ffb7e69c9f0.rlib --extern percent_encoding=/work/oxidecomputer/omicron/target/debug/deps/libpercent_encoding-5386e076faaa6b73.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern phf=/work/oxidecomputer/omicron/target/debug/deps/libphf-a0c225f7fecf1869.rlib --extern phf_shared=/work/oxidecomputer/omicron/target/debug/deps/libphf_shared-65d0301f5bcb2ce7.rlib --extern pkcs8=/work/oxidecomputer/omicron/target/debug/deps/libpkcs8-fa4291ce2da6a74b.rlib --extern postgres_types=/work/oxidecomputer/omicron/target/debug/deps/libpostgres_types-d6e355b6803b6fc2.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern regex_automata=/work/oxidecomputer/omicron/target/debug/deps/libregex_automata-770f979620de861d.rlib --extern regex_syntax=/work/oxidecomputer/omicron/target/debug/deps/libregex_syntax-ced6c94c643c21ab.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rsa=/work/oxidecomputer/omicron/target/debug/deps/librsa-d3117513bdb52260.rlib --extern rustix=/work/oxidecomputer/omicron/target/debug/deps/librustix-be2a474d17f5f8c5.rlib --extern rustls=/work/oxidecomputer/omicron/target/debug/deps/librustls-63f204e0d14d0d4b.rlib --extern webpki=/work/oxidecomputer/omicron/target/debug/deps/libwebpki-4f12113565f4a1cf.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern scopeguard=/work/oxidecomputer/omicron/target/debug/deps/libscopeguard-1a111238ae907d94.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha1=/work/oxidecomputer/omicron/target/debug/deps/libsha1-e29a58dd09db31c7.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern smallvec=/work/oxidecomputer/omicron/target/debug/deps/libsmallvec-523e7ace5c258ae5.rlib --extern spin=/work/oxidecomputer/omicron/target/debug/deps/libspin-c5b6290600ecc6a6.rlib --extern string_cache=/work/oxidecomputer/omicron/target/debug/deps/libstring_cache-0fd25370ace1e53b.rlib --extern subtle=/work/oxidecomputer/omicron/target/debug/deps/libsubtle-cd3435bf59c2a8e8.rlib --extern syn_f595c2ba2a3f28df=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern time=/work/oxidecomputer/omicron/target/debug/deps/libtime-6b9af3cee5925dfd.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_postgres=/work/oxidecomputer/omicron/target/debug/deps/libtokio_postgres-1ae67fe7dbd0449c.rlib --extern tokio_rustls=/work/oxidecomputer/omicron/target/debug/deps/libtokio_rustls-598c038a13284b92.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-87266ebd0a36a588.rlib --extern toml_datetime=/work/oxidecomputer/omicron/target/debug/deps/libtoml_datetime-5b6f4255472d1108.rlib --extern toml_edit_cdcf2f9584511fe6=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-fd590cd4278d7300.rlib --extern toml_edit_3c51e837cfc5589a=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tracing=/work/oxidecomputer/omicron/target/debug/deps/libtracing-fad0b88b91026579.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern usdt_impl=/work/oxidecomputer/omicron/target/debug/deps/libusdt_impl-3b887867358f299f.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern x509_cert=/work/oxidecomputer/omicron/target/debug/deps/libx509_cert-985f636b6e464d35.rlib --extern zerocopy=/work/oxidecomputer/omicron/target/debug/deps/libzerocopy-cea30fa4edc352b1.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-53e1d5feb4fef7c9.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86552025-01-31T06:26:22.296Z
86562025-01-31T06:26:22.296Zrunning 0 tests
86572025-01-31T06:26:22.296Z
86582025-01-31T06:26:22.296Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86592025-01-31T06:26:22.296Z
86602025-01-31T06:26:22.304Z Doc-tests openapi_manager
86612025-01-31T06:26:22.306Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager --test dev-tools/openapi-manager/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern atomicwrites=/work/oxidecomputer/omicron/target/debug/deps/libatomicwrites-419983973448c55f.rlib --extern bootstrap_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_api-0037fcdf55c619e4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickhouse_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libclickhouse_admin_api-5e241b504c249d23.rlib --extern cockroach_admin_api=/work/oxidecomputer/omicron/target/debug/deps/libcockroach_admin_api-9152cb7c708ea179.rlib --extern dns_server_api=/work/oxidecomputer/omicron/target/debug/deps/libdns_server_api-f658bdfbbdab2f0b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern gateway_api=/work/oxidecomputer/omicron/target/debug/deps/libgateway_api-a9768eec9c308325.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern nexus_external_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_external_api-38b25b6aaeb7061c.rlib --extern nexus_internal_api=/work/oxidecomputer/omicron/target/debug/deps/libnexus_internal_api-b7edee47e40029ba.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapi_manager=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager-582715a4635d1824.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern similar=/work/oxidecomputer/omicron/target/debug/deps/libsimilar-02c658c7341ec876.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86622025-01-31T06:26:22.730Z
86632025-01-31T06:26:22.730Zrunning 0 tests
86642025-01-31T06:26:22.730Z
86652025-01-31T06:26:22.730Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86662025-01-31T06:26:22.730Z
86672025-01-31T06:26:22.759Z Doc-tests openapi_manager_types
86682025-01-31T06:26:22.761Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name openapi_manager_types --test dev-tools/openapi-manager/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/openapi-manager/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_manager_types=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_manager_types-f0fb78d16f1934de.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86692025-01-31T06:26:22.832Z
86702025-01-31T06:26:22.832Zrunning 0 tests
86712025-01-31T06:26:22.832Z
86722025-01-31T06:26:22.832Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
86732025-01-31T06:26:22.832Z
86742025-01-31T06:26:22.839Z Doc-tests oxide_client
86752025-01-31T06:26:22.842Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxide_client --test clients/oxide-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oxide-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxide_client=/work/oxidecomputer/omicron/target/debug/deps/liboxide_client-2859da1645b359f0.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern progenitor_client=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor_client-302018df0c5cc2fa.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
86762025-01-31T06:26:27.442Z
86772025-01-31T06:26:27.442Zrunning 221 tests
86782025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import (line 26) ... ignored
86792025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_start (line 27) ... ignored
86802025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_bulk_write_import_stop (line 27) ... ignored
86812025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_create (line 25) ... ignored
86822025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_delete (line 25) ... ignored
86832025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_finalize_import (line 26) ... ignored
86842025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_list (line 27) ... ignored
86852025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_metrics_list (line 31) ... ignored
86862025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientDisksExt::disk_view (line 25) ... ignored
86872025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_attach (line 28) ... ignored
86882025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_create (line 25) ... ignored
86892025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_delete (line 25) ... ignored
86902025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_detach (line 25) ... ignored
86912025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_list (line 27) ... ignored
86922025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_update (line 26) ... ignored
86932025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientFloatingIpsExt::floating_ip_view (line 25) ... ignored
86942025-01-31T06:26:27.446Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_access_token (line 24) ... ignored
86952025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_confirm (line 24) ... ignored
86962025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::device_auth_request (line 24) ... ignored
86972025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::logout (line 22) ... ignored
86982025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_create (line 25) ... ignored
86992025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_delete (line 25) ... ignored
87002025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_list (line 27) ... ignored
87012025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::probe_view (line 25) ... ignored
87022025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_create (line 22) ... ignored
87032025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_delete (line 26) ... ignored
87042025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download (line 24) ... ignored
87052025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_download_file (line 25) ... ignored
87062025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head (line 24) ... ignored
87072025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_head_file (line 25) ... ignored
87082025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_index (line 24) ... ignored
87092025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_list (line 26) ... ignored
87102025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::support_bundle_view (line 24) ... ignored
87112025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientHiddenExt::timeseries_query (line 27) ... ignored
87122025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_create (line 27) ... ignored
87132025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_delete (line 27) ... ignored
87142025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_demote (line 27) ... ignored
87152025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_list (line 29) ... ignored
87162025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_promote (line 27) ... ignored
87172025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientImagesExt::image_view (line 27) ... ignored
87182025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_create (line 25) ... ignored
87192025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_delete (line 25) ... ignored
87202025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_attach (line 26) ... ignored
87212025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_detach (line 26) ... ignored
87222025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_disk_list (line 28) ... ignored
87232025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_attach (line 26) ... ignored
87242025-01-31T06:26:27.447Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ephemeral_ip_detach (line 25) ... ignored
87252025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_external_ip_list (line 25) ... ignored
87262025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_list (line 27) ... ignored
87272025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_create (line 26) ... ignored
87282025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_delete (line 28) ... ignored
87292025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_list (line 28) ... ignored
87302025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_update (line 27) ... ignored
87312025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_network_interface_view (line 26) ... ignored
87322025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_reboot (line 25) ... ignored
87332025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console (line 28) ... ignored
87342025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_serial_console_stream (line 26) ... ignored
87352025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_ssh_public_key_list (line 30) ... ignored
87362025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_start (line 25) ... ignored
87372025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_stop (line 25) ... ignored
87382025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_update (line 26) ... ignored
87392025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientInstancesExt::instance_view (line 25) ... ignored
87402025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_local (line 22) ... ignored
87412025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientLoginExt::login_saml (line 22) ... ignored
87422025-01-31T06:26:27.448Ztest clients/oxide-client/src/lib.rs - ClientMetricsExt::silo_metric (line 32) ... ignored
87432025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_update (line 22) ... ignored
87442025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientPolicyExt::system_policy_view (line 22) ... ignored
87452025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_create (line 22) ... ignored
87462025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_delete (line 24) ... ignored
87472025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_list (line 26) ... ignored
87482025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_ip_pool_view (line 24) ... ignored
87492025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_list (line 26) ... ignored
87502025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_update (line 25) ... ignored
87512025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_policy_view (line 24) ... ignored
87522025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_update (line 25) ... ignored
87532025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientProjectsExt::project_view (line 24) ... ignored
87542025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_list (line 25) ... ignored
87552025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientRolesExt::role_view (line 24) ... ignored
87562025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_groups (line 26) ... ignored
87572025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_create (line 24) ... ignored
87582025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_delete (line 26) ... ignored
87592025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_list (line 28) ... ignored
87602025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_ssh_key_view (line 26) ... ignored
87612025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSessionExt::current_user_view (line 22) ... ignored
87622025-01-31T06:26:27.452Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_create (line 24) ... ignored
87632025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_delete (line 26) ... ignored
87642025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_list (line 28) ... ignored
87652025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::certificate_view (line 26) ... ignored
87662025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_list (line 26) ... ignored
87672025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::group_view (line 24) ... ignored
87682025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_update (line 22) ... ignored
87692025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::policy_view (line 22) ... ignored
87702025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::user_list (line 27) ... ignored
87712025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSilosExt::utilization_view (line 22) ... ignored
87722025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_create (line 27) ... ignored
87732025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_delete (line 25) ... ignored
87742025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_list (line 27) ... ignored
87752025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSnapshotsExt::snapshot_view (line 25) ... ignored
87762025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_apply_settings (line 27) ... ignored
87772025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_clear_settings (line 26) ... ignored
87782025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_list (line 27) ... ignored
87792025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::networking_switch_port_status (line 26) ... ignored
87802025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_list (line 26) ... ignored
87812025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::physical_disk_view (line 24) ... ignored
87822025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_list (line 26) ... ignored
87832025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::rack_view (line 24) ... ignored
87842025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_add (line 22) ... ignored
87852025-01-31T06:26:27.453Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_instance_list (line 27) ... ignored
87862025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list (line 26) ... ignored
87872025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_list_uninitialized (line 25) ... ignored
87882025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_physical_disk_list (line 27) ... ignored
87892025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_set_provision_policy (line 25) ... ignored
87902025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::sled_view (line 24) ... ignored
87912025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_list (line 26) ... ignored
87922025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemHardwareExt::switch_view (line 24) ... ignored
87932025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_create (line 22) ... ignored
87942025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_delete (line 24) ... ignored
87952025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_list (line 26) ... ignored
87962025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_add (line 27) ... ignored
87972025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_list (line 28) ... ignored
87982025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_range_remove (line 25) ... ignored
87992025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_add (line 24) ... ignored
88002025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_list (line 27) ... ignored
88012025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_range_remove (line 22) ... ignored
88022025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_service_view (line 22) ... ignored
88032025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_link (line 27) ... ignored
88042025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_list (line 27) ... ignored
88052025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_unlink (line 24) ... ignored
88062025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_silo_update (line 24) ... ignored
88072025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_update (line 25) ... ignored
88082025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_utilization_view (line 24) ... ignored
88092025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemIpPoolsExt::ip_pool_view (line 24) ... ignored
88102025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_metric (line 32) ... ignored
88112025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_query (line 24) ... ignored
88122025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemMetricsExt::system_timeseries_schema_list (line 25) ... ignored
88132025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_block_list (line 27) ... ignored
88142025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_create (line 22) ... ignored
88152025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_delete (line 24) ... ignored
88162025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_address_lot_list (line 26) ... ignored
88172025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_update (line 22) ... ignored
88182025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_allow_list_view (line 22) ... ignored
88192025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_disable (line 22) ... ignored
88202025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_enable (line 22) ... ignored
88212025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bfd_status (line 22) ... ignored
88222025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_delete (line 24) ... ignored
88232025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_list (line 26) ... ignored
88242025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announce_set_update (line 24) ... ignored
88252025-01-31T06:26:27.454Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_announcement_list (line 24) ... ignored
88262025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_create (line 22) ... ignored
88272025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_delete (line 24) ... ignored
88282025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_config_list (line 26) ... ignored
88292025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_exported (line 22) ... ignored
88302025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_imported_routes_ipv4 (line 24) ... ignored
88312025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_message_history (line 24) ... ignored
88322025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_bgp_status (line 22) ... ignored
88332025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_create (line 22) ... ignored
88342025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_delete (line 27) ... ignored
88352025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_loopback_address_list (line 26) ... ignored
88362025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_update (line 27) ... ignored
88372025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_config_view (line 26) ... ignored
88382025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_lldp_neighbors (line 29) ... ignored
88392025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_create (line 22) ... ignored
88402025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_delete (line 24) ... ignored
88412025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_list (line 27) ... ignored
88422025-01-31T06:26:27.455Ztest clients/oxide-client/src/lib.rs - ClientSystemNetworkingExt::networking_switch_port_settings_view (line 24) ... ignored
88432025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_create (line 27) ... ignored
88442025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_delete (line 25) ... ignored
88452025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::local_idp_user_set_password (line 28) ... ignored
88462025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_create (line 25) ... ignored
88472025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::saml_identity_provider_view (line 25) ... ignored
88482025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_create (line 22) ... ignored
88492025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_delete (line 26) ... ignored
88502025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_identity_provider_list (line 27) ... ignored
88512025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_ip_pool_list (line 29) ... ignored
88522025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_list (line 28) ... ignored
88532025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_update (line 25) ... ignored
88542025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_policy_view (line 24) ... ignored
88552025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_update (line 27) ... ignored
88562025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_quotas_view (line 24) ... ignored
88572025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_list (line 27) ... ignored
88582025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_user_view (line 25) ... ignored
88592025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_list (line 26) ... ignored
88602025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_utilization_view (line 24) ... ignored
88612025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::silo_view (line 26) ... ignored
88622025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::system_quotas_list (line 26) ... ignored
88632025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_list (line 26) ... ignored
88642025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemSilosExt::user_builtin_view (line 22) ... ignored
88652025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientSystemStatusExt::ping (line 24) ... ignored
88662025-01-31T06:26:27.469Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_create (line 26) ... ignored
88672025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_delete (line 27) ... ignored
88682025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_create (line 27) ... ignored
88692025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_delete (line 28) ... ignored
88702025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_address_list (line 29) ... ignored
88712025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_create (line 27) ... ignored
88722025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_delete (line 28) ... ignored
88732025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_ip_pool_list (line 29) ... ignored
88742025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_list (line 28) ... ignored
88752025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::internet_gateway_view (line 26) ... ignored
88762025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_create (line 25) ... ignored
88772025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_delete (line 25) ... ignored
88782025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_update (line 32) ... ignored
88792025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_firewall_rules_view (line 25) ... ignored
88802025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_list (line 27) ... ignored
88812025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_create (line 26) ... ignored
88822025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_delete (line 26) ... ignored
88832025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_list (line 28) ... ignored
88842025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_create (line 27) ... ignored
88852025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_delete (line 27) ... ignored
88862025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_list (line 31) ... ignored
88872025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_update (line 28) ... ignored
88882025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_route_view (line 27) ... ignored
88892025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_update (line 27) ... ignored
88902025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_router_view (line 26) ... ignored
88912025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_create (line 26) ... ignored
88922025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_delete (line 26) ... ignored
88932025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list (line 28) ... ignored
88942025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_list_network_interfaces (line 29) ... ignored
88952025-01-31T06:26:27.470Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_update (line 27) ... ignored
88962025-01-31T06:26:27.471Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_subnet_view (line 26) ... ignored
88972025-01-31T06:26:27.471Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_update (line 26) ... ignored
88982025-01-31T06:26:27.471Ztest clients/oxide-client/src/lib.rs - ClientVpcsExt::vpc_view (line 25) ... ignored
88992025-01-31T06:26:27.471Z
89002025-01-31T06:26:27.471Ztest result: ok. 0 passed; 0 failed; 221 ignored; 0 measured; 0 filtered out; finished in 0.01s
89012025-01-31T06:26:27.471Z
89022025-01-31T06:26:27.546Z Doc-tests oximeter
89032025-01-31T06:26:27.549Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter --test oximeter/oximeter/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-40983d0ceb53959c.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3aba2203aff832a5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89042025-01-31T06:26:27.784Z
89052025-01-31T06:26:27.784Zrunning 2 tests
89062025-01-31T06:26:27.786Ztest oximeter/oximeter/src/lib.rs - (line 111) ... ignored
89072025-01-31T06:26:28.915Ztest oximeter/oximeter/src/lib.rs - (line 118) ... ok
89082025-01-31T06:26:28.915Z
89092025-01-31T06:26:28.917Ztest result: ok. 1 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.13s
89102025-01-31T06:26:28.917Z
89112025-01-31T06:26:28.942Z Doc-tests oximeter_api
89122025-01-31T06:26:28.944Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_api --test oximeter/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89132025-01-31T06:26:29.198Z
89142025-01-31T06:26:29.198Zrunning 2 tests
89152025-01-31T06:26:29.201Ztest oximeter/api/src/lib.rs - oximeter_api_mod::api_description (line 25) ... ignored
89162025-01-31T06:26:29.201Ztest oximeter/api/src/lib.rs - oximeter_api_mod::stub_api_description (line 31) ... ignored
89172025-01-31T06:26:29.201Z
89182025-01-31T06:26:29.201Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
89192025-01-31T06:26:29.201Z
89202025-01-31T06:26:29.219Z Doc-tests oximeter_client
89212025-01-31T06:26:29.222Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_client --test clients/oximeter-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/oximeter-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89222025-01-31T06:26:29.559Z
89232025-01-31T06:26:29.559Zrunning 0 tests
89242025-01-31T06:26:29.559Z
89252025-01-31T06:26:29.559Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89262025-01-31T06:26:29.559Z
89272025-01-31T06:26:29.582Z Doc-tests oximeter_collector
89282025-01-31T06:26:29.585Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_collector --test oximeter/collector/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/collector -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern httpmock=/work/oxidecomputer/omicron/target/debug/deps/libhttpmock-f07a78cbef91acac.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern nexus_types=/work/oxidecomputer/omicron/target/debug/deps/libnexus_types-ed08c38c1c88e19e.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_api=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_api-57243fb477a38fe7.rlib --extern oximeter_client=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_client-bec5c14a0d8c6e93.rlib --extern oximeter_collector=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_collector-7e3684490436b10b.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern semver=/work/oxidecomputer/omicron/target/debug/deps/libsemver-07c6b1f5abcda869.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89292025-01-31T06:26:30.099Z
89302025-01-31T06:26:30.099Zrunning 0 tests
89312025-01-31T06:26:30.099Z
89322025-01-31T06:26:30.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89332025-01-31T06:26:30.099Z
89342025-01-31T06:26:30.135Z Doc-tests oximeter_db
89352025-01-31T06:26:30.139Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_db --test oximeter/db/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/db -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_recursion=/work/oxidecomputer/omicron/target/debug/deps/libasync_recursion-1742ed45344feaaa.so --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bcs=/work/oxidecomputer/omicron/target/debug/deps/libbcs-771a13a3d1f5508a.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern chrono_tz=/work/oxidecomputer/omicron/target/debug/deps/libchrono_tz-fa59eafc317a1228.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern const_format=/work/oxidecomputer/omicron/target/debug/deps/libconst_format-e91b7ab987123f1d.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern iana_time_zone=/work/oxidecomputer/omicron/target/debug/deps/libiana_time_zone-33788f39c7e66925.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern nom=/work/oxidecomputer/omicron/target/debug/deps/libnom-16454c047756183f.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern peg=/work/oxidecomputer/omicron/target/debug/deps/libpeg-de7a960634921721.rlib --extern qorb=/work/oxidecomputer/omicron/target/debug/deps/libqorb-97cd7cd66bd426c0.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rustyline=/work/oxidecomputer/omicron/target/debug/deps/librustyline-48a55ac4bc77f690.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern sqlformat=/work/oxidecomputer/omicron/target/debug/deps/libsqlformat-8857801670162545.rlib --extern sqlparser=/work/oxidecomputer/omicron/target/debug/deps/libsqlparser-29e954919b145b3b.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tabled=/work/oxidecomputer/omicron/target/debug/deps/libtabled-9f8ec8dd763c65f8.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern termtree=/work/oxidecomputer/omicron/target/debug/deps/libtermtree-dc1de6165dca1f4c.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern usdt=/work/oxidecomputer/omicron/target/debug/deps/libusdt-25b7940da9ea77bc.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="default"' --cfg 'feature="native-sql-shell"' --cfg 'feature="oxql"' --cfg 'feature="sql"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("default", "native-sql-shell", "oxql", "sql"))' --document-private-items -D warnings --error-format human`
89362025-01-31T06:26:31.092Z
89372025-01-31T06:26:31.092Zrunning 5 tests
89382025-01-31T06:26:31.095Ztest oximeter/db/src/oxql/ast/table_ops/filter/mod.rs - oxql::ast::table_ops::filter::Filter::simplify_to_dnf (line 218) ... ignored
89392025-01-31T06:26:31.095Ztest oximeter/db/src/oxql/ast/table_ops/filter/visit.rs - oxql::ast::table_ops::filter::visit::ShiftTimestamps (line 53) ... ignored
89402025-01-31T06:26:31.095Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 71) ... ignored
89412025-01-31T06:26:31.095Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 78) ... ignored
89422025-01-31T06:26:31.095Ztest oximeter/db/src/oxql/plan/predicates.rs - oxql::plan::predicates::Predicates (line 84) ... ignored
89432025-01-31T06:26:31.095Z
89442025-01-31T06:26:31.095Ztest result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s
89452025-01-31T06:26:31.095Z
89462025-01-31T06:26:31.134Z Doc-tests oximeter_instruments
89472025-01-31T06:26:31.136Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_instruments --test oximeter/instruments/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/instruments -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c23dfb9b1834c42c.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern kstat_rs=/work/oxidecomputer/omicron/target/debug/deps/libkstat_rs-0a7730f882e244fa.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_instruments=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_instruments-3e6576794147af0b.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="datalink"' --cfg 'feature="default"' --cfg 'feature="http-instruments"' --cfg 'feature="kstat"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("datalink", "default", "http-instruments", "kstat"))' --document-private-items -D warnings --error-format human`
89482025-01-31T06:26:31.503Z
89492025-01-31T06:26:31.503Zrunning 0 tests
89502025-01-31T06:26:31.503Z
89512025-01-31T06:26:31.503Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89522025-01-31T06:26:31.503Z
89532025-01-31T06:26:31.530Z Doc-tests oximeter_macro_impl
89542025-01-31T06:26:31.532Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_macro_impl --test oximeter/oximeter-macro-impl/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oximeter-macro-impl -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f8b024b654fd3d8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89552025-01-31T06:26:31.617Z
89562025-01-31T06:26:31.617Zrunning 0 tests
89572025-01-31T06:26:31.617Z
89582025-01-31T06:26:31.617Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89592025-01-31T06:26:31.617Z
89602025-01-31T06:26:31.624Z Doc-tests oximeter_producer
89612025-01-31T06:26:31.626Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_producer --test oximeter/producer/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/producer -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern nexus_client=/work/oxidecomputer/omicron/target/debug/deps/libnexus_client-5121ca0a5655a310.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter=/work/oxidecomputer/omicron/target/debug/deps/liboximeter-98d9395cf2598609.rlib --extern oximeter_producer=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_producer-3fc1025c92d31071.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89622025-01-31T06:26:32.003Z
89632025-01-31T06:26:32.003Zrunning 0 tests
89642025-01-31T06:26:32.003Z
89652025-01-31T06:26:32.003Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89662025-01-31T06:26:32.003Z
89672025-01-31T06:26:32.034Z Doc-tests oximeter_schema
89682025-01-31T06:26:32.036Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_schema --test oximeter/schema/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/schema -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern heck=/work/oxidecomputer/omicron/target/debug/deps/libheck-6782a03443fe5f3d.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-40983d0ceb53959c.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern prettyplease=/work/oxidecomputer/omicron/target/debug/deps/libprettyplease-da00aef4f64584d9.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89692025-01-31T06:26:32.317Z
89702025-01-31T06:26:32.317Zrunning 0 tests
89712025-01-31T06:26:32.317Z
89722025-01-31T06:26:32.317Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89732025-01-31T06:26:32.317Z
89742025-01-31T06:26:32.339Z Doc-tests oximeter_test_utils
89752025-01-31T06:26:32.341Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_test_utils --test oximeter/test-utils/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/test-utils -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clickward=/work/oxidecomputer/omicron/target/debug/deps/libclickward-5138e4463caf453d.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_db=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_db-bff8971802872b7a.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_test_utils=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_test_utils-7c6c4cee544d922a.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89762025-01-31T06:26:32.636Z
89772025-01-31T06:26:32.636Zrunning 0 tests
89782025-01-31T06:26:32.636Z
89792025-01-31T06:26:32.636Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89802025-01-31T06:26:32.636Z
89812025-01-31T06:26:32.662Z Doc-tests oximeter_timeseries_macro
89822025-01-31T06:26:32.664Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type proc-macro --color always --crate-name oximeter_timeseries_macro --test oximeter/timeseries-macro/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/timeseries-macro -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f8b024b654fd3d8d.rlib --extern oximeter_schema=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_schema-b9159a09caefddd7.rlib --extern oximeter_timeseries_macro=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_timeseries_macro-3aba2203aff832a5.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-6835b13d36c19fe1.rlib --extern proc_macro2=/work/oxidecomputer/omicron/target/debug/deps/libproc_macro2-4d4bc9df8ee17d9f.rlib --extern quote=/work/oxidecomputer/omicron/target/debug/deps/libquote-03a73c893e8cdf2e.rlib --extern syn=/work/oxidecomputer/omicron/target/debug/deps/libsyn-bfdfb291ff7edac1.rlib --extern proc_macro -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89832025-01-31T06:26:32.871Z
89842025-01-31T06:26:32.871Zrunning 0 tests
89852025-01-31T06:26:32.872Z
89862025-01-31T06:26:32.872Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
89872025-01-31T06:26:32.872Z
89882025-01-31T06:26:32.890Z Doc-tests oximeter_types
89892025-01-31T06:26:32.892Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oximeter_types --test oximeter/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-0080552d2b9ae087.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern criterion=/work/oxidecomputer/omicron/target/debug/deps/libcriterion-7990f0e5767ed173.rlib --extern float_ord=/work/oxidecomputer/omicron/target/debug/deps/libfloat_ord-4e4cd8a6489f9b4d.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_macro_impl=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_macro_impl-7320f4c8666054d6.so --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern parse_display=/work/oxidecomputer/omicron/target/debug/deps/libparse_display-4eb5da0ddd5284ed.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_distr=/work/oxidecomputer/omicron/target/debug/deps/librand_distr-65e06a1da6d7af80.rlib --extern regex=/work/oxidecomputer/omicron/target/debug/deps/libregex-a13ffe7e09b6593c.rlib --extern rstest=/work/oxidecomputer/omicron/target/debug/deps/librstest-2f2c783a00cb5a44.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern trybuild=/work/oxidecomputer/omicron/target/debug/deps/libtrybuild-522ac96bfdac26a0.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
89902025-01-31T06:26:33.425Z
89912025-01-31T06:26:33.425Zrunning 11 tests
89922025-01-31T06:26:34.086Ztest oximeter/types/src/traits.rs - traits::Metric (line 190) - compile fail ... ok
89932025-01-31T06:26:40.948Ztest oximeter/types/src/quantile.rs - quantile::Quantile::append (line 245) ... ok
89942025-01-31T06:26:41.183Ztest oximeter/types/src/quantile.rs - quantile::Quantile::new (line 80) ... ok
89952025-01-31T06:26:41.234Ztest oximeter/types/src/quantile.rs - quantile::Quantile::from_parts (line 118) ... ok
89962025-01-31T06:26:41.280Ztest oximeter/types/src/quantile.rs - quantile::Quantile::estimate (line 202) ... ok
89972025-01-31T06:26:41.315Ztest oximeter/types/src/traits.rs - traits::Metric (line 165) ... ok
89982025-01-31T06:26:41.362Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::span_decades (line 924) ... ok
89992025-01-31T06:26:41.389Ztest oximeter/types/src/histogram.rs - histogram::Histogram<T>::with_bins (line 525) ... ok
90002025-01-31T06:26:41.633Ztest oximeter/types/src/traits.rs - traits::Target (line 79) - compile fail ... ok
90012025-01-31T06:26:44.874Ztest oximeter/types/src/traits.rs - traits::Producer (line 369) ... ok
90022025-01-31T06:26:45.894Ztest oximeter/types/src/traits.rs - traits::Target (line 49) ... ok
90032025-01-31T06:26:45.894Z
90042025-01-31T06:26:45.897Ztest result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 12.47s
90052025-01-31T06:26:45.897Z
90062025-01-31T06:26:45.927Z Doc-tests oxlog
90072025-01-31T06:26:45.930Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxlog --test dev-tools/oxlog/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/oxlog -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxlog=/work/oxidecomputer/omicron/target/debug/deps/liboxlog-99fa330b600d3f6f.rlib --extern sigpipe=/work/oxidecomputer/omicron/target/debug/deps/libsigpipe-598d045d9fc6d7a1.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90082025-01-31T06:26:46.004Z
90092025-01-31T06:26:46.005Zrunning 0 tests
90102025-01-31T06:26:46.005Z
90112025-01-31T06:26:46.005Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90122025-01-31T06:26:46.005Z
90132025-01-31T06:26:46.012Z Doc-tests oxql_types
90142025-01-31T06:26:46.015Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name oxql_types --test oximeter/oxql-types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/oximeter/oxql-types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern highway=/work/oxidecomputer/omicron/target/debug/deps/libhighway-6985138a14228e53.rlib --extern num=/work/oxidecomputer/omicron/target/debug/deps/libnum-49921fe791448ca0.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oximeter_types=/work/oxidecomputer/omicron/target/debug/deps/liboximeter_types-04adf0f0d26d9c42.rlib --extern oxql_types=/work/oxidecomputer/omicron/target/debug/deps/liboxql_types-11630263fea19f8c.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90152025-01-31T06:26:46.326Z
90162025-01-31T06:26:46.326Zrunning 0 tests
90172025-01-31T06:26:46.326Z
90182025-01-31T06:26:46.326Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90192025-01-31T06:26:46.326Z
90202025-01-31T06:26:46.349Z Doc-tests range_requests
90212025-01-31T06:26:46.352Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name range_requests --test range-requests/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/range-requests -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-03e029f2a415749e.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body-bccdc69a0f3e3062.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern http_range=/work/oxidecomputer/omicron/target/debug/deps/libhttp_range-28a10331078af03b.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern range_requests=/work/oxidecomputer/omicron/target/debug/deps/librange_requests-c292daac5d6d1c4a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90222025-01-31T06:26:46.542Z
90232025-01-31T06:26:46.542Zrunning 0 tests
90242025-01-31T06:26:46.542Z
90252025-01-31T06:26:46.542Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90262025-01-31T06:26:46.542Z
90272025-01-31T06:26:46.547Z Doc-tests repo_depot_api
90282025-01-31T06:26:46.547Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_api --test sled-agent/repo-depot-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/repo-depot-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-6b4e4344d3200318.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern repo_depot_api=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_api-983677a3ef5ee659.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90292025-01-31T06:26:46.732Z
90302025-01-31T06:26:46.732Zrunning 2 tests
90312025-01-31T06:26:46.735Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::api_description (line 19) ... ignored
90322025-01-31T06:26:46.735Ztest sled-agent/repo-depot-api/src/lib.rs - repo_depot_api_mod::stub_api_description (line 25) ... ignored
90332025-01-31T06:26:46.735Z
90342025-01-31T06:26:46.735Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90352025-01-31T06:26:46.735Z
90362025-01-31T06:26:46.753Z Doc-tests repo_depot_client
90372025-01-31T06:26:46.755Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name repo_depot_client --test clients/repo-depot-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/repo-depot-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern repo_depot_client=/work/oxidecomputer/omicron/target/debug/deps/librepo_depot_client-d1b9bf5d2901a788.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90382025-01-31T06:26:46.927Z
90392025-01-31T06:26:46.927Zrunning 0 tests
90402025-01-31T06:26:46.927Z
90412025-01-31T06:26:46.927Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90422025-01-31T06:26:46.927Z
90432025-01-31T06:26:46.943Z Doc-tests sled_agent_api
90442025-01-31T06:26:46.945Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_api --test sled-agent/api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-21ea866390417d2b.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_agent_api=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_api-7c09901c1258bbf9.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90452025-01-31T06:26:47.334Z
90462025-01-31T06:26:47.334Zrunning 2 tests
90472025-01-31T06:26:47.337Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::api_description (line 80) ... ignored
90482025-01-31T06:26:47.337Ztest sled-agent/api/src/lib.rs - sled_agent_api_mod::stub_api_description (line 86) ... ignored
90492025-01-31T06:26:47.337Z
90502025-01-31T06:26:47.337Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
90512025-01-31T06:26:47.337Z
90522025-01-31T06:26:47.361Z Doc-tests sled_agent_client
90532025-01-31T06:26:47.363Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_client --test clients/sled-agent-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/sled-agent-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_client-c4ceb9b3311b3ea9.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90542025-01-31T06:26:48.990Z
90552025-01-31T06:26:48.990Zrunning 0 tests
90562025-01-31T06:26:48.990Z
90572025-01-31T06:26:48.990Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90582025-01-31T06:26:48.990Z
90592025-01-31T06:26:49.036Z Doc-tests sled_agent_types
90602025-01-31T06:26:49.038Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_agent_types --test sled-agent/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-agent/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern bootstore=/work/oxidecomputer/omicron/target/debug/deps/libbootstore-febaf899b2d4c016.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern nexus_sled_agent_shared=/work/oxidecomputer/omicron/target/debug/deps/libnexus_sled_agent_shared-fec7f7033de48575.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern propolis_client=/work/oxidecomputer/omicron/target/debug/deps/libpropolis_client-da15ef38c5fe557a.rlib --extern rcgen=/work/oxidecomputer/omicron/target/debug/deps/librcgen-232f2a42b2defe38.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_human_bytes=/work/oxidecomputer/omicron/target/debug/deps/libserde_human_bytes-b3fb8655f7e0d9a7.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha3=/work/oxidecomputer/omicron/target/debug/deps/libsha3-7a16ae5557314021.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90612025-01-31T06:26:49.711Z
90622025-01-31T06:26:49.711Zrunning 0 tests
90632025-01-31T06:26:49.711Z
90642025-01-31T06:26:49.711Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90652025-01-31T06:26:49.711Z
90662025-01-31T06:26:49.744Z Doc-tests sled_diagnostics
90672025-01-31T06:26:49.748Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_diagnostics --test sled-diagnostics/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-diagnostics -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c23dfb9b1834c42c.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_diagnostics=/work/oxidecomputer/omicron/target/debug/deps/libsled_diagnostics-0500a7133a8116e4.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90682025-01-31T06:26:49.871Z
90692025-01-31T06:26:49.871Zrunning 0 tests
90702025-01-31T06:26:49.871Z
90712025-01-31T06:26:49.871Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90722025-01-31T06:26:49.871Z
90732025-01-31T06:26:49.882Z Doc-tests sled_hardware
90742025-01-31T06:26:49.885Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware --test sled-hardware/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gethostname=/work/oxidecomputer/omicron/target/debug/deps/libgethostname-bfd7719f1fae5402.rlib --extern illumos_devinfo=/work/oxidecomputer/omicron/target/debug/deps/libillumos_devinfo-63f98ee0b7a95dd0.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern libc=/work/oxidecomputer/omicron/target/debug/deps/liblibc-98124fae94d5c163.rlib --extern libefi_illumos=/work/oxidecomputer/omicron/target/debug/deps/liblibefi_illumos-51ffcf2ce03b08bf.rlib --extern libnvme=/work/oxidecomputer/omicron/target/debug/deps/liblibnvme-8245a22decf78967.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libslog_error_chain-14b31ab5e2d667a0.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tofino=/work/oxidecomputer/omicron/target/debug/deps/libtofino-1920daece27d0665.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90752025-01-31T06:26:50.234Z
90762025-01-31T06:26:50.234Zrunning 0 tests
90772025-01-31T06:26:50.235Z
90782025-01-31T06:26:50.235Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90792025-01-31T06:26:50.235Z
90802025-01-31T06:26:50.260Z Doc-tests sled_hardware_types
90812025-01-31T06:26:50.262Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_hardware_types --test sled-hardware/types/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-hardware/types -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern macaddr=/work/oxidecomputer/omicron/target/debug/deps/libmacaddr-907e80f292b8217f.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90822025-01-31T06:26:50.524Z
90832025-01-31T06:26:50.524Zrunning 0 tests
90842025-01-31T06:26:50.524Z
90852025-01-31T06:26:50.524Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90862025-01-31T06:26:50.524Z
90872025-01-31T06:26:50.546Z Doc-tests sled_storage
90882025-01-31T06:26:50.549Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sled_storage --test sled-storage/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sled-storage -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cfg_if=/work/oxidecomputer/omicron/target/debug/deps/libcfg_if-c23dfb9b1834c42c.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_more=/work/oxidecomputer/omicron/target/debug/deps/libderive_more-5c825a2351b67d1c.so --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern glob=/work/oxidecomputer/omicron/target/debug/deps/libglob-ffd69303710b75ae.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern key_manager=/work/oxidecomputer/omicron/target/debug/deps/libkey_manager-fc1a2639b6b62beb.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware-0a2a3d5f9c553c0c.rlib --extern sled_storage=/work/oxidecomputer/omicron/target/debug/deps/libsled_storage-71bdc3801af9cff3.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --cfg 'feature="testing"' --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values("testing"))' --document-private-items -D warnings --error-format human`
90892025-01-31T06:26:50.929Z
90902025-01-31T06:26:50.930Zrunning 0 tests
90912025-01-31T06:26:50.930Z
90922025-01-31T06:26:50.930Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
90932025-01-31T06:26:50.930Z
90942025-01-31T06:26:50.957Z Doc-tests sp_sim
90952025-01-31T06:26:50.960Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name sp_sim --test sp-sim/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/sp-sim -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_types=/work/oxidecomputer/omicron/target/debug/deps/libgateway_types-23826459db4944fa.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern sp_sim=/work/oxidecomputer/omicron/target/debug/deps/libsp_sim-7ba3062ff982fb5a.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
90962025-01-31T06:26:51.363Z
90972025-01-31T06:26:51.363Zrunning 0 tests
90982025-01-31T06:26:51.363Z
90992025-01-31T06:26:51.363Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91002025-01-31T06:26:51.363Z
91012025-01-31T06:26:51.389Z Doc-tests tufaceous
91022025-01-31T06:26:51.392Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous --test tufaceous/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern console=/work/oxidecomputer/omicron/target/debug/deps/libconsole-c84ca6b3c4172a91.rlib --extern datatest_stable=/work/oxidecomputer/omicron/target/debug/deps/libdatatest_stable-a7b55e94f7f71164.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern predicates=/work/oxidecomputer/omicron/target/debug/deps/libpredicates-beaa80a3e0b7e72f.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91032025-01-31T06:26:51.662Z
91042025-01-31T06:26:51.662Zrunning 0 tests
91052025-01-31T06:26:51.663Z
91062025-01-31T06:26:51.663Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91072025-01-31T06:26:51.663Z
91082025-01-31T06:26:51.685Z Doc-tests tufaceous_lib
91092025-01-31T06:26:51.688Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name tufaceous_lib --test tufaceous-lib/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/tufaceous-lib -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern aws_lc_rs=/work/oxidecomputer/omicron/target/debug/deps/libaws_lc_rs-464c383d3926c626.rlib --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern parse_size=/work/oxidecomputer/omicron/target/debug/deps/libparse_size-3a8455d0babb9473.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_path_to_error=/work/oxidecomputer/omicron/target/debug/deps/libserde_path_to_error-7138542f636d1b47.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern url=/work/oxidecomputer/omicron/target/debug/deps/liburl-36d0c6e16b5c3df1.rlib --extern zip=/work/oxidecomputer/omicron/target/debug/deps/libzip-bcc67991e314c378.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91102025-01-31T06:26:52.066Z
91112025-01-31T06:26:52.066Zrunning 0 tests
91122025-01-31T06:26:52.066Z
91132025-01-31T06:26:52.067Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91142025-01-31T06:26:52.067Z
91152025-01-31T06:26:52.092Z Doc-tests typed_rng
91162025-01-31T06:26:52.095Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name typed_rng --test typed-rng/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/typed-rng -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-5ad72f64385d87dc.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern rand_core=/work/oxidecomputer/omicron/target/debug/deps/librand_core-eee51480251de44e.rlib --extern rand_seeder=/work/oxidecomputer/omicron/target/debug/deps/librand_seeder-0d999b005479a69b.rlib --extern typed_rng=/work/oxidecomputer/omicron/target/debug/deps/libtyped_rng-8cc8fd1fb1bd7b81.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91172025-01-31T06:26:52.173Z
91182025-01-31T06:26:52.173Zrunning 0 tests
91192025-01-31T06:26:52.173Z
91202025-01-31T06:26:52.173Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91212025-01-31T06:26:52.173Z
91222025-01-31T06:26:52.181Z Doc-tests update_common
91232025-01-31T06:26:52.184Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_common --test update-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91242025-01-31T06:26:52.472Z
91252025-01-31T06:26:52.472Zrunning 0 tests
91262025-01-31T06:26:52.472Z
91272025-01-31T06:26:52.472Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91282025-01-31T06:26:52.472Z
91292025-01-31T06:26:52.495Z Doc-tests update_engine
91302025-01-31T06:26:52.498Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name update_engine --test update-engine/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/update-engine -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern cancel_safe_futures=/work/oxidecomputer/omicron/target/debug/deps/libcancel_safe_futures-cdfca0087da32257.rlib --extern chrono=/work/oxidecomputer/omicron/target/debug/deps/libchrono-c6e3260a4cbe5cfb.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern derive_where=/work/oxidecomputer/omicron/target/debug/deps/libderive_where-668790df247bbdc2.so --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern indent_write=/work/oxidecomputer/omicron/target/debug/deps/libindent_write-e93cb2f8907d664c.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern indoc=/work/oxidecomputer/omicron/target/debug/deps/libindoc-5a4eae7502d3697e.so --extern libsw=/work/oxidecomputer/omicron/target/debug/deps/liblibsw-a1978033ecb64b4c.rlib --extern linear_map=/work/oxidecomputer/omicron/target/debug/deps/liblinear_map-1f11c1139f7eb68f.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern petgraph=/work/oxidecomputer/omicron/target/debug/deps/libpetgraph-17c7bf98f86162e7.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern serde_with=/work/oxidecomputer/omicron/target/debug/deps/libserde_with-5a9b89de8624dc0d.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern swrite=/work/oxidecomputer/omicron/target/debug/deps/libswrite-a8a58b95ec89c45b.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91312025-01-31T06:26:52.892Z
91322025-01-31T06:26:52.892Zrunning 4 tests
91332025-01-31T06:26:52.895Ztest update-engine/src/events.rs - events::StepEvent::spec (line 78) ... ignored
91342025-01-31T06:26:52.895Ztest update-engine/src/macros.rs - macros::define_update_engine (line 11) ... ignored
91352025-01-31T06:26:52.895Ztest update-engine/src/macros.rs - macros::define_update_engine (line 17) ... ignored
91362025-01-31T06:26:53.625Ztest update-engine/src/display/utils.rs - display::utils::ProgressRatioDisplay (line 20) ... ok
91372025-01-31T06:26:53.625Z
91382025-01-31T06:26:53.627Ztest result: ok. 1 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.73s
91392025-01-31T06:26:53.627Z
91402025-01-31T06:26:53.643Z Doc-tests wicket
91412025-01-31T06:26:53.651Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket --test wicket/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern assert_cmd=/work/oxidecomputer/omicron/target/debug/deps/libassert_cmd-242b389340f5bb7a.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern humantime=/work/oxidecomputer/omicron/target/debug/deps/libhumantime-3981a3a9a9cc034a.rlib --extern indexmap=/work/oxidecomputer/omicron/target/debug/deps/libindexmap-4ee76d4a4c5ebe0b.rlib --extern indicatif=/work/oxidecomputer/omicron/target/debug/deps/libindicatif-f608480dd7a5f648.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern proptest=/work/oxidecomputer/omicron/target/debug/deps/libproptest-aef8f06c899bb682.rlib --extern ratatui=/work/oxidecomputer/omicron/target/debug/deps/libratatui-9ee9647e3dc02bda.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern rpassword=/work/oxidecomputer/omicron/target/debug/deps/librpassword-682637eee1f55b5e.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern shell_words=/work/oxidecomputer/omicron/target/debug/deps/libshell_words-211658a13f1e36e5.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern supports_color=/work/oxidecomputer/omicron/target/debug/deps/libsupports_color-6bf922cca7279d83.rlib --extern tempfile=/work/oxidecomputer/omicron/target/debug/deps/libtempfile-2ad0226875966ad5.rlib --extern textwrap=/work/oxidecomputer/omicron/target/debug/deps/libtextwrap-08777c298bd24633.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern toml_edit=/work/oxidecomputer/omicron/target/debug/deps/libtoml_edit-0a8c2a3d02b46dfd.rlib --extern tui_tree_widget=/work/oxidecomputer/omicron/target/debug/deps/libtui_tree_widget-de3bc059eb4ac312.rlib --extern unicode_width=/work/oxidecomputer/omicron/target/debug/deps/libunicode_width-1509a7905a97075e.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib --extern zeroize=/work/oxidecomputer/omicron/target/debug/deps/libzeroize-7313163495826d9d.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91422025-01-31T06:26:54.434Z
91432025-01-31T06:26:54.434Zrunning 0 tests
91442025-01-31T06:26:54.434Z
91452025-01-31T06:26:54.434Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91462025-01-31T06:26:54.434Z
91472025-01-31T06:26:54.473Z Doc-tests wicket_common
91482025-01-31T06:26:54.475Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_common --test wicket-common/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-common -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern owo_colors=/work/oxidecomputer/omicron/target/debug/deps/libowo_colors-64694bafb6ad8035.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91492025-01-31T06:26:54.993Z
91502025-01-31T06:26:54.993Zrunning 0 tests
91512025-01-31T06:26:54.993Z
91522025-01-31T06:26:54.993Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91532025-01-31T06:26:54.993Z
91542025-01-31T06:26:55.024Z Doc-tests wicket_dbg
91552025-01-31T06:26:55.026Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicket_dbg --test wicket-dbg/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicket-dbg -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern ciborium=/work/oxidecomputer/omicron/target/debug/deps/libciborium-a348374d3d785aec.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern crossterm=/work/oxidecomputer/omicron/target/debug/deps/libcrossterm-2ac91f940d4632cb.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reedline=/work/oxidecomputer/omicron/target/debug/deps/libreedline-2fb1608fcd35e692.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_envlogger=/work/oxidecomputer/omicron/target/debug/deps/libslog_envlogger-2fe90f14680d114a.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_dbg=/work/oxidecomputer/omicron/target/debug/deps/libwicket_dbg-e65207717d2805a4.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91562025-01-31T06:26:55.417Z
91572025-01-31T06:26:55.417Zrunning 0 tests
91582025-01-31T06:26:55.417Z
91592025-01-31T06:26:55.417Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91602025-01-31T06:26:55.417Z
91612025-01-31T06:26:55.445Z Doc-tests wicketd
91622025-01-31T06:26:55.448Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd --test wicketd/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern async_trait=/work/oxidecomputer/omicron/target/debug/deps/libasync_trait-5f4f76c4c9bff107.so --extern base64=/work/oxidecomputer/omicron/target/debug/deps/libbase64-f429081ea7e2c5aa.rlib --extern bootstrap_agent_client=/work/oxidecomputer/omicron/target/debug/deps/libbootstrap_agent_client-804d15645f0dbfcd.rlib --extern buf_list=/work/oxidecomputer/omicron/target/debug/deps/libbuf_list-ec58c0eb0ad957dc.rlib --extern bytes=/work/oxidecomputer/omicron/target/debug/deps/libbytes-03e029f2a415749e.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern camino_tempfile=/work/oxidecomputer/omicron/target/debug/deps/libcamino_tempfile-d27cd9463846dbc2.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern debug_ignore=/work/oxidecomputer/omicron/target/debug/deps/libdebug_ignore-c00141925773f27b.rlib --extern display_error_chain=/work/oxidecomputer/omicron/target/debug/deps/libdisplay_error_chain-6f15412de59adf04.rlib --extern dpd_client=/work/oxidecomputer/omicron/target/debug/deps/libdpd_client-996fb58173196808.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern either=/work/oxidecomputer/omicron/target/debug/deps/libeither-e6d980dfe6eef5ca.rlib --extern expectorate=/work/oxidecomputer/omicron/target/debug/deps/libexpectorate-f8d8340fb796e79e.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern flume=/work/oxidecomputer/omicron/target/debug/deps/libflume-e67cde400b5ffad5.rlib --extern fs_err=/work/oxidecomputer/omicron/target/debug/deps/libfs_err-39690f2f421b4c55.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern gateway_messages=/work/oxidecomputer/omicron/target/debug/deps/libgateway_messages-bf237782be013a6d.rlib --extern gateway_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libgateway_test_utils-76b90fbe9b788a36.rlib --extern hex=/work/oxidecomputer/omicron/target/debug/deps/libhex-084c2445d08cf99b.rlib --extern hickory_resolver=/work/oxidecomputer/omicron/target/debug/deps/libhickory_resolver-23de56e807b6c6a8.rlib --extern http=/work/oxidecomputer/omicron/target/debug/deps/libhttp-9b9c4cd25ba804a3.rlib --extern http_body_util=/work/oxidecomputer/omicron/target/debug/deps/libhttp_body_util-cb67c55d980f2639.rlib --extern hubtools=/work/oxidecomputer/omicron/target/debug/deps/libhubtools-75358ae53f79cad5.rlib --extern hyper=/work/oxidecomputer/omicron/target/debug/deps/libhyper-79da29a8508f56cb.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern installinator=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator-e47f9af8df587ae3.rlib --extern installinator_api=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_api-a429d65999225a9c.rlib --extern installinator_client=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_client-53c2423de85a6b14.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern internal_dns_resolver=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_resolver-2591a5e221dc3fac.rlib --extern internal_dns_types=/work/oxidecomputer/omicron/target/debug/deps/libinternal_dns_types-e58fd6fe7dc4f0e4.rlib --extern itertools=/work/oxidecomputer/omicron/target/debug/deps/libitertools-4e1578fe158d10c2.rlib --extern maplit=/work/oxidecomputer/omicron/target/debug/deps/libmaplit-b76ff7a836ea16f2.rlib --extern omicron_certificates=/work/oxidecomputer/omicron/target/debug/deps/libomicron_certificates-54f7eea7e3777ad3.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_ddm_admin_client=/work/oxidecomputer/omicron/target/debug/deps/libomicron_ddm_admin_client-a76fd90f0efe928f.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_test_utils=/work/oxidecomputer/omicron/target/debug/deps/libomicron_test_utils-a56579ccd8de633f.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern once_cell=/work/oxidecomputer/omicron/target/debug/deps/libonce_cell-4845f0240c4dfd51.rlib --extern openapi_lint=/work/oxidecomputer/omicron/target/debug/deps/libopenapi_lint-8d0c34aa8adcd804.rlib --extern openapiv3=/work/oxidecomputer/omicron/target/debug/deps/libopenapiv3-9d242d4baaa625b0.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern rand=/work/oxidecomputer/omicron/target/debug/deps/librand-c3129600c9e77746.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_dtrace=/work/oxidecomputer/omicron/target/debug/deps/libslog_dtrace-f78d5c8619bd4e90.rlib --extern subprocess=/work/oxidecomputer/omicron/target/debug/deps/libsubprocess-482d25d585d269d2.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern thiserror=/work/oxidecomputer/omicron/target/debug/deps/libthiserror-b94ca1f63b3b5648.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern tokio_stream=/work/oxidecomputer/omicron/target/debug/deps/libtokio_stream-133df3fa399074a2.rlib --extern tokio_util=/work/oxidecomputer/omicron/target/debug/deps/libtokio_util-d723b36c923e492d.rlib --extern toml=/work/oxidecomputer/omicron/target/debug/deps/libtoml-1a9df0e871c6a06b.rlib --extern tough=/work/oxidecomputer/omicron/target/debug/deps/libtough-20103c38e78c05bf.rlib --extern tufaceous=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous-030ab1eb6a328534.rlib --extern tufaceous_lib=/work/oxidecomputer/omicron/target/debug/deps/libtufaceous_lib-234e8e15881125eb.rlib --extern update_common=/work/oxidecomputer/omicron/target/debug/deps/libupdate_common-0a40311c88bea207.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket=/work/oxidecomputer/omicron/target/debug/deps/libwicket-0255296ae962fb92.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd=/work/oxidecomputer/omicron/target/debug/deps/libwicketd-b27d7e621be5bdae.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91632025-01-31T06:26:56.048Z
91642025-01-31T06:26:56.048Zrunning 0 tests
91652025-01-31T06:26:56.048Z
91662025-01-31T06:26:56.048Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91672025-01-31T06:26:56.048Z
91682025-01-31T06:26:56.082Z Doc-tests wicketd_api
91692025-01-31T06:26:56.085Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_api --test wicketd-api/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/wicketd-api -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-804d15645f0dbfcd.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern gateway_client=/work/oxidecomputer/omicron/target/debug/deps/libgateway_client-301390a2742baa54.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_passwords=/work/oxidecomputer/omicron/target/debug/deps/libomicron_passwords-193cd19fd18d8d6c.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_api=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_api-f35f2de16cd66b96.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91702025-01-31T06:26:56.488Z
91712025-01-31T06:26:56.488Zrunning 2 tests
91722025-01-31T06:26:56.490Ztest wicketd-api/src/lib.rs - wicketd_api_mod::api_description (line 55) ... ignored
91732025-01-31T06:26:56.491Ztest wicketd-api/src/lib.rs - wicketd_api_mod::stub_api_description (line 61) ... ignored
91742025-01-31T06:26:56.491Z
91752025-01-31T06:26:56.491Ztest result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s
91762025-01-31T06:26:56.491Z
91772025-01-31T06:26:56.516Z Doc-tests wicketd_client
91782025-01-31T06:26:56.519Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name wicketd_client --test clients/wicketd-client/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/clients/wicketd-client -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_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-c6e3260a4cbe5cfb.rlib --extern installinator_common=/work/oxidecomputer/omicron/target/debug/deps/libinstallinator_common-04cdfdfc10949d2d.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_uuid_kinds=/work/oxidecomputer/omicron/target/debug/deps/libomicron_uuid_kinds-7972b21db744940e.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern progenitor=/work/oxidecomputer/omicron/target/debug/deps/libprogenitor-e48dba71fed8e428.rlib --extern regress=/work/oxidecomputer/omicron/target/debug/deps/libregress-f428220fdaaf4287.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern schemars=/work/oxidecomputer/omicron/target/debug/deps/libschemars-e4a2df851ee6f579.rlib --extern serde=/work/oxidecomputer/omicron/target/debug/deps/libserde-b6795449d4b8cccb.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_agent_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_agent_types-e429e41633958ebf.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern update_engine=/work/oxidecomputer/omicron/target/debug/deps/libupdate_engine-1cdd3c542308381b.rlib --extern uuid=/work/oxidecomputer/omicron/target/debug/deps/libuuid-9df47a6d5b8dd96d.rlib --extern wicket_common=/work/oxidecomputer/omicron/target/debug/deps/libwicket_common-d4a08122930dcce0.rlib --extern wicketd_client=/work/oxidecomputer/omicron/target/debug/deps/libwicketd_client-6266530e0d2309af.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91792025-01-31T06:26:58.013Z
91802025-01-31T06:26:58.013Zrunning 0 tests
91812025-01-31T06:26:58.013Z
91822025-01-31T06:26:58.013Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91832025-01-31T06:26:58.013Z
91842025-01-31T06:26:58.057Z Doc-tests xtask_downloader
91852025-01-31T06:26:58.060Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name xtask_downloader --test dev-tools/downloader/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/dev-tools/downloader -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern flate2=/work/oxidecomputer/omicron/target/debug/deps/libflate2-8de021ccf289e058.rlib --extern futures=/work/oxidecomputer/omicron/target/debug/deps/libfutures-1d8f95ba60b42aa6.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern reqwest=/work/oxidecomputer/omicron/target/debug/deps/libreqwest-b04018c0e71806ac.rlib --extern sha2=/work/oxidecomputer/omicron/target/debug/deps/libsha2-53d5ddaf2d95d6ea.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern slog_async=/work/oxidecomputer/omicron/target/debug/deps/libslog_async-e1ef3cdd035b7e7f.rlib --extern slog_term=/work/oxidecomputer/omicron/target/debug/deps/libslog_term-259451c7f911cced.rlib --extern strum=/work/oxidecomputer/omicron/target/debug/deps/libstrum-7d447bba51ca6885.rlib --extern tar=/work/oxidecomputer/omicron/target/debug/deps/libtar-6eae3b5fc0d5c96e.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern xtask_downloader=/work/oxidecomputer/omicron/target/debug/deps/libxtask_downloader-c132967891f27457.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91862025-01-31T06:26:58.215Z
91872025-01-31T06:26:58.215Zrunning 1 test
91882025-01-31T06:26:58.218Ztest dev-tools/downloader/src/lib.rs - get_values_from_file (line 229) ... ignored
91892025-01-31T06:26:58.218Z
91902025-01-31T06:26:58.218Ztest result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
91912025-01-31T06:26:58.218Z
91922025-01-31T06:26:58.229Z Doc-tests zone_setup
91932025-01-31T06:26:58.231Z Running `/home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/rustdoc --edition=2021 --crate-type lib --color always --crate-name zone_setup --test zone-setup/src/lib.rs --test-run-directory /work/oxidecomputer/omicron/zone-setup -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L dependency=/work/oxidecomputer/omicron/target/debug/deps -L /usr/platform/oxide/lib/amd64/ -L native=/opt/ooce/pgsql-13/lib/amd64 -L native=/usr/lib/amd64 -L native=/usr/ssl-3/lib/amd64 -L native=/work/oxidecomputer/omicron/target/debug/build/aws-lc-sys-9c77913d5fb9ece9/out/build/artifacts/ -L native=/work/oxidecomputer/omicron/target/debug/build/blake3-c0608b67d4a28ca7/out -L native=/work/oxidecomputer/omicron/target/debug/build/bzip2-sys-dc116badc0c941a2/out/lib -L native=/work/oxidecomputer/omicron/target/debug/build/libgit2-sys-83f52c6e60f00b21/out/build -L native=/work/oxidecomputer/omicron/target/debug/build/ring-6d4a0564c6ad642d/out -L native=/work/oxidecomputer/omicron/target/debug/build/tofino-1c595c278b8f7811/out '--allow=clippy::style' '--warn=clippy::redundant_field_names' '--warn=clippy::len_zero' '--warn=clippy::iter_skip_next' '--warn=clippy::iter_nth_zero' '--warn=clippy::iter_nth' '--warn=clippy::iter_next_slice' '--warn=clippy::iter_cloned_collect' '--warn=clippy::disallowed_types' '--warn=clippy::disallowed_script_idents' '--warn=clippy::disallowed_names' '--warn=clippy::disallowed_methods' '--warn=clippy::disallowed_macros' '--warn=clippy::declare_interior_mutable_const' '--warn=clippy::cast_lossless' --extern anyhow=/work/oxidecomputer/omicron/target/debug/deps/libanyhow-85bd370b09aa1fc4.rlib --extern camino=/work/oxidecomputer/omicron/target/debug/deps/libcamino-21ea866390417d2b.rlib --extern clap=/work/oxidecomputer/omicron/target/debug/deps/libclap-df9a1bd29cd8c365.rlib --extern dropshot=/work/oxidecomputer/omicron/target/debug/deps/libdropshot-6b4e4344d3200318.rlib --extern illumos_utils=/work/oxidecomputer/omicron/target/debug/deps/libillumos_utils-45519e63ab20ca53.rlib --extern omicron_common=/work/oxidecomputer/omicron/target/debug/deps/libomicron_common-be683721c30d44ec.rlib --extern omicron_sled_agent=/work/oxidecomputer/omicron/target/debug/deps/libomicron_sled_agent-82d2918577cddfd1.rlib --extern omicron_workspace_hack=/work/oxidecomputer/omicron/target/debug/deps/libomicron_workspace_hack-f8b024b654fd3d8d.rlib --extern oxnet=/work/oxidecomputer/omicron/target/debug/deps/liboxnet-650e8a88cdad11b4.rlib --extern serde_json=/work/oxidecomputer/omicron/target/debug/deps/libserde_json-d34521df0788b357.rlib --extern sled_hardware_types=/work/oxidecomputer/omicron/target/debug/deps/libsled_hardware_types-ca1b0fc0680023ae.rlib --extern slog=/work/oxidecomputer/omicron/target/debug/deps/libslog-9ff9bed8fdf62814.rlib --extern tokio=/work/oxidecomputer/omicron/target/debug/deps/libtokio-b10edef7ed9d401e.rlib --extern uzers=/work/oxidecomputer/omicron/target/debug/deps/libuzers-e879c87d80d69c8a.rlib --extern zone=/work/oxidecomputer/omicron/target/debug/deps/libzone-fcb8b85083ffb3f5.rlib --extern zone_setup=/work/oxidecomputer/omicron/target/debug/deps/libzone_setup-7ada9c9af8e7ac41.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs)' --check-cfg 'cfg(feature, values())' --document-private-items -D warnings --error-format human`
91942025-01-31T06:26:58.477Z
91952025-01-31T06:26:58.477Zrunning 0 tests
91962025-01-31T06:26:58.477Z
91972025-01-31T06:26:58.477Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
91982025-01-31T06:26:58.477Z
91992025-01-31T06:26:58.576Z
92002025-01-31T06:26:58.576Zreal 1:51.695492894
92012025-01-31T06:26:58.576Zuser 1:57.561418833
92022025-01-31T06:26:58.576Zsys 48.723226427
92032025-01-31T06:26:58.576Ztrap 0.023964438
92042025-01-31T06:26:58.579Ztflt 1.436967117
92052025-01-31T06:26:58.579Zdflt 8.891192566
92062025-01-31T06:26:58.579Zkflt 0.022671901
92072025-01-31T06:26:58.579Zlock 1:20.552114332
92082025-01-31T06:26:58.579Zslp 14:29.571252683
92092025-01-31T06:26:58.579Zlat 2.878885081
92102025-01-31T06:26:58.579Zstop 8.255988855
92112025-01-31T06:26:58.579Z+ [[ illumos == \i\l\l\u\m\o\s ]]
92122025-01-31T06:26:58.579Z+ banner live-test
92132025-01-31T06:26:58.582Z
92142025-01-31T06:26:58.582Z # # # # ###### ##### ###### #### #####
92152025-01-31T06:26:58.582Z # # # # # # # # #
92162025-01-31T06:26:58.582Z # # # # ##### ##### # ##### #### #
92172025-01-31T06:26:58.582Z # # # # # # # # #
92182025-01-31T06:26:58.582Z # # # # # # # # # #
92192025-01-31T06:26:58.582Z ###### # ## ###### # ###### #### #
92202025-01-31T06:26:58.582Z
92212025-01-31T06:26:58.582Z+ ptime -m cargo xtask live-tests
92222025-01-31T06:26:59.295Z Compiling serde v1.0.217
92232025-01-31T06:26:59.298Z Compiling serde_json v1.0.135
92242025-01-31T06:26:59.298Z Compiling libc v0.2.169
92252025-01-31T06:26:59.298Z Compiling rustix v0.38.37
92262025-01-31T06:26:59.298Z Compiling syn v2.0.96
92272025-01-31T06:26:59.298Z Compiling bitflags v2.6.0
92282025-01-31T06:26:59.787Z Compiling usdt-impl v0.5.0
92292025-01-31T06:26:59.817Z Compiling syn v1.0.109
92302025-01-31T06:26:59.877Z Compiling log v0.4.22
92312025-01-31T06:26:59.990Z Compiling hashbrown v0.15.1
92322025-01-31T06:27:00.009Z Compiling fs-err v2.11.0
92332025-01-31T06:27:00.262Z Compiling anyhow v1.0.95
92342025-01-31T06:27:00.353Z Compiling once_cell v1.20.2
92352025-01-31T06:27:00.794Z Compiling thread-id v4.2.2
92362025-01-31T06:27:00.986Z Compiling indexmap v2.7.1
92372025-01-31T06:27:01.997Z Compiling terminal_size v0.4.0
92382025-01-31T06:27:01.997Z Compiling tempfile v3.13.0
92392025-01-31T06:27:02.152Z Compiling clap_builder v4.5.27
92402025-01-31T06:27:02.737Z Compiling proc-macro-error v1.0.4
92412025-01-31T06:27:03.519Z Compiling tabled_derive v0.7.0
92422025-01-31T06:27:04.842Z Compiling tabled v0.15.0
92432025-01-31T06:27:05.529Z Compiling serde_derive v1.0.217
92442025-01-31T06:27:05.595Z Compiling thiserror-impl v1.0.69
92452025-01-31T06:27:05.613Z Compiling zerocopy-derive v0.7.35
92462025-01-31T06:27:05.859Z Compiling scroll_derive v0.12.0
92472025-01-31T06:27:06.142Z Compiling clap_derive v4.5.24
92482025-01-31T06:27:07.360Z Compiling scroll v0.12.0
92492025-01-31T06:27:07.587Z Compiling zerocopy v0.7.35
92502025-01-31T06:27:07.754Z Compiling goblin v0.8.2
92512025-01-31T06:27:07.940Z Compiling thiserror v1.0.69
92522025-01-31T06:27:08.040Z Compiling pest v2.7.14
92532025-01-31T06:27:09.874Z Compiling clap v4.5.27
92542025-01-31T06:27:10.461Z Compiling pest_meta v2.7.14
92552025-01-31T06:27:11.378Z Compiling pest_generator v2.7.14
92562025-01-31T06:27:12.678Z Compiling pest_derive v2.7.14
92572025-01-31T06:27:13.609Z Compiling dtrace-parser v0.2.0
92582025-01-31T06:27:14.599Z Compiling serde_spanned v0.6.8
92592025-01-31T06:27:14.599Z Compiling toml_datetime v0.6.8
92602025-01-31T06:27:14.602Z Compiling camino v1.1.9
92612025-01-31T06:27:14.602Z Compiling semver v1.0.24
92622025-01-31T06:27:14.602Z Compiling cargo-platform v0.1.8
92632025-01-31T06:27:14.934Z Compiling serde_tokenstream v0.2.2
92642025-01-31T06:27:15.020Z Compiling toml_edit v0.22.22
92652025-01-31T06:27:15.117Z Compiling macaddr v1.0.1
92662025-01-31T06:27:15.211Z Compiling camino-tempfile v1.1.1
92672025-01-31T06:27:16.076Z Compiling dof v0.3.0
92682025-01-31T06:27:16.076Z Compiling cargo_metadata v0.18.1
92692025-01-31T06:27:17.667Z Compiling usdt-macro v0.5.0
92702025-01-31T06:27:17.670Z Compiling usdt-attr-macro v0.5.0
92712025-01-31T06:27:17.744Z Compiling toml v0.8.19
92722025-01-31T06:27:18.587Z Compiling cargo_toml v0.20.5
92732025-01-31T06:27:19.166Z Compiling usdt v0.5.0
92742025-01-31T06:27:21.424Z Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask)
92752025-01-31T06:27:24.793Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 26.14s
92762025-01-31T06:27:24.855Z Running `target/debug/xtask live-tests`
92772025-01-31T06:27:24.882Zusing temporary directory: /var/tmp/omicron_tmp/.tmptjhSnT
92782025-01-31T06:27:24.882Zwill create archive file: /var/tmp/omicron_tmp/.tmptjhSnT/live-tests-archive/omicron-live-tests.tar.zst
92792025-01-31T06:27:24.882Zoutput tarball: /work/oxidecomputer/omicron/target/live-tests-archive.tgz
92802025-01-31T06:27:24.882Z
92812025-01-31T06:27:24.885Zrunning: /home/build/.rustup/toolchains/1.84.1-x86_64-unknown-illumos/bin/cargo "nextest" "archive" "--package" "omicron-live-tests" "--archive-file" "/var/tmp/omicron_tmp/.tmptjhSnT/live-tests-archive/omicron-live-tests.tar.zst"
92822025-01-31T06:27:26.920Z Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils)
92832025-01-31T06:27:27.038Z Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types)
92842025-01-31T06:27:27.052Z Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates)
92852025-01-31T06:27:27.055Z Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults)
92862025-01-31T06:27:27.080Z Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries)
92872025-01-31T06:27:27.097Z Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client)
92882025-01-31T06:27:27.097Z Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client)
92892025-01-31T06:27:28.060Z Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver)
92902025-01-31T06:27:29.931Z Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types)
92912025-01-31T06:27:30.605Z Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared)
92922025-01-31T06:27:31.659Z Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types)
92932025-01-31T06:27:31.662Z Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client)
92942025-01-31T06:27:43.549Z Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model)
92952025-01-31T06:27:43.552Z Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory)
92962025-01-31T06:27:43.552Z Compiling nexus-reconfigurator-blippy v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/blippy)
92972025-01-31T06:27:43.552Z Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client)
92982025-01-31T06:27:46.388Z Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning)
92992025-01-31T06:28:29.368Z Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data)
93002025-01-31T06:28:29.969Z Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth)
93012025-01-31T06:29:01.205Z Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation)
93022025-01-31T06:29:03.845Z Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests)
93032025-01-31T06:29:22.515Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 56s
93042025-01-31T06:29:22.712Zinfo: experimental features enabled: setup-scripts
93052025-01-31T06:29:22.718Z Archiving 1 binary, 1 build script output directory, 3 linked paths, and 1 standard library to /var/tmp/omicron_tmp/.tmptjhSnT/live-tests-archive/omicron-live-tests.tar.zst
93062025-01-31T06:29:23.139Z Archived 47 files to /var/tmp/omicron_tmp/.tmptjhSnT/live-tests-archive/omicron-live-tests.tar.zst in 0.42s
93072025-01-31T06:29:23.189Zrunning: bash "-c" "tar cf - Cargo.toml .config/nextest.toml live-tests | tar xf - -C \"/var/tmp/omicron_tmp/.tmptjhSnT/live-tests-archive\""
93082025-01-31T06:29:23.201Zrunning: tar "cf" "/work/oxidecomputer/omicron/target/live-tests-archive.tgz" "-C" "/var/tmp/omicron_tmp/.tmptjhSnT" "live-tests-archive"
93092025-01-31T06:29:23.277Zcreated:
93102025-01-31T06:29:23.277Z/work/oxidecomputer/omicron/target/live-tests-archive.tgz
93112025-01-31T06:29:23.278ZTo use this:
93122025-01-31T06:29:23.278Z
93132025-01-31T06:29:23.278Z1. Copy the tarball to the switch zone in a deployed Omicron system.
93142025-01-31T06:29:23.278Z
93152025-01-31T06:29:23.281Z e.g., scp \
93162025-01-31T06:29:23.281Z /work/oxidecomputer/omicron/target/live-tests-archive.tgz \
93172025-01-31T06:29:23.281Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93182025-01-31T06:29:23.281Z
93192025-01-31T06:29:23.281Z2. Copy the `cargo-nextest` binary to the same place.
93202025-01-31T06:29:23.281Z
93212025-01-31T06:29:23.281Z e.g., scp \
93222025-01-31T06:29:23.281Z $(which cargo-nextest) \
93232025-01-31T06:29:23.281Z root@YOUR_SCRIMLET_GZ_IP:/zone/oxz_switch/root/root
93242025-01-31T06:29:23.281Z
93252025-01-31T06:29:23.281Z3. From the switch zone on that system, unpack the tarball with:
93262025-01-31T06:29:23.281Z
93272025-01-31T06:29:23.281Z tar xzf live-tests-archive.tgz
93282025-01-31T06:29:23.281Z
93292025-01-31T06:29:23.281Z4. From the switch zone on that system, run tests with:
93302025-01-31T06:29:23.281Z
93312025-01-31T06:29:23.281Z TMPDIR=/var/tmp ./cargo-nextest nextest run --profile=live-tests \
93322025-01-31T06:29:23.281Z --archive-file live-tests-archive/omicron-live-tests.tar.zst \
93332025-01-31T06:29:23.281Z --workspace-remap live-tests-archive
93342025-01-31T06:29:23.281Z
93352025-01-31T06:29:23.281Z
93362025-01-31T06:29:23.281Zreal 2:24.669597432
93372025-01-31T06:29:23.281Zuser 5:24.987901810
93382025-01-31T06:29:23.281Zsys 35.521217482
93392025-01-31T06:29:23.281Ztrap 0.098490956
93402025-01-31T06:29:23.281Ztflt 0.735814424
93412025-01-31T06:29:23.281Zdflt 3.347136822
93422025-01-31T06:29:23.281Zkflt 0.001626853
93432025-01-31T06:29:23.281Zlock 13:24.509388733
93442025-01-31T06:29:23.281Zslp 20:04.397025254
93452025-01-31T06:29:23.281Zlat 5.135739333
93462025-01-31T06:29:23.281Zstop 16.460483841
93472025-01-31T06:29:23.281Z+ rm -rf /var/tmp/omicron_tmp/crdb-base-build
93482025-01-31T06:29:23.284Z+ unset TMPDIR
93492025-01-31T06:29:23.284Z+ echo 'files in /var/tmp/omicron_tmp (none expected on success):'
93502025-01-31T06:29:23.284Zfiles in /var/tmp/omicron_tmp (none expected on success):
93512025-01-31T06:29:23.284Z+ find /var/tmp/omicron_tmp -ls
93522025-01-31T06:29:23.289Z163959 18 drwxr-xr-x 2 build build 2 Jan 31 06:29 /var/tmp/omicron_tmp
93532025-01-31T06:29:23.292Z+ rmdir /var/tmp/omicron_tmp
93542025-01-31T06:29:23.402Zprocess exited: duration 6396565 ms, exit code 0
 
93552025-01-31T06:29:23.428Zfound 3 output files
93562025-01-31T06:29:23.428Zuploading: /work/crate-build-timings.json (602249 bytes)
93572025-01-31T06:29:24.451Zuploaded: /work/crate-build-timings.json
93582025-01-31T06:29:24.451Zuploading: /work/environment.json (108 bytes)
93592025-01-31T06:29:25.462Zuploaded: /work/environment.json
93602025-01-31T06:29:25.462Zuploading: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml (360968 bytes)
93612025-01-31T06:29:26.478Zuploaded: /work/oxidecomputer/omicron/target/nextest/ci/junit.xml